- From: Seokho Song via GitHub <sysbot+gh@w3.org>
- Date: Sun, 10 Apr 2022 07:50:49 +0000
- To: public-houdini-archive@w3.org
DevSDK has just submitted a new pull request for https://github.com/w3c/css-houdini-drafts: == [CSS-Typed-OM] Change reifying as from 'a CSSStyleValue' to 'an identifier' == Step 2 of parse() [1] says "Reify a color value from result ". However, "Reify a color value" algorithm [2] needs a second parameter, which is a property to be consumed by step 9 only. Therefore, Change step 9 from 'CSSStyleValue' to 'an identifier'[3] for reifying. [1] https://drafts.css-houdini.org/css-typed-om-1/#dom-csscolorvalue-parse [2] https://drafts.css-houdini.org/css-typed-om-1/#reify-a-color-value [3] https://drafts.css-houdini.org/css-typed-om-1/#reify-an-identifier Working Chromium CL: https://chromium-review.googlesource.com/c/chromium/src/+/3522201 cc. @xiaochengh See https://github.com/w3c/css-houdini-drafts/pull/1068 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 10 April 2022 07:50:53 UTC