Re: [w3c/manifest] [WIP] Fix color processing steps (#878)

@sidvishnoi commented on this pull request.



> +          <li>Let |color| be the result of [=CSS/parsing=] |theme color| as a
+          CSS <a>&lt;color&gt;</a>. [[CSS-SYNTAX-3]]

`[=CSS/parsing=]` works, but need to add an alias for css-parsing in `respecConfig.localBiblio` until https://github.com/tobie/specref/pull/564 is merged.
``` js
localBiblio: {
  "css-parsing": { aliasOf: "css-parsing-3" },
}
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/878#discussion_r432331678

Received on Friday, 29 May 2020 08:25:01 UTC