Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up`getPropertyValue` can't read `outline` #20903
Closed
Comments
|
That's because outline is a shorthand, and we return the empty string for those. I think we should support shorthands in getComputedStyle and I'm doing related work in FF, but FF also returns the empty string. |
|
I see. I use Chrome to test and didn't find FF not support, too. |
|
I'm going to close this as a duplicate of #22838, which seems to have a bit more information. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
should get
rgb(255, 0, 0) solid 2.66667px, but log nothing in Servo.related code:
servo/components/script/dom/cssstyledeclaration.rs
Lines 228 to 232 in 5683f09
servo/components/script/dom/cssstyledeclaration.rs
Line 211 in 5683f09