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

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: Created 5 years, 9 months 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
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;
};
-

Powered by Google App Engine
This is Rietveld 408576698