Changeset 249249 in webkit


Ignore:
Timestamp:
Aug 29, 2019 1:30:05 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

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

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

Add FIXME for updating the spec link.

  • html/HTMLOrForeignElement.idl:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r249244 r249249  
     12019-08-29  Rob Buis  <rbuis@igalia.com>
     2
     3        Implement HTMLOrForeignElement
     4        https://bugs.webkit.org/show_bug.cgi?id=201219
     5
     6        Reviewed by Frédéric Wang.
     7
     8        Add FIXME for updating the spec link.
     9
     10        * html/HTMLOrForeignElement.idl:
     11
    1122019-08-28  Zan Dobersek  <zdobersek@igalia.com>
    213
  • trunk/Source/WebCore/html/HTMLOrForeignElement.idl

    r249212 r249249  
    2525
    2626// https://html.spec.whatwg.org/multipage/dom.html#htmlorsvgelement
     27// FIXME: update above link when this change has been implemented:
    2728// https://github.com/whatwg/html/issues/4702
    2829[
Note: See TracChangeset for help on using the changeset viewer.