[Webkit-unassigned] [Bug 43128] Self Closing Tags Parsed with Attributes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 2 15:14:27 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43128
stanaland at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #62847|0 |1
is obsolete| |
--- Comment #2 from stanaland at gmail.com 2010-08-02 15:14:27 PST ---
Created an attachment (id=63265)
--> (https://bugs.webkit.org/attachment.cgi?id=63265)
Updated Example HTML File
Interesting. I noticed the behavior in regards to the tabindex attribute, where Chrome & Safari *are* behaving differently from IE and Firefox. But you are right that the button example displays the same on all the browsers I tested (my mistake...bad example). Try using the tab key to go through the inputs to see the issue that I am talking about.
After further testing, it seems that all the browsers I tested, including Webkit browsers, generally ignore trailing symbols at the end of most numerical attributes (tabindex, size, etc). However, Webkit browsers seems to be the only browsers that do not tolerate a symbol at the end of the tabindex attribute.
I have attached an updated example showing how size=3# is accepted by all tested browsers, but tabindex=1# is only ignored by Chrome & Safari.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list