- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 02 Jun 2020 00:12:04 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 2 June 2020 07:12:18 UTC
@marcoscaceres commented on this pull request.
> @@ -1195,6 +1195,59 @@ <h3>
<div class="issue" data-number="446"></div>
</section>
</section>
+ <section data-cite="CSS-COLOR-4">
+ <h2>
+ Color parsing
+ </h2>
+ <p>
+ The steps for <dfn>processing a color member</dfn> are given by the
+ following algorithm. The algorithm takes a <a>USVString</a>
+ <var>potential color</var> as an argument. This algorithm returns a
+ `USVString?`.
```suggestion
`USVString` or `undefined`.
```
--
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#pullrequestreview-422399586
Received on Tuesday, 2 June 2020 07:12:18 UTC