[Webkit-unassigned] [Bug 19681] borderColor on table elements should be ignored

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 5 11:24:02 PST 2012


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





--- Comment #23 from Julien Chaffraix <jchaffraix at webkit.org>  2012-03-05 11:24:02 PST ---
(In reply to comment #21)
> Created an attachment (id=129672)
 --> (https://bugs.webkit.org/attachment.cgi?id=129672&action=review) [details]
> Regarding borderColor attribute of table

Thanks for following up with Mozilla people. In the future, please provide a URL instead of saving your email thread in HTML:

https://groups.google.com/group/mozilla.dev.tech.layout/browse_thread/thread/8bcd990ea33747e4#

> http://dev.w3.org/html5/spec/Overview.html#tables says:
> 
>  When a table element has a bordercolor attribute, its value is
>  expected to be parsed using the rules for parsing a legacy color
>  value, and if that does not return an error, the user agent is
>  expected to treat the attribute as a presentational hint setting
>  the element's 'border-top-color', 'border-right-color',
>  'border-bottom-color', and 'border-right-color' properties to
>  the resulting color.

I stand corrected on this one. The spec doesn't specify any relations between |border| and |borderColor| and there seem to be one (or at least you are going to define one). I tried IE9 with your patch and it doesn't seem to be recognizing |border|. I am fine with matching FF here but this should be brought to the WHATWG attention for standardization. There may have an opinion on that too.

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