-
Notifications
You must be signed in to change notification settings - Fork 82
Add text-decoration-skip #242
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
Conversation
@@ -435,6 +435,8 @@ var Properties = module.exports = { | |||
"text-decoration-color" : "<text-decoration-color>", | |||
"text-decoration-line" : "<text-decoration-line>", | |||
"text-decoration-style" : "<text-decoration-style>", | |||
"text-decoration-skip" : "none | [ objects || spaces || ink || edges || box-decoration ]", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The formal syntax in English differs from the version on the Russian translation.
none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]
Can you check which is more up2date?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. I Update Formal Syntax. Get it in Specification
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, MDN finally confused me =)
There are CSS Text Decoration Module Level 3 [CR] That has formal syntax none | [ objects || spaces || ink || edges || box-decoration ]
And CSS Text Decoration Module Level 4 [ED] with formal syntax none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]
I Think, it will be better to to use [CR] formal syntax instead [ED] version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, sounds good.
…oration Module Level 3 [CR] [CSS Text Decoration Module Level 3](https://www.w3.org/TR/css-text-decor-3/#text-decoration-skip-property)
Thanks! |
https://developer.mozilla.org/ru/docs/Web/CSS/text-decoration-skip
https://caniuse.com/#feat=text-decoration