<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://purl.oclc.org/dsdl/schematron">
<ns prefix="h" uri="http://www.w3.org/1999/xhtml"/>
<pattern id="aria">
<rule context="*[@aria-hidden='true']">
<assert id="aria.hidden-not-focusable" role="error" test="not(@tabindex)">
An element with aria-hidden="true" must not also have a tabindex attribute.
</assert>
</rule>
<rule context="h:select">
<report id="aria.multiselectable-on-select" role="warning" test="@aria-multiselectable">
The aria-multiselectable attribute should not be used with the select element.
</report>
</rule>
</pattern>
</schema>