[aria-testsuite] spec violations in ARIA testsuite

I ran the W3C validator on all the documents in the ARIA testsuite at
https://dvcs.w3.org/hg/pfwg/file/tip/ARIA/1.0/tests/test-files and
generated a log (included below) of all the reported errors -- that is,
cases that are violations of the ARIA 1.0 spec and/or the HTML5 spec.

It'd be helpful to be able to (re)use the documents in that testsuite as
document-conformance tests for the validator (among other reasons, for
regression-testing the validator to make sure sure that future changes don't
inadvertently break conformance of existing valid HTML+ARIA documents).

So I'd be glad to help the maintainer of the testsuite to ensure that all
the documents in the testsuite either are conforming HTML+ARIA documents or
-- for the case of documents that are intentionally invalid -- are flagged
in some way to indicate they invalid (e.g. by putting the string "invalid"
in the filename).

"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_/554.htm":3:69: error: Element “input” is missing required attribute “alt”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_/555.htm":3:67: error: Bad value “any” for attribute “type” on element “input”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_/653.htm":3:69: error: Element “input” is missing required attribute “alt”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_/828.htm":1:59: error: Bad value “text all” for attribute “aria-relevant” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree.html":30:21: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree.html":35:23: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree.html":43:23: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree.html":47:25: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree.html":56:25: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree.html":65:25: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree.html":78:21: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree.html":83:23: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree.html":94:21: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree2.html":32:21: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree2.html":39:23: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree2.html":49:23: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree2.html":55:25: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree2.html":66:25: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree2.html":77:25: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree2.html":92:21: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree2.html":99:23: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/_functional/tree/ariatree2.html":112:21: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/checkbox-label-embedded-combobox.html":10:26: error: Element “div” not allowed in this context. (The parent was element “label”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/checkbox-label-embedded-menu.html":11:49: error: Attribute “aria-selected” not allowed on element “span” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/checkbox-label-embedded-select.html":10:22: error: Any “select” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/checkbox-label-embedded-slider.html":9:142: error: Element “input” is missing required attribute “aria-orientation”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/checkbox-label-embedded-slider.html":9:142: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/checkbox-label-embedded-spinbutton.html":9:147: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/file-label-embedded-combobox.html":10:26: error: Element “div” not allowed in this context. (The parent was element “label”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/file-label-embedded-menu.html":11:49: error: Attribute “aria-selected” not allowed on element “span” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/file-label-embedded-select.html":10:22: error: Any “select” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/file-label-embedded-slider.html":9:142: error: Element “input” is missing required attribute “aria-orientation”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/file-label-embedded-slider.html":9:142: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/file-label-embedded-spinbutton.html":9:147: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/image-title.html":8:63: error: Element “input” is missing required attribute “alt”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/password-label-embedded-combobox.html":10:26: error: Element “div” not allowed in this context. (The parent was element “label”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/password-label-embedded-menu.html":11:49: error: Attribute “aria-selected” not allowed on element “span” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/password-label-embedded-select.html":10:22: error: Any “select” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/password-label-embedded-slider.html":9:142: error: Element “input” is missing required attribute “aria-orientation”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/password-label-embedded-slider.html":9:142: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/password-label-embedded-spinbutton.html":9:147: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/radio-label-embedded-combobox.html":10:26: error: Element “div” not allowed in this context. (The parent was element “label”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/radio-label-embedded-menu.html":11:49: error: Attribute “aria-selected” not allowed on element “span” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/radio-label-embedded-select.html":10:22: error: Any “select” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/radio-label-embedded-slider.html":9:142: error: Element “input” is missing required attribute “aria-orientation”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/radio-label-embedded-slider.html":9:142: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/radio-label-embedded-spinbutton.html":9:148: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/text-label-embedded-combobox.html":10:26: error: Element “div” not allowed in this context. (The parent was element “label”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/text-label-embedded-menu.html":11:49: error: Attribute “aria-selected” not allowed on element “span” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/text-label-embedded-select.html":10:22: error: Any “select” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/text-label-embedded-slider.html":9:142: error: Element “input” is missing required attribute “aria-orientation”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/text-label-embedded-slider.html":9:142: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/accessible-name-input/text-label-embedded-spinbutton.html":9:147: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/author-requirements/570.html":8:35: error: An element with “role=listitem” must be contained in, or owned by, an element with “role=list” or “role=group”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/author-requirements/577.html":9:42: error: Bad value “rowgroup” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/author-requirements/583.html":10:69: error: Bad value “0” for attribute “aria-posinset” on element “li”: Bad positive integer: Zero is not a positive integer.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/css-attr-sel/testcase-845.html":153:28: error: Element “li” is missing one or more of the following attributes: [role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/css-attr-sel/testcase-845.html":158:28: error: Attribute “aria-pressed” not allowed on element “li” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/css-attr-sel/testcase-845.html":159:28: error: Element “li” is missing one or more of the following attributes: [aria-checked, role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/css-attr-sel/testcase-845.html":160:28: error: Attribute “aria-required” not allowed on element “li” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/css-attr-sel/testcase-845.html":161:28: error: Attribute “aria-sort” not allowed on element “li” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/describedby/772.html":8:42: error: Element “img” is missing required attribute “src”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/describedby/772.html":8:42: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/describedby/773.html":8:42: error: Element “img” is missing required attribute “src”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/describedby/773.html":8:42: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/describedby/774.html":8:42: error: Element “img” is missing required attribute “src”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/describedby/774.html":8:42: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/host-language/implicit-semantics-checkbox-disparity.html":9:123: error: Bad value “checkbox” for attribute “role” on element “input”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/host-language/implicit-semantics-checkbox-menuitemcheckbox.html":9:92: error: Element “input” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/host-language/implicit-semantics-checkbox-menuitemcheckbox.html":9:92: error: An element with “role=menuitemcheckbox” must be contained in, or owned by, an element with “role=menu” or “role=menubar”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/host-language/implicit-semantics-checkbox-radio.html":9:81: error: Bad value “radio” for attribute “role” on element “input”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/host-language/implicit-semantics-checkbox-radio.html":9:81: error: Element “input” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/host-language/implicit-semantics-checkbox-role.html":9:123: error: Bad value “checkbox” for attribute “role” on element “input”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/host-language/role-2tokens-first.html":8:39: error: Bad value “dialog foo” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/host-language/role-2tokens-second.html":8:39: error: Bad value “foo dialog” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-general/837.html":11:23: error: Bad value “group” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-img/556.html":7:35: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-img/558.html":8:42: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-img/559.html":7:42: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-img/559.html":7:42: error: The “aria-labelledby” attribute must point to an element in the same document.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-img/560.html":8:57: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-img/561.html":7:57: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-img/561.html":7:57: error: The “aria-labelledby” attribute must point to an element in the same document.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-img/562.html":10:50: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-img/563.html":8:70: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-img/564.html":9:74: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-img/664.html":9:62: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-img/665.html":9:62: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-img/666.html":9:62: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/536.html":7:51: error: Element “input” with attribute “type” whose value is “button” must have non-empty attribute “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/537.html":7:45: error: Bad value “true” for attribute “hidden” on element “input”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/537.html":7:45: error: Element “input” with attribute “type” whose value is “button” must have non-empty attribute “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/539.html":7:49: error: Element “input” with attribute “type” whose value is “button” must have non-empty attribute “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/540.html":10:53: error: Element “input” with attribute “type” whose value is “button” must have non-empty attribute “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/541.html":10:71: error: Element “input” with attribute “type” whose value is “button” must have non-empty attribute “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/547.html":9:34: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/548.html":9:59: error: Bad value “menu” for attribute “role” on element “select”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/548.html":9:59: error: Any “select” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/548.html":10:60: error: Bad value “menuitem” for attribute “role” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/548.html":10:60: error: Bad value “true” for attribute “selected” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/548.html":11:44: error: Bad value “menuitem” for attribute “role” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/549.html":9:104: error: Element “div” not allowed in this context. (The parent was element “label”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/550.html":9:80: error: Element “div” not allowed in this context. (The parent was element “label”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/616.html":8:30: error: Element “input” is missing required attribute “alt”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/617.html":9:52: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/618.html":9:52: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/619.html":9:52: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/620.html":9:52: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/621.html":9:53: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/726.html":8:45: error: Element “input” is missing required attribute “alt”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/727.html":9:34: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/728.html":9:34: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/729.html":9:34: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/730.html":9:34: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/731.html":9:34: error: Any “input” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/731.html":11:44: error: Element “input” is missing required attribute “alt”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/733.html":9:59: error: Bad value “menu” for attribute “role” on element “select”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/733.html":9:59: error: Any “select” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/733.html":10:60: error: Bad value “menuitem” for attribute “role” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/733.html":10:60: error: Bad value “true” for attribute “selected” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/733.html":11:44: error: Bad value “menuitem” for attribute “role” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/734.html":9:59: error: Bad value “menu” for attribute “role” on element “select”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/734.html":9:59: error: Any “select” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/734.html":10:60: error: Bad value “menuitem” for attribute “role” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/734.html":10:60: error: Bad value “true” for attribute “selected” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/734.html":11:44: error: Bad value “menuitem” for attribute “role” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/735.html":9:59: error: Bad value “menu” for attribute “role” on element “select”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/735.html":9:59: error: Any “select” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/735.html":10:60: error: Bad value “menuitem” for attribute “role” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/735.html":10:60: error: Bad value “true” for attribute “selected” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/735.html":11:44: error: Bad value “menuitem” for attribute “role” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/736.html":9:59: error: Bad value “menu” for attribute “role” on element “select”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/736.html":9:59: error: Any “select” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/736.html":10:60: error: Bad value “menuitem” for attribute “role” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/736.html":10:60: error: Bad value “true” for attribute “selected” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/736.html":11:44: error: Bad value “menuitem” for attribute “role” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/737.html":9:59: error: Bad value “menu” for attribute “role” on element “select”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/737.html":9:59: error: Any “select” descendant of a “label” element with a “for” attribute must have an ID value that matches that “for” attribute.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/737.html":10:60: error: Bad value “menuitem” for attribute “role” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/737.html":10:60: error: Bad value “true” for attribute “selected” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/737.html":11:44: error: Bad value “menuitem” for attribute “role” on element “option”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/737.html":14:44: error: Element “input” is missing required attribute “alt”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/738.html":9:104: error: Element “div” not allowed in this context. (The parent was element “label”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/739.html":9:104: error: Element “div” not allowed in this context. (The parent was element “label”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/740.html":9:104: error: Element “div” not allowed in this context. (The parent was element “label”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/741.html":9:104: error: Element “div” not allowed in this context. (The parent was element “label”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/742.html":9:104: error: Element “div” not allowed in this context. (The parent was element “label”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/742.html":12:44: error: Element “input” is missing required attribute “alt”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/743.html":9:80: error: Element “div” not allowed in this context. (The parent was element “label”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/744.html":9:80: error: Element “div” not allowed in this context. (The parent was element “label”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/745.html":9:80: error: Element “div” not allowed in this context. (The parent was element “label”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/746.html":9:80: error: Element “div” not allowed in this context. (The parent was element “label”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/747.html":9:80: error: Element “div” not allowed in this context. (The parent was element “label”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/747.html":12:44: error: Element “input” is missing required attribute “alt”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/752.html":7:59: error: Element “input” is missing required attribute “alt”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/757.html":15:45: error: Element “input” is missing required attribute “alt”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/name-computation-input/762.html":15:45: error: Element “input” is missing required attribute “alt”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/862.html":7:53: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/870.html":7:63: error: Attribute “aria-level” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/874.html":9:54: error: Bad value “ marquee” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/876.html":9:65: warning: Attribute “aria-activedescendant” value should either refer to a descendant element, or should be accompanied by attribute “aria-owns”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/877.html":9:65: warning: Attribute “aria-activedescendant” value should either refer to a descendant element, or should be accompanied by attribute “aria-owns”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/878.html":9:65: warning: Attribute “aria-activedescendant” value should either refer to a descendant element, or should be accompanied by attribute “aria-owns”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/881.html":9:51: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/881.html":10:34: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/882.html":9:34: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/882.html":10:34: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/883.html":10:35: error: Bad value “columnheader” for attribute “role” on element “th”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/883.html":10:35: error: An element with “role=columnheader” must be contained in, or owned by, an element with “role=row”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/883.html":10:66: error: Bad value “columnheader” for attribute “role” on element “th”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/883.html":10:66: error: An element with “role=columnheader” must be contained in, or owned by, an element with “role=row”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/883.html":13:58: error: An element with “role=rowheader” must be contained in, or owned by, an element with “role=row”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/884.html":8:77: error: Bad value “scrollbar” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/884.html":8:77: error: Attribute “aria-currentvalue” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/885.html":8:74: error: Attribute “aria-currentvalue” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/885.html":8:74: error: Element “div” is missing required attribute “aria-orientation”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/885.html":8:74: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/885.html":8:74: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/885.html":8:74: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/886.html":8:78: error: Attribute “aria-currentvalue” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/886.html":8:78: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/886.html":8:78: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/namefromauthor-requ/886.html":8:78: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/presentation-role/493.html":7:75: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/presentation-role/494.html":7:101: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/presentation-role/495.html":7:99: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/presentation-role/496.html":8:89: error: Bad value “button” for attribute “type” on element “input”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/presentation-role/508.html":10:30: error: An element with “role=listitem” must be contained in, or owned by, an element with “role=list” or “role=group”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/presentation-role/526.html":13:30: error: An element with “role=listitem” must be contained in, or owned by, an element with “role=list” or “role=group”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/presentation-role/528.html":9:23: error: Bad value “checkbox” for attribute “role” on element “ul”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/presentation-role/529.html":12:30: error: An element with “role=listitem” must be contained in, or owned by, an element with “role=list” or “role=group”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/presentation-role/530.html":8:55: error: Element “li” is missing required attribute “role”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/presentation-role/531.html":7:75: error: Attribute “aria-checked” not allowed on element “ul” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/presentation-role/532.html":7:43: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/presentation-role/533.html":7:43: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/presentation-role/534.html":7:43: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/presentation-role/535.html":7:43: error: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/presentational-children/testcase-841.html":10:26: error: Bad value “scrollbar” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/presentational-children/testcase-843.html":10:80: error: Element “div” is missing required attribute “aria-orientation”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-activedescendant-obj1.html":8:50: error: Element “div” is missing one or more of the following attributes: [aria-expanded, role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-activedescendant-obj1.html":8:50: warning: Attribute “aria-activedescendant” value should either refer to a descendant element, or should be accompanied by attribute “aria-owns”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-autocomplete-both.html":8:46: error: Element “div” is missing one or more of the following attributes: [aria-expanded, role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-autocomplete-inline.html":8:48: error: Element “div” is missing one or more of the following attributes: [aria-expanded, role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-autocomplete-list.html":8:46: error: Element “div” is missing one or more of the following attributes: [aria-expanded, role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-autocomplete-none.html":8:46: error: Element “div” is missing one or more of the following attributes: [aria-expanded, role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-checked-false.html":8:42: error: Element “div” is missing one or more of the following attributes: [role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-checked-mixed.html":8:42: error: Element “div” is missing one or more of the following attributes: [role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-checked-true.html":8:41: error: Element “div” is missing one or more of the following attributes: [role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-checked-undefined.html":8:46: error: Element “div” is missing one or more of the following attributes: [role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-dropeffect-link.html":8:44: error: Bad value “link” for attribute “aria-dropeffect” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-expanded-false.html":8:43: error: Element “div” is missing one or more of the following attributes: [role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-expanded-true.html":8:42: error: Element “div” is missing one or more of the following attributes: [role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-expanded-undefined.html":8:47: error: Element “div” is missing one or more of the following attributes: [role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-level-1.html":8:36: error: Element “div” is missing one or more of the following attributes: [role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-multiline-false.html":8:44: error: Element “div” is missing required attribute “role”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-multiline-true.html":8:43: error: Element “div” is missing required attribute “role”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-multiselectable-false.html":8:50: error: Element “div” is missing one or more of the following attributes: [role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-multiselectable-true.html":8:49: error: Element “div” is missing one or more of the following attributes: [role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-orientation-horizontal.html":8:51: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-orientation-horizontal.html":8:51: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-orientation-horizontal.html":8:51: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-orientation-horizontal.html":8:51: error: Element “div” is missing required attribute “role”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-orientation-vertical.html":8:49: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-orientation-vertical.html":8:49: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-orientation-vertical.html":8:49: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-orientation-vertical.html":8:49: error: Element “div” is missing required attribute “role”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-posinset-1.html":8:39: error: Element “div” is missing one or more of the following attributes: [aria-checked, role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-pressed-false.html":8:42: error: Element “div” is missing required attribute “role”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-pressed-mixed.html":8:42: error: Element “div” is missing required attribute “role”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-pressed-true.html":8:41: error: Element “div” is missing required attribute “role”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-pressed-undefined.html":8:46: error: Element “div” is missing required attribute “role”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-readonly-false.html":8:43: error: Element “div” is missing one or more of the following attributes: [role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-readonly-true.html":8:42: error: Element “div” is missing one or more of the following attributes: [role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-required-false.html":8:43: error: Element “div” is missing one or more of the following attributes: [aria-expanded, role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-required-true.html":8:42: error: Element “div” is missing one or more of the following attributes: [aria-expanded, role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-selected-false.html":8:43: error: Element “div” is missing one or more of the following attributes: [aria-checked, role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-selected-true.html":8:42: error: Element “div” is missing one or more of the following attributes: [aria-checked, role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-selected-undefined.html":8:47: error: Element “div” is missing one or more of the following attributes: [aria-checked, role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-setsize-1.html":8:38: error: Element “div” is missing one or more of the following attributes: [aria-checked, role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-sort-ascending.html":8:43: error: Element “div” is missing one or more of the following attributes: [role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-sort-descending.html":8:44: error: Element “div” is missing one or more of the following attributes: [role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-sort-none.html":8:38: error: Element “div” is missing one or more of the following attributes: [role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-sort-other.html":8:39: error: Element “div” is missing one or more of the following attributes: [role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-valuemax-1.1.html":8:41: error: Element “div” is missing one or more of the following attributes: [aria-orientation, aria-valuemin, aria-valuenow, role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-valuemin-1.1.html":8:41: error: Element “div” is missing one or more of the following attributes: [aria-orientation, aria-valuemax, aria-valuenow, role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-valuenow-1.1.html":8:41: error: Element “div” is missing one or more of the following attributes: [aria-orientation, aria-valuemax, aria-valuemin, role].
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-valuetext-Test%20string%20value.html":10:56: error: Element “div” is missing one or more of the following attributes: [aria-orientation, aria-valuemax, aria-valuemin, aria-valuenow, role].
https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-invalid-false.html was supposed to be invalid but was not.
https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-invalid-grammar.html was supposed to be invalid but was not.
https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-invalid-spelling.html was supposed to be invalid but was not.
https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-invalid-true.html was supposed to be invalid but was not.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-abstract/roles-plain-abstract-command.html":8:36: error: Bad value “command” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-abstract/roles-plain-abstract-composite.html":8:38: error: Bad value “composite” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-abstract/roles-plain-abstract-input.html":8:34: error: Bad value “input” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-abstract/roles-plain-abstract-landmark.html":8:37: error: Bad value “landmark” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-abstract/roles-plain-abstract-range.html":8:34: error: Bad value “range” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-abstract/roles-plain-abstract-roletype.html":8:37: error: Bad value “roletype” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-abstract/roles-plain-abstract-section.html":8:34: error: Bad value “section” for attribute “role” on element “p”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-abstract/roles-plain-abstract-sectionhead.html":8:40: error: Bad value “sectionhead” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-abstract/roles-plain-abstract-select.html":8:35: error: Bad value “select” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-abstract/roles-plain-abstract-structure.html":8:38: error: Bad value “structure” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-abstract/roles-plain-abstract-widget.html":8:35: error: Bad value “widget” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-abstract/roles-plain-abstract-window.html":8:35: error: Bad value “window” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-abstract/roles-plain-abstract.html":8:26: error: Bad value “command” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-checkbox.html":8:37: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-columnheader.html":8:41: error: An element with “role=columnheader” must be contained in, or owned by, an element with “role=row”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-combobox.html":8:37: error: Element “div” is missing required attribute “aria-expanded”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-gridcell.html":8:37: error: An element with “role=gridcell” must be contained in, or owned by, an element with “role=row”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-listitem.html":8:37: error: An element with “role=listitem” must be contained in, or owned by, an element with “role=list” or “role=group”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-menuitem.html":8:37: error: An element with “role=menuitem” must be contained in, or owned by, an element with “role=menu” or “role=menubar”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-menuitemcheckbox.html":8:45: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-menuitemcheckbox.html":8:45: error: An element with “role=menuitemcheckbox” must be contained in, or owned by, an element with “role=menu” or “role=menubar”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-menuitemradio.html":8:42: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-menuitemradio.html":8:42: error: An element with “role=menuitemradio” must be contained in, or owned by, an element with “role=menu” or “role=group” or “role=menubar”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-radio.html":8:34: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-row.html":8:32: error: An element with “role=row” must be contained in, or owned by, an element with “role=grid” or “role=treegrid” or “role=rowgroup”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-rowgroup.html":8:37: error: Bad value “rowgroup” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-rowgroup.html":8:37: error: An element with “role=rowgroup” must be contained in, or owned by, an element with “role=grid”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-scrollbar.html":8:38: error: Bad value “scrollbar” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-slider.html":8:35: error: Element “div” is missing required attribute “aria-orientation”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-slider.html":8:35: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-slider.html":8:35: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-slider.html":8:35: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-spinbutton.html":8:39: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-spinbutton.html":8:39: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-spinbutton.html":8:39: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-tab.html":8:32: error: An element with “role=tab” must be contained in, or owned by, an element with “role=tablist”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-treeitem.html":8:37: error: An element with “role=treeitem” must be contained in, or owned by, an element with “role=tree” or “role=group”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-dropeffect-link.html":8:56: error: Bad value “link” for attribute “aria-dropeffect” on element “div”.
https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-invalid-false.html was supposed to be invalid but was not.
https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-invalid-grammar.html was supposed to be invalid but was not.
https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-invalid-spelling.html was supposed to be invalid but was not.
https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-invalid-true.html was supposed to be invalid but was not.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-scrollbar-aria-controls-obj1%20obj2.html":10:64: error: Bad value “scrollbar” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-scrollbar-aria-controls-obj1.html":8:59: error: Bad value “scrollbar” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-scrollbar-aria-orientation-horizontal.html":10:68: error: Bad value “scrollbar” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-scrollbar-aria-orientation-horizontal.html":10:68: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-scrollbar-aria-orientation-horizontal.html":10:68: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-scrollbar-aria-orientation-horizontal.html":10:68: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-scrollbar-aria-orientation-vertical.html":10:66: error: Bad value “scrollbar” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-scrollbar-aria-orientation-vertical.html":10:66: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-scrollbar-aria-orientation-vertical.html":10:66: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-scrollbar-aria-orientation-vertical.html":10:66: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-scrollbar-aria-valuemax-1.1.html":8:58: error: Bad value “scrollbar” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-scrollbar-aria-valuemin-1.1.html":8:58: error: Bad value “scrollbar” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-scrollbar-aria-valuenow-1.1.html":8:58: error: Bad value “scrollbar” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-slider-aria-valuemax-1.1.html":8:55: error: Element “div” is missing required attribute “aria-orientation”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-slider-aria-valuemax-1.1.html":8:55: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-slider-aria-valuemax-1.1.html":8:55: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-slider-aria-valuemin-1.1.html":8:55: error: Element “div” is missing required attribute “aria-orientation”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-slider-aria-valuemin-1.1.html":8:55: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-slider-aria-valuemin-1.1.html":8:55: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-slider-aria-valuenow-1.1.html":8:55: error: Element “div” is missing required attribute “aria-orientation”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-slider-aria-valuenow-1.1.html":8:55: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-slider-aria-valuenow-1.1.html":8:55: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-spinbutton-aria-valuemax-1.1.html":8:59: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-spinbutton-aria-valuemax-1.1.html":8:59: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-spinbutton-aria-valuemin-1.1.html":8:59: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-spinbutton-aria-valuemin-1.1.html":8:59: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-spinbutton-aria-valuenow-1.1.html":8:59: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-spinbutton-aria-valuenow-1.1.html":8:59: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required-inherited/roles-properties-required-inherited-menuitemcheckbox-aria-checked-false.html":10:66: error: An element with “role=menuitemcheckbox” must be contained in, or owned by, an element with “role=menu” or “role=menubar”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required-inherited/roles-properties-required-inherited-menuitemcheckbox-aria-checked-true.html":10:65: error: An element with “role=menuitemcheckbox” must be contained in, or owned by, an element with “role=menu” or “role=menubar”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required-inherited/roles-properties-required-inherited-menuitemradio-aria-checked-false.html":10:63: error: An element with “role=menuitemradio” must be contained in, or owned by, an element with “role=menu” or “role=group” or “role=menubar”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required-inherited/roles-properties-required-inherited-menuitemradio-aria-checked-mixed.html":10:63: error: An element with “role=menuitemradio” must be contained in, or owned by, an element with “role=menu” or “role=group” or “role=menubar”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required-inherited/roles-properties-required-inherited-menuitemradio-aria-checked-true.html":10:62: error: An element with “role=menuitemradio” must be contained in, or owned by, an element with “role=menu” or “role=group” or “role=menubar”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-required-inherited/roles-properties-required-inherited-menuitemradio-aria-checked-undefined.html":10:67: error: An element with “role=menuitemradio” must be contained in, or owned by, an element with “role=menu” or “role=group” or “role=menubar”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-combobox-aria-required-false.html":8:59: error: Element “div” is missing required attribute “aria-expanded”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-combobox-aria-required-true.html":8:58: error: Element “div” is missing required attribute “aria-expanded”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-grid-aria-level-1.html":8:83: error: Attribute “aria-setsize” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-grid-aria-level-1.html":8:83: error: Attribute “aria-posinset” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-gridcell-aria-required-false.html":10:65: error: Attribute “aria-required” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-gridcell-aria-required-true.html":10:64: error: Attribute “aria-required” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-group-aria-activedescendant-obj1.html":11:40: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-group-aria-activedescendant-obj1.html":12:40: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-radiogroup-aria-required-false.html":8:61: error: Attribute “aria-required” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-radiogroup-aria-required-true.html":8:60: error: Attribute “aria-required” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-separator-aria-orientation-horizontal.html":10:68: error: Attribute “aria-orientation” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-separator-aria-orientation-vertical.html":10:66: error: Attribute “aria-orientation” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-slider-aria-orientation-horizontal.html":8:65: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-slider-aria-orientation-horizontal.html":8:65: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-slider-aria-orientation-horizontal.html":8:65: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-slider-aria-orientation-vertical.html":8:63: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-slider-aria-orientation-vertical.html":8:63: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-slider-aria-orientation-vertical.html":8:63: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-spinbutton-aria-required-false.html":8:61: error: Attribute “aria-required” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-spinbutton-aria-required-false.html":8:61: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-spinbutton-aria-required-false.html":8:61: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-spinbutton-aria-required-false.html":8:61: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-spinbutton-aria-required-true.html":8:60: error: Attribute “aria-required” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-spinbutton-aria-required-true.html":8:60: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-spinbutton-aria-required-true.html":8:60: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-spinbutton-aria-required-true.html":8:60: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-tablist-aria-level-1.html":8:51: error: Attribute “aria-level” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-tablist-aria-level-1.html":10:44: error: Attribute “aria-level” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-tree-aria-required-false.html":8:55: error: Attribute “aria-required” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-tree-aria-required-true.html":8:54: error: Attribute “aria-required” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-columnheader-aria-required-false.html":12:68: error: Attribute “aria-required” not allowed on element “span” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-columnheader-aria-required-true.html":12:67: error: Attribute “aria-required” not allowed on element “span” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-gridcell-aria-expanded-true.html":10:58: error: An element with “role=gridcell” must be contained in, or owned by, an element with “role=row”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-listitem-aria-expanded-false.html":10:59: error: An element with “role=listitem” must be contained in, or owned by, an element with “role=list” or “role=group”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-listitem-aria-expanded-true.html":10:58: error: An element with “role=listitem” must be contained in, or owned by, an element with “role=list” or “role=group”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-listitem-aria-expanded-undefined.html":10:63: error: An element with “role=listitem” must be contained in, or owned by, an element with “role=list” or “role=group”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-posinset-1.html":11:62: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-posinset-1.html":12:44: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-posinset-1.html":13:44: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-selected-false.html":11:66: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-selected-false.html":12:44: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-selected-false.html":13:44: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-selected-true.html":11:65: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-selected-true.html":12:44: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-selected-true.html":13:44: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-selected-undefined.html":11:69: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-selected-undefined.html":12:43: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-selected-undefined.html":13:43: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-setsize-1.html":11:79: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-setsize-1.html":12:79: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-setsize-1.html":13:79: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radio-aria-checked-undefined.html":12:37: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radio-aria-posinset-1.html":11:55: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radio-aria-posinset-1.html":12:37: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radio-aria-selected-false.html":11:58: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radio-aria-selected-false.html":12:36: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radio-aria-selected-false.html":13:36: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radio-aria-selected-true.html":11:58: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radio-aria-selected-true.html":12:37: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radio-aria-selected-undefined.html":11:62: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radio-aria-selected-undefined.html":12:36: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radio-aria-selected-undefined.html":13:36: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radio-aria-setsize-1.html":11:51: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radiogroup-aria-activedescendant-obj1.html":11:38: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radiogroup-aria-activedescendant-obj1.html":12:38: error: Element “div” is missing required attribute “aria-checked”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-row-aria-expanded-false.html":10:54: error: An element with “role=row” must be contained in, or owned by, an element with “role=grid” or “role=treegrid” or “role=rowgroup”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-row-aria-expanded-true.html":10:53: error: An element with “role=row” must be contained in, or owned by, an element with “role=grid” or “role=treegrid” or “role=rowgroup”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-row-aria-expanded-undefined.html":10:58: error: An element with “role=row” must be contained in, or owned by, an element with “role=grid” or “role=treegrid” or “role=rowgroup”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-rowgroup-aria-activedescendant-obj1.html":11:81: error: Bad value “rowgroup” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-rowgroup-aria-expanded-false.html":10:59: error: Bad value “rowgroup” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-rowgroup-aria-expanded-false.html":10:59: error: An element with “role=rowgroup” must be contained in, or owned by, an element with “role=grid”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-rowgroup-aria-expanded-true.html":10:58: error: Bad value “rowgroup” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-rowgroup-aria-expanded-true.html":10:58: error: An element with “role=rowgroup” must be contained in, or owned by, an element with “role=grid”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-rowgroup-aria-expanded-undefined.html":10:63: error: Bad value “rowgroup” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-rowgroup-aria-expanded-undefined.html":10:63: error: An element with “role=rowgroup” must be contained in, or owned by, an element with “role=grid”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-rowheader-aria-required-false.html":12:65: error: Attribute “aria-required” not allowed on element “span” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-rowheader-aria-required-true.html":12:64: error: Attribute “aria-required” not allowed on element “span” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-scrollbar-aria-valuemax-1.1.html":10:58: error: Bad value “scrollbar” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-scrollbar-aria-valuemin-1.1.html":10:58: error: Bad value “scrollbar” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-scrollbar-aria-valuenow-1.1.html":10:58: error: Bad value “scrollbar” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-scrollbar-aria-valuetext-Test%20string%20value.html":10:73: error: Bad value “scrollbar” for attribute “role” on element “div”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-slider-aria-valuemax-1.1.html":10:55: error: Element “div” is missing required attribute “aria-orientation”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-slider-aria-valuemax-1.1.html":10:55: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-slider-aria-valuemax-1.1.html":10:55: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-slider-aria-valuemin-1.1.html":10:55: error: Element “div” is missing required attribute “aria-orientation”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-slider-aria-valuemin-1.1.html":10:55: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-slider-aria-valuemin-1.1.html":10:55: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-slider-aria-valuenow-1.1.html":10:55: error: Element “div” is missing required attribute “aria-orientation”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-slider-aria-valuenow-1.1.html":10:55: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-slider-aria-valuenow-1.1.html":10:55: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-slider-aria-valuetext-Test%20string%20value.html":10:70: error: Element “div” is missing required attribute “aria-orientation”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-slider-aria-valuetext-Test%20string%20value.html":10:70: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-slider-aria-valuetext-Test%20string%20value.html":10:70: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-slider-aria-valuetext-Test%20string%20value.html":10:70: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-spinbutton-aria-valuemax-1.1.html":10:59: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-spinbutton-aria-valuemax-1.1.html":10:59: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-spinbutton-aria-valuemin-1.1.html":10:59: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-spinbutton-aria-valuemin-1.1.html":10:59: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-spinbutton-aria-valuenow-1.1.html":10:59: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-spinbutton-aria-valuenow-1.1.html":10:59: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-spinbutton-aria-valuetext-Test%20string%20value.html":10:74: error: Element “div” is missing required attribute “aria-valuemax”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-spinbutton-aria-valuetext-Test%20string%20value.html":10:74: error: Element “div” is missing required attribute “aria-valuemin”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-spinbutton-aria-valuetext-Test%20string%20value.html":10:74: error: Element “div” is missing required attribute “aria-valuenow”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-treegrid-aria-required-false.html":10:59: error: Attribute “aria-required” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-treegrid-aria-required-true.html":10:58: error: Attribute “aria-required” not allowed on element “div” in this context.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-treeitem-aria-expanded-false.html":10:59: error: An element with “role=treeitem” must be contained in, or owned by, an element with “role=tree” or “role=group”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-treeitem-aria-expanded-true.html":10:58: error: An element with “role=treeitem” must be contained in, or owned by, an element with “role=tree” or “role=group”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-treeitem-aria-expanded-undefined.html":10:63: error: An element with “role=treeitem” must be contained in, or owned by, an element with “role=tree” or “role=group”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-2.html":59:59: error: End tag “li” seen, but there were open elements.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-2.html":59:53: error: Unclosed element “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-2.html":60:61: error: End tag “li” seen, but there were open elements.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-2.html":60:56: error: Unclosed element “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-2.html":67:66: error: End tag “li” seen, but there were open elements.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-2.html":67:61: error: Unclosed element “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-2.html":68:68: error: End tag “li” seen, but there were open elements.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-2.html":68:63: error: Unclosed element “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-2.html":59:53: error: Element “value” not allowed in this context. (The parent was element “li”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-2.html":60:56: error: Element “value” not allowed in this context. (The parent was element “li”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-2.html":67:61: error: Element “value” not allowed in this context. (The parent was element “li”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-2.html":68:63: error: Element “value” not allowed in this context. (The parent was element “li”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":29:55: error: End tag “li” seen, but there were open elements.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":29:32: error: Unclosed element “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":52:55: error: End tag “li” seen, but there were open elements.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":52:32: error: Unclosed element “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":59:61: error: End tag “li” seen, but there were open elements.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":59:55: error: Unclosed element “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":60:63: error: End tag “li” seen, but there were open elements.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":60:58: error: Unclosed element “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":61:55: error: End tag “li” seen, but there were open elements.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":61:50: error: Unclosed element “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":68:66: error: End tag “li” seen, but there were open elements.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":68:61: error: Unclosed element “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":69:68: error: End tag “li” seen, but there were open elements.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":69:63: error: Unclosed element “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":70:67: error: End tag “li” seen, but there were open elements.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":70:62: error: Unclosed element “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":29:32: error: Element “value” not allowed in this context. (The parent was element “li”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":52:32: error: Element “value” not allowed in this context. (The parent was element “li”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":59:55: error: Element “value” not allowed in this context. (The parent was element “li”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":60:58: error: Element “value” not allowed in this context. (The parent was element “li”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":61:50: error: Element “value” not allowed in this context. (The parent was element “li”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":68:61: error: Element “value” not allowed in this context. (The parent was element “li”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":69:63: error: Element “value” not allowed in this context. (The parent was element “li”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-3.html":70:62: error: Element “value” not allowed in this context. (The parent was element “li”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-4.html":73:61: error: End tag “li” seen, but there were open elements.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-4.html":73:55: error: Unclosed element “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-4.html":74:63: error: End tag “li” seen, but there were open elements.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-4.html":74:58: error: Unclosed element “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-4.html":83:66: error: End tag “li” seen, but there were open elements.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-4.html":83:61: error: Unclosed element “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-4.html":84:68: error: End tag “li” seen, but there were open elements.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-4.html":84:63: error: Unclosed element “value”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-4.html":73:55: error: Element “value” not allowed in this context. (The parent was element “li”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-4.html":74:58: error: Element “value” not allowed in this context. (The parent was element “li”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-4.html":83:61: error: Element “value” not allowed in this context. (The parent was element “li”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/setsize-posinset-level/setsize-posinset-level-4.html":84:63: error: Element “value” not allowed in this context. (The parent was element “li”.) Suppressing further errors from this subtree.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/testcases-multiselectable/testcase-grid-multiselectable-B.html":11:33: error: An element with “role=columnheader” must be contained in, or owned by, an element with “role=row”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/testcases-multiselectable/testcase-grid-multiselectable-B.html":12:33: error: An element with “role=columnheader” must be contained in, or owned by, an element with “role=row”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/testcases-multiselectable/testcase-grid-multiselectable-B.html":15:29: error: An element with “role=gridcell” must be contained in, or owned by, an element with “role=row”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/testcases-multiselectable/testcase-grid-multiselectable-B.html":16:64: error: An element with “role=gridcell” must be contained in, or owned by, an element with “role=row”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/testcases-multiselectable/testcase-grid-multiselectable-B.html":20:29: error: An element with “role=gridcell” must be contained in, or owned by, an element with “role=row”.
"https://dvcs.w3.org/hg/pfwg/raw-file/tip/ARIA/1.0/tests/test-files/testcases-multiselectable/testcase-grid-multiselectable-B.html":19:78: error: An element with “role=gridcell” must be contained in, or owned by, an element with “role=row”.

-- 
Michael[tm] Smith http://people.w3.org/mike

Received on Monday, 19 August 2013 15:44:15 UTC