Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -79215,9 +79215,13 @@ contradict people?

<li>a <code>textarea</code> element that is <span data-x="concept-fe-disabled">disabled</span></li>

<li>an <code>optgroup</code> element that has a <code data-x="attr-optgroup-disabled">disabled</code> attribute</li>
<li>an <code>optgroup</code> element that has a <code
data-x="attr-optgroup-disabled">disabled</code> attribute or whose nearest <span>ancestor</span>
<code>select</code> element is <span data-x="concept-fe-disabled">disabled</span></li>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need the same definition for ancestor select that we have for option? We probably want to exclude the same set of intermediate elements, no?


<li>an <code>option</code> element that is <span data-x="concept-option-disabled">disabled</span></li>
<li>an <code>option</code> element that is <span data-x="concept-option-disabled">disabled</span>
or whose <span data-x="option element nearest ancestor select">nearest ancestor
<code>select</code></span> is <span data-x="concept-fe-disabled">disabled</span></li>

<li>a <code>fieldset</code> element that is a <span data-x="concept-fieldset-disabled">disabled fieldset</span></li>

Expand Down
Loading