Bug 160036 - Fix null handling of HTMLFontElement.color
Summary: Fix null handling of HTMLFontElement.color
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL: https://html.spec.whatwg.org/#htmlfon...
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2016-07-21 11:52 PDT by Chris Dumez
Modified: 2016-07-21 14:26 PDT (History)
10 users (show)

See Also:


Attachments
Patch (5.81 KB, patch)
2016-07-21 12:12 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-07-21 11:52:17 PDT
Fix null handling of HTMLFontElement.color to match the specification:
- https://html.spec.whatwg.org/#htmlfontelement

We are supposed to treat null as the empty string. Both Firefox and Chrome agree with the specification.
Comment 1 Chris Dumez 2016-07-21 12:12:48 PDT
Created attachment 284243 [details]
Patch
Comment 2 Chris Dumez 2016-07-21 14:26:45 PDT
Comment on attachment 284243 [details]
Patch

Clearing flags on attachment: 284243

Committed r203530: <http://trac.webkit.org/changeset/203530>
Comment 3 Chris Dumez 2016-07-21 14:26:50 PDT
All reviewed patches have been landed.  Closing bug.