Title: [249249] trunk/Source/WebCore
Revision
249249
Author
commit-qu...@webkit.org
Date
2019-08-29 01:30:05 -0700 (Thu, 29 Aug 2019)

Log Message

Implement HTMLOrForeignElement
https://bugs.webkit.org/show_bug.cgi?id=201219

Patch by Rob Buis <rb...@igalia.com> on 2019-08-29
Reviewed by Frédéric Wang.

Add FIXME for updating the spec link.

* html/HTMLOrForeignElement.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (249248 => 249249)


--- trunk/Source/WebCore/ChangeLog	2019-08-29 08:24:19 UTC (rev 249248)
+++ trunk/Source/WebCore/ChangeLog	2019-08-29 08:30:05 UTC (rev 249249)
@@ -1,3 +1,14 @@
+2019-08-29  Rob Buis  <rb...@igalia.com>
+
+        Implement HTMLOrForeignElement
+        https://bugs.webkit.org/show_bug.cgi?id=201219
+
+        Reviewed by Frédéric Wang.
+
+        Add FIXME for updating the spec link.
+
+        * html/HTMLOrForeignElement.idl:
+
 2019-08-28  Zan Dobersek  <zdober...@igalia.com>
 
         [Nicosia] Implement layer representation retain, release mechanics

Modified: trunk/Source/WebCore/html/HTMLOrForeignElement.idl (249248 => 249249)


--- trunk/Source/WebCore/html/HTMLOrForeignElement.idl	2019-08-29 08:24:19 UTC (rev 249248)
+++ trunk/Source/WebCore/html/HTMLOrForeignElement.idl	2019-08-29 08:30:05 UTC (rev 249249)
@@ -24,6 +24,7 @@
  */
 
 // https://html.spec.whatwg.org/multipage/dom.html#htmlorsvgelement
+// FIXME: update above link when this change has been implemented:
 // https://github.com/whatwg/html/issues/4702
 [
     NoInterfaceObject,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to