[csswg-drafts] [cssom][css-syntax] Links to methods defined by css-syntax missing

waldbaerkoch has just created a new issue for https://github.com/w3c/csswg-drafts:

== [cssom][css-syntax] Links to methods defined by css-syntax missing ==
https://drafts.csswg.org/cssom/#parse-a-css-rule

> 1. Let rule be the return value of invoking [parse a rule] with string.

should lilnk to https://drafts.csswg.org/css-syntax-3/#parse-rule

---

https://drafts.csswg.org/cssom/#parse-a-css-declaration-block

> 1. Let declarations be the return value of invoking [parse a list of declarations] with string.

should link to https://drafts.csswg.org/css-syntax-3/#parse-list-of-declarations

---

https://drafts.csswg.org/cssom/#parse-a-css-value

> 1. Let list be the value returned by invoking [parse a list of component values] from value.

should link to https://drafts.csswg.org/css-syntax-3/#parse-list-of-component-values

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1752 using your GitHub account

Received on Wednesday, 23 August 2017 13:52:06 UTC