- From: <bugzilla@jessica.w3.org>
- Date: Tue, 25 Jun 2013 06:50:14 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22443
Bug ID: 22443
Summary: [Shadow]: Form elements crossing shadow boundary
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Component Model
Assignee: dglazkov@chromium.org
Reporter: yutak@google.com
QA Contact: public-webapps-bugzilla@w3.org
Blocks: 14978
The Shadow DOM specification should specify the behavior of form elements
if they cross shadow boundary.
Specifically, it should clarify the behavior of pressing a submit button
(or calling submit() method of the input element) in the following cases:
(1) <form> - - - {shadow-root}
|
+-- <input type="submit">
(2) <form> - - - {shadow-root}
| |
| +-- <content></content>
|
+-- <input type="submit">
and encapsulation requirements of the following properties of form elements:
* HTMLFormElement.elements, length, <getter>(unsigned long),
<getter>(DOMString)
* HTMLLabelElement.control
* HTMLInputElement.form (and others)
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 25 June 2013 06:50:15 UTC