Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cssom][css-syntax] Links to methods defined by css-syntax missing #1752

Open
waldbaerkoch opened this issue Aug 23, 2017 · 1 comment
Open
Labels

Comments

@waldbaerkoch
Copy link

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

@csnardi
Copy link
Contributor

csnardi commented Apr 2, 2018

All of these appear to have the proper links now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants