Comment 3 for bug 1824709

Revision history for this message
Jane Sandberg (sandbergja) wrote : Re: Angular Comboboxes should have an ID attribute

Sure, thanks for asking, Mike! Without the patch, the id is on the <eg-combobox>. With the patch, the id is on the <input> within the <eg-combobox>.

According to the HTML standard, only a small number of tags can be labeled. <input>s are on that list, but <eg-combobox> is not, of course, since we made it up! :-)

https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Form_labelable

I'm glad the screen reader is reading the label, no matter where the id is, though.