[Webkit-unassigned] [Bug 17674] <hr> appears gray instead of green because of noshade property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 5 01:25:44 PST 2008


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


webkit at blaut.biz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit at blaut.biz
             Status|UNCONFIRMED                 |NEW
          Component|CSS                         |Layout and Rendering
     Ever Confirmed|0                           |1




------- Comment #3 from webkit at blaut.biz  2008-03-05 01:25 PDT -------
I can confirm the issue as incompatibility bug. Gecko, Presto (Opera 9.5) and
Trident color a hr element in the attached test case.

However this particular case rises a general problem – coloring of hr
elements is a huge incompatiblity area between browsers. Check for example this
test case:

http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Cp%3EColoring%20of%20%20hr%20element%20without%20noshade%20attribute%0A%3Chr%20color%3D%22red%22%20style%3D%22height%3A%20.5em%3B%22%3E%0A%3Chr%20bgcolor%3D%22red%22%20style%3D%22height%3A%20.5em%3B%22%3E%0A%3Chr%20style%3D%22color%3A%20red%3B%20height%3A%20.5em%3B%22%20%3E%0A%3Chr%20style%3D%22background-color%3A%20red%3B%20height%3A%20.5em%3B%22%3E%0A%3Cp%3EColoring%20of%20hr%20element%20with%20noshade%20attribute%0A%3Chr%20color%3D%22red%22%20style%3D%22height%3A%20.5em%3B%22%20noshade%3E%0A%3Chr%20bgcolor%3D%22red%22%20style%3D%22height%3A%20.5em%3B%22%20noshade%3E%0A%3Chr%20style%3D%22color%3A%20red%3B%20height%3A%20.5em%3B%22%20noshade%3E%0A%3Chr%20style%3D%22background-color%3A%20red%3B%20height%3A%20.5em%3B%22%20noshade%3E

Every single tested engine (Gecko, Presto, Webkit, Trident) displays it
completely differently. Moreover HTML5 removes noshade and other attributes of
hr element. The open question is: how we should deal with all these issues?


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