RESOLVED FIXED 161977
Add support hr.color IDL attribute
https://bugs.webkit.org/show_bug.cgi?id=161977
Summary Add support hr.color IDL attribute
Chris Dumez
Reported 2016-09-14 10:49:05 PDT
Add support hr.color IDL attribute as per: - https://html.spec.whatwg.org/#HTMLHRElement-partial Even though this is a legacy attribute, it is still part of the HTML specification and it is still supported by Firefox and Chrome. Also note that even though WebKit does not currently support the 'color' IDL attribute on <hr>, it does support the 'color' content attribute on <hr>. Therefore, we only need to reflect the 'color' content attribute.
Attachments
Patch (14.45 KB, patch)
2016-09-14 11:06 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-09-14 11:06:36 PDT
WebKit Commit Bot
Comment 2 2016-09-14 12:58:10 PDT
Comment on attachment 288832 [details] Patch Clearing flags on attachment: 288832 Committed r205923: <http://trac.webkit.org/changeset/205923>
WebKit Commit Bot
Comment 3 2016-09-14 12:58:15 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.