You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
The compatibility data shows that disabled optgroup are fully supported on iOS. However, the demo reveals that it is not working correctly on the current version of iOS (18.3.1)
What browsers does this problem apply to, if applicable?
Safari
What did you expect to see?
The compatibility table should show that iOS is non-conforming. Options in a disabled optgroup should not be selectable.
Thanks for reporting, I was able to reproduce the issue with this JSBin in Safari iOS 18, 17.3, 16.4, 15.3, 14.4, 13.3, 12.4, 11.2, and I don't have older iOS versions to test.
We should update the optgroup.disabled data for Safari as follows:
For safari, we should use two support statements: One with partial_implementation: true, version_added: ≤4, version_removed: 7 and notes: "The attribute is exposed, but has no effect."
For safari_ios, we should replace mirror with a support statement object that has partial_implementation: true, version_added: "≤3.2" and notes: "The attribute is exposed, but has no effect.".
@telic Would you like to open a PR with these changes?
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
The compatibility data shows that disabled optgroup are fully supported on iOS. However, the demo reveals that it is not working correctly on the current version of iOS (18.3.1)
What browsers does this problem apply to, if applicable?
Safari
What did you expect to see?
The compatibility table should show that iOS is non-conforming. Options in a disabled optgroup should not be selectable.
Did you test this? If so, how?
Tested by hand using the example provided on https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled#examples
All options in this”Group 3” are selectable on iOS.
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled
MDN metadata
MDN page report details
html.elements.optgroup.disabled
The text was updated successfully, but these errors were encountered: