[Webkit-unassigned] [Bug 16074] New: execCommand("InsertHorizontalRule", false, "") results in id="" being inserted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 20 12:35:55 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16074

           Summary: execCommand("InsertHorizontalRule", false, "") results
                    in id="" being inserted
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
               URL: http://bdash.net.nz/files/arguments-combinations.html
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrowe at apple.com


http://bdash.net.nz/files/arguments-combinations.html is a test case using
InsertOrderedList rather than InsertHorizontalRule.  You'll notice that a test
is failing as InsertOrderedList does not insert id="" when the empty string is
passed as the value argument.  According to the HTML 5 specification an empty
id attribute is not valid.  I believe that InsertHorizontalRule should match
InsertOrderedList/InsertUnorderedList on this point.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list