[csswg-drafts] [cssom-1] `CSSStyleDeclaration.getPropertyPriority()` for resolved values (#9421)

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

== [cssom-1] `CSSStyleDeclaration.getPropertyPriority()` for resolved values ==
https://drafts.csswg.org/cssom-1/#dom-cssstyledeclaration-getpropertypriority

Should it return empty string when the computed flag is set, like in Chrome/FF (at least)?

```html
<style>#target { color: red !important }</style>
<script>
  getComputedStyle(target).getPropertyPriority('color') // ''
</script>
```

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 28 September 2023 10:14:40 UTC