Skip to content

Commit

Permalink
Update ARIA IDL attribute types in '6.3.2 IDL reflection of ARIA attr…
Browse files Browse the repository at this point in the history
…ibutes', and remove note referencing true/false
  • Loading branch information
Rahim Abdi committed Feb 17, 2025
1 parent 860a2e6 commit b954dee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10207,8 +10207,7 @@ <h3>Multi-value Attribute Values</h3>
</section>
<section id="idl-reflection-attribute-values">
<h3>IDL reflection of ARIA attributes</h3>
<p>All ARIA attributes reflect in IDL as [=nullable type|nullable=] {{DOMString}} attributes.
This includes the boolean-like <a href="#valuetype_true-false">true/false</a> type, and all other ARIA attributes.</p>
<p>ARIA attributes may reflect as several IDL attribute types such as [=nullable type|nullable=] {{DOMString}} attributes, [=nullable type|nullable=] {{FrozenArray}} attributes or [=nullable type|nullable=] {{Element}} attributes.
<p>Default values from the ARIA values tables MUST NOT reflect to IDL as the
<a data-cite="html/common-microsyntaxes.html#missing-value-default">missing value default</a> or the
<a data-cite="html/common-microsyntaxes.html#invalid-value-default">invalid value default</a> for the attribute.
Expand Down

0 comments on commit b954dee

Please sign in to comment.