[Webkit-unassigned] [Bug 56982] table{border:value} causes cell borders to disappear on <table border=value>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 25 21:58:00 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=56982


David Barr <davidbarr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |davidbarr at chromium.org
     Ever Confirmed|0                           |1




--- Comment #2 from David Barr <davidbarr at chromium.org>  2012-04-25 21:58:00 PST ---
Confirmed in WebKit Nightly Version 5.1.5 (6534.55.3, r115022).

Relevant text quoted from: http://dev.w3.org/html5/spec/rendering.html#decohints

The table element's border attribute maps to the pixel length properties 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width' on the element. If the attribute is present but parsing the attribute's value using the rules for parsing non-negative integers generates an error, a default value of 1px is expected to be used for that property instead.

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