bootstrap/site
Toby Zerner 22bbff0b03
Remove incorrect statement about the disabled attribute on <form> (#35713)
> You can disable every form element within a form with the `disabled` attribute on the `<form>`.

I really want to be mistaken, because this would be a very useful feature! But I don't believe it's true. I can't find anything about this on MDN Web Docs, and adding the `disabled` attribute to a `<form>` does nothing on any browser in my testing.

The `disabled` attribute on a `<fieldset>` does disable all descendant form controls – perhaps that's where the mixup has come from.
2022-02-01 08:40:59 +02:00
..
assets Bump copyright year to 2022 (#35639) 2022-01-03 15:03:42 +02:00
content Remove incorrect statement about the disabled attribute on <form> (#35713) 2022-02-01 08:40:59 +02:00
data Remove duplicate Octicons entry in icons list 2022-01-25 15:22:00 -08:00
layouts Docs: group together reusable CSS for examples in a single stylesheet (#35649) 2022-01-19 13:27:57 +02:00
static Prepare v5.1.0. (#34674) 2021-08-04 18:41:51 +03:00
.eslintrc.json ESLint: disable no-negated-condition rule (#35137) 2021-10-08 12:47:55 +03:00