RESOLVED DUPLICATE of bug 168867 168708
Fix makeprops.pl to handle multiple codegen being a list
https://bugs.webkit.org/show_bug.cgi?id=168708
Summary Fix makeprops.pl to handle multiple codegen being a list
Simon Fraser (smfr)
Reported 2017-02-21 21:51:31 PST
CSSProperties.json an array of items for line-height, but I think it would be better as: "line-height": { "inherited": true, "codegen-properties": [ { "custom": "All", "enable-if": "ENABLE_TEXT_AUTOSIZING" }, { "getter": "specifiedLineHeight", "conditional-converter": "LineHeight", "enable-if": "!ENABLE_TEXT_AUTOSIZING" } ], "specification": { "category": "css-22", "url": "https://www.w3.org/TR/CSS22/visudet.html#propdef-line-height" } }, Need to fix makeprops.pl to handle this.
Attachments
Simon Fraser (smfr)
Comment 1 2017-02-25 08:29:59 PST
*** This bug has been marked as a duplicate of bug 168867 ***
Note You need to log in before you can comment on or make changes to this bug.