[Bug 18195] HTMLCollection.prototype.namedItem behavior not defined for HTMLPropertiesCollection

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18195

Silvia Pfeiffer <silviapfeiffer1@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
          Component|HTML5 spec                  |HTML Microdata (editor: Ian
                   |                            |Hickson)
         Resolution|---                         |FIXED
           Assignee|robin@w3.org                |dave.null@w3.org

--- Comment #4 from Silvia Pfeiffer <silviapfeiffer1@gmail.com> ---
Assigning to correct component.


EDITOR'S RESPONSE: This is an Editor's Response to your comment. If
you are satisfied with this response, please change the state of
this bug to CLOSED. If you have additional information and would
like the Editor to reconsider, please reopen this bug. If you would
like to escalate the issue to the full HTML Working Group, please
add the TrackerRequest keyword to this bug, and suggest title and
text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this
document:   http://dev.w3.org/html5/decision-policy/decision-policy-v2.html

Status: Accepted
Change Description:
https://github.com/w3c/html/commit/82c990a7ef7b7c71ecf5aa739388fbacf8adc898

Rationale: Accepted WHATWG resolution, see bug 17201 .

    Instead of overriding namedItem() calls, shadow them, so both
    HTMLCollection.prototype.namedItem and HTMLCollection.namedItem
    work.

    Closes W3C bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=18195
    Also note: https://www.w3.org/Bugs/Public/show_bug.cgi?id=17161
    for removal of legacycaller from HTMLPropertiesCollection.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Sunday, 17 March 2013 22:11:40 UTC