Re: [csswg-drafts] [selectors-4] "effective media volume is mutable" pseudo-class for media elements (#3933)

Extracting from minutes: If we resolve on adding a volume-level pseudo (#4001), then we should revisit the naming of this and merge "muted", "locked", and "volume-level" all into one pseudo, presumably with the syntax:

```
:volume( locked || muted || <volume-value> )
<volume-value> = [ '<' | '>' ] '='? [ <number [0,1]> | <percentage [0%,100%]> ]
```

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3933#issuecomment-498690688 using your GitHub account

Received on Tuesday, 4 June 2019 14:15:47 UTC