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

Unified Diff: core/html/HTMLModElement.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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
« no previous file with comments | « core/html/HTMLMeterElement.idl ('k') | core/html/HTMLOListElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLModElement.idl
diff --git a/core/html/HTMLModElement.idl b/core/html/HTMLModElement.idl
index 9b749b2898b4c31907941397018b8745dc39a061..cde233c965bb47911fcf460f503a874059018d62 100644
--- a/core/html/HTMLModElement.idl
+++ b/core/html/HTMLModElement.idl
@@ -17,6 +17,9 @@
* Boston, MA 02110-1301, USA.
*/
+// https://html.spec.whatwg.org/#the-ins-element
+// https://html.spec.whatwg.org/#the-del-element
+
interface HTMLModElement : HTMLElement {
[Reflect, URL] attribute DOMString cite;
[Reflect] attribute DOMString dateTime;
« no previous file with comments | « core/html/HTMLMeterElement.idl ('k') | core/html/HTMLOListElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698