- From: <bugzilla@jessica.w3.org>
- Date: Wed, 22 Aug 2012 04:52:15 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18645 Shinya Kawanaka <shinyak@chromium.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |shinyak@chromium.org --- Comment #1 from Shinya Kawanaka <shinyak@chromium.org> 2012-08-22 04:52:14 UTC --- Actually a <select> element will get not only the direct children <option> but also get non direct children. For example, <select> <option>foo</option> <p><option>bar</option></p> </select> both 'foo' and 'bar' will be used in this case. It seems this description is not accurate enough. I'm not sure we have enough descriptive power to explain this behavior using Shadow DOM. -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Wednesday, 22 August 2012 04:52:16 UTC