[Bug 10986] New: dataset algorithm for deleting names need not throw SYNTAX_ERR

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10986

           Summary: dataset algorithm for deleting names need not throw
                    SYNTAX_ERR
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: cam@mcc.id.au
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


The algorithm for deleting names for dataset DOMStringMap objects does not need
to check the name to ensure it doesn't contain /-[A-Z]/.  The algorithm is only
invoked for properties that are "corresponding named properties", which are the
names of the items returned from the algorithm for getting the list of
name-value pairs, and that algorithm will never return an invalid dataset
property name.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Thursday, 7 October 2010 02:13:17 UTC