[Webkit-unassigned] [Bug 164691] New: Replace CSSPropertyNames.in with a JSON file
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Nov 12 14:46:42 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=164691
Bug ID: 164691
Summary: Replace CSSPropertyNames.in with a JSON file
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dbates at webkit.org
CC: sam at webkit.org, simon.fraser at apple.com
As a first step towards generating both CSS property names and CSS keyword values from a single JSON file, remove CSSPropertyNames.in with a JSON file called CSSProperties.json and teach makeprop.pl how to parse it. The motivation for having a single JSON file that describes CSS property names and values is to make it straightforward to add a CSS feature status dashboard to webkit.org similar to the WebKit Feature Status dashboard, <https://webkit.org/status/>. Additionally, having a single structured file that describes CSS properties will allow us to reduce the amount of boilerplate code a person needs to add to support a new CSS property, especially for CSS properties that only take keyword values, by auto generating it.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161112/6c1a0a03/attachment.html>
More information about the webkit-unassigned
mailing list