Chromium Code Reviews

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

Issue 988173002: Sync HTML element interfaces C-D with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: turn FIXME into Note Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/html/HTMLDialogElement.idl ('k') | Source/core/html/HTMLDivElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLDirectoryElement.idl
diff --git a/Source/core/html/HTMLDirectoryElement.idl b/Source/core/html/HTMLDirectoryElement.idl
index 541ae007f4f7ac83a24588230c777e14586eb29b..ea9d1a5767b70d97a73f1484e5f7df9684dcfdfc 100644
--- a/Source/core/html/HTMLDirectoryElement.idl
+++ b/Source/core/html/HTMLDirectoryElement.idl
@@ -17,7 +17,8 @@
* Boston, MA 02110-1301, USA.
*/
+// https://html.spec.whatwg.org/#htmldirectoryelement
+
interface HTMLDirectoryElement : HTMLElement {
[Reflect] attribute boolean compact;
};
-
« no previous file with comments | « Source/core/html/HTMLDialogElement.idl ('k') | Source/core/html/HTMLDivElement.idl » ('j') | no next file with comments »

Powered by Google App Engine