[Webkit-unassigned] [Bug 16066] Undocumented property for execCommand()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 20 12:25:06 PST 2007


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





------- Comment #6 from mrowe at apple.com  2007-11-20 12:25 PDT -------
The MSDN documentation states that the "value" parameter for execCommand is
optional, but if specified it will specify the "id" attribute for the ordered
list.  See <http://msdn2.microsoft.com/en-us/library/ms537396.aspx> for details
on the InsertOrderedListCommand that states this, and
<http://msdn2.microsoft.com/en-us/library/ms536419.aspx> for the documentation
which clearly shows execCommand as taking three arguments.

As for whether we should reject 0 as the id in this instance I'm not so sure. 
There are many other means of setting an element's id to a numeric value, and
from what I can see the HTML 5 specification states only that the id must
contain at least one character and must not contain space characters.

The test that fails does look like a legitimate problem so I will write up a
bug report on that issue.


-- 
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