Changeset 130336 in webkit


Ignore:
Timestamp:
Oct 3, 2012, 3:44:25 PM (13 years ago)
Author:
adamk@chromium.org
Message:

Remove bogus FIXME from Document.idl
https://bugs.webkit.org/show_bug.cgi?id=98302

Reviewed by Adam Barth.

The FIXME claimed that document.body throwing an exception was not
specced, but in fact it is:
http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-document-body

  • dom/Document.idl:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r130335 r130336  
     12012-10-03  Adam Klein  <adamk@chromium.org>
     2
     3        Remove bogus FIXME from Document.idl
     4        https://bugs.webkit.org/show_bug.cgi?id=98302
     5
     6        Reviewed by Adam Barth.
     7
     8        The FIXME claimed that document.body throwing an exception was not
     9        specced, but in fact it is:
     10        http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-document-body
     11
     12        * dom/Document.idl:
     13
    1142012-10-03  Joshua Bell  <jsbell@chromium.org>
    215
  • trunk/Source/WebCore/dom/Document.idl

    r130041 r130336  
    168168                     getter raises (DOMException);
    169169
    170         // FIXME: the DOM spec does NOT have this attribute
    171         // raising an exception.
    172170                 attribute HTMLElement body
    173171                     setter raises (DOMException);
Note: See TracChangeset for help on using the changeset viewer.