Surprised to find that Edge/FF return an empty string for GCS CSS shorthands. Webkit browsers return the computed value. cc: @zcorpan
2
1
I believe that was required by some/all versions of DOM Level 2 Style
1
but we haven't followed it for properties that were converted to shorthands
1
as promised, developer.microsoft.com/en-u… can you provide the FF one?
1
bugzil.la/137688 which reminds me that getPropertyValue supposed to return null for shorthands

Aug 25, 2016 · 5:21 PM UTC

1
er, getPropertyCSSValue, which we implement getPropertyValue on top of
1
though we'd really like to stop exposing getPropertyCSSValue at some point
1