This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22693 - option element with hidden attribute should not represent a suggestion.
Summary: option element with hidden attribute should not represent a suggestion.
Status: RESOLVED NEEDSINFO
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-16 11:39 UTC by contributor
Modified: 2013-07-16 17:46 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2013-07-16 11:39:50 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html
Multipage: http://www.whatwg.org/C#the-datalist-element
Complete: http://www.whatwg.org/c#the-datalist-element
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html

Comment:
option element with hidden attribute should not represent a suggestion.

Posted from: 176.198.20.70
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100 (Edition Next)
Comment 1 Ian 'Hixie' Hickson 2013-07-16 17:46:40 UTC
This would be inconsistent with how hidden="" works in <select>, no?
Is there a compelling use case that disabled="" doesn't handle?