- [x] Review Form documentation: - [x] Learn Forms - [x] Web form building blocks - [ ] Your first form - [x] How to structure a web form - [x] [Basic form controls](https://developer.mozilla.org/en-US/docs/Learn/Forms/Basic_native_form_controls) [#35510](https://github.com/mdn/content/pull/35510) - [x] [Newer inputs](https://developer.mozilla.org/en-US/docs/Learn/Forms/HTML5_input_types) [#35514](https://github.com/mdn/content/pull/35514) - [x] [Other form controls](https://developer.mozilla.org/en-US/docs/Learn/Forms/Other_form_controls) [#35512](https://github.com/mdn/content/pull/35512) - [x] [Styling web forms](https://developer.mozilla.org/en-US/docs/Learn/Forms/Styling_web_forms) - [x] Advanced form styling - [x] UI pseudo-classes - [x] [Client-side form validation](https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation) - [x] Sending form data - [x] Advanced web form techniques - [x] How to build custom form controls - [x] [Sending forms through JavaScript](https://developer.mozilla.org/en-US/docs/Learn/Forms/Sending_forms_through_JavaScript) - [ ] CSS property compatibility table for form controls - [x] [HTML forms in legacy browsers](https://developer.mozilla.org/en-US/docs/Learn/Forms/HTML_forms_in_legacy_browsers) - [x] Remove mentions of "when supported" on all form control pages - [x] Remove screen shots of the controls themselves (Retain dynamic keyboard and error msg images) - [ ] Form submission target - [ ] Constraint validation - [ ] Review related CSS properties, including: - [x] [`appearance`](https://developer.mozilla.org/en-US/docs/Web/CSS/appearance) - [ ] [`accent-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/accent-color) - [ ] [`resize`](https://developer.mozilla.org/en-US/docs/Web/CSS/resize) - [ ] [`pointer-events`](https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events) - [ ] [`user-select`](https://developer.mozilla.org/en-US/docs/Web/CSS/user-select) - [ ] [`field-sizing`](https://developer.mozilla.org/en-US/docs/Web/CSS/field-sizing) - [ ] [`input-security`](https://developer.mozilla.org/en-US/docs/Web/CSS/input-security) - [x] [`caret-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/caret-color) - [ ] [`caret-animation`](https://developer.mozilla.org/en-US/docs/Web/CSS/caret-animation) - [ ] [`caret-shape`](https://developer.mozilla.org/en-US/docs/Web/CSS/caret-shape) - [ ] [`caret`](https://developer.mozilla.org/en-US/docs/Web/CSS/caret) - [x] Check `<marquee>` element status (https://github.com/mdn/content/pull/36435) - [ ] Sizing for `<select>` - [x] DOM reflection-forms - [ ] replace before load - [x] [Forms API](https://developer.mozilla.org/en-US/docs/Web/API/Document/forms) - [x] Missing documentation - complete https://github.com/openwebdocs/project/issues/213