-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create optgroup-name-desc.tentative.html #49645
base: master
Are you sure you want to change the base?
Conversation
to automatically test names for optgroup within a custom styled select element. expectations for fallback descriptions provided in markup comments
@smhigley to review |
<select> | ||
<button><selectedcontent></selectedcontent></button> | ||
<optgroup aria-labelledby=f data-testname="optgroup aria-labelledby" data-expectedlabel="foo" class="ex"> | ||
<div id=f>foo</div> <!-- invalid per content model --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This div is just invalid because it has text in it, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added a comment on 254 to call out an instance of an empty div as being valid under the content model
to automatically test names for optgroup within a custom styled select element.
expectations for fallback descriptions provided in markup comments