Re: [csswg-drafts] [css-content] Implementing content:none on elements is not web-compatible (#6503)

Just to clarify what "having no effect" is going to mean here:  it looks like in both Firefox and Chromium, `content:none` just computes to `normal`. Is that what we want to spec here?  (i.e. `none` is an alias for `normal` which computes to `normal`)  Or is this going to be something more subtle?

(I tested WebKit as well, and their getComputedStyle implementation seems to just return the empty string for the computed value of `content`, so I'm not as sure what's going on there.)

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


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

Received on Wednesday, 11 August 2021 17:14:27 UTC