You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove commented out content
* remove deprecated HTML elements
menuitem type=radio, checkbox and command have been removed as they are not in the HTML spec
* remove menuitem element mappings
Remove additional elements that “mapped” to `menuitem` as this element is not in the living standard specification.
* `a` with parent `menu`
* `button` with parent `menu`
* `input type=checkbox` with parent `menu`
* `input type=image` with parent `menu`
* `input type=radio` with parent `menu`
* remove attributes referencing menuitem element
the `menuitem` element is not part of the Living Standard and the following attributes have been updated to remove references to `menuitem`.
* indeterminate idl referencing `menuitem`
* `checked` referencing `menuitem` types
* `disabled` referencing `menuitem`
* removed attr `icon` for `menuitem` element
* `label` referencing `menu` and `menuitem` elements
* `type` referencing `menuitem`
* removed attr `radiogroup` for `menuitem` element
* `title` for `menuitem` element
* update mapping for menu element
Per the HTML Living Standard, `<menu>` is a semantic alternative to `ul` to express an unordered list of commands. There is (presently) no special mappings / specification definition for `li`s within a `menu`.
* cleanup and changelog
* update menu comment per feedback
* add links to menu comments
link to HTML obsolete section for `menu type=` and `menuitem`
update date of change for changelog
Taken from the README.
The text was updated successfully, but these errors were encountered: