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

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

Issue 1031473002: Sync HTML element interfaces S-V 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/HTMLTableCaptionElement.idl
diff --git a/Source/core/html/HTMLTableCaptionElement.idl b/Source/core/html/HTMLTableCaptionElement.idl
index cd2025932dec9509fddf567a3c3e9c2fd3ecacea..9f9b728bd4da5a513d8d651047d52caca75a283d 100644
--- a/Source/core/html/HTMLTableCaptionElement.idl
+++ b/Source/core/html/HTMLTableCaptionElement.idl
@@ -18,6 +18,10 @@
* Boston, MA 02110-1301, USA.
*/
+// https://html.spec.whatwg.org/#the-caption-element
+
interface HTMLTableCaptionElement : HTMLElement {
+ // obsolete members
+ // https://html.spec.whatwg.org/#HTMLTableCaptionElement-partial
[Reflect] attribute DOMString align;
};

Powered by Google App Engine
This is Rietveld 408576698