Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(891)

Unified Diff: Source/core/html/HTMLDetailsElement.idl

Issue 810283002: Expose the HTMLDetailsElement and RadioNodeList interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert oops Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/html/RadioNodeList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLDetailsElement.idl
diff --git a/Source/core/html/HTMLDetailsElement.idl b/Source/core/html/HTMLDetailsElement.idl
index 363785a0b6c06ce9902a7322019ddee1259d3a92..1055684b1c4a8e5e262416dc41fcb641aae7ad94 100644
--- a/Source/core/html/HTMLDetailsElement.idl
+++ b/Source/core/html/HTMLDetailsElement.idl
@@ -17,9 +17,8 @@
* Boston, MA 02110-1301, USA.
*/
-[
- NoInterfaceObject
-] interface HTMLDetailsElement : HTMLElement {
+// https://html.spec.whatwg.org/#htmldetailselement
+
+interface HTMLDetailsElement : HTMLElement {
[Reflect] attribute boolean open;
};
-
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/html/RadioNodeList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698