Skip to content

Commit

Permalink
feat: update to latest schemas from the Nu HTML Checker
Browse files Browse the repository at this point in the history
---------------------

allow role=math on img element (validator/validator/#1773)

validator/validator@286c1173

Co-authored-by: Scott O'Hara <[email protected]>

---------------------

allow doc-glossary on aside element

validator/validator@17782ad2

Co-authored-by: Scott O'Hara <[email protected]>
  • Loading branch information
rdeltour and scottaohara committed Dec 27, 2024
1 parent b5a6315 commit a4f00c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b118bf6031b0b06797f3ccdc25d0f74c1447139a
9855955c12fa95b0b452ddf62ca731172b5c7cea
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ namespace local = ""
| common.attrs.aria.role.checkbox
| common.attrs.aria.role.img
| common.attrs.aria.role.link
| common.attrs.aria.role.math
| common.attrs.aria.role.menuitem
| common.attrs.aria.role.menuitemcheckbox
| common.attrs.aria.role.menuitemradio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
| common.attrs.aria.role.doc-dedication
| common.attrs.aria.role.doc-example
| common.attrs.aria.role.doc-footnote
| common.attrs.aria.role.doc-glossary
| common.attrs.aria.role.doc-pullquote
| common.attrs.aria.role.doc-tip
)?
Expand Down

0 comments on commit a4f00c1

Please sign in to comment.