w3c / fxtf-drafts

Mirror of https://hg.fxtf.org/drafts
https://drafts.fxtf.org/
Other
68 stars 49 forks source link

[compositing-2] Syntax for `background-blend-mode` denotes `mix-blend-mode` as a type instead of a property. #463

Closed pyoor closed 1 year ago

pyoor commented 1 year ago

Properties must be defined as <'name'>. The background-blend-mode syntax is rendered as: <mix-blend-mode># where mix-blend-mode is a property. I'm not exactly sure what's wrong with the source that would cause it to be rendered without the surrounding quotes.

https://github.com/w3c/fxtf-drafts/blob/3ee6470f08060bd235b51120648cc5b989db9cdd/compositing-2/Overview.bs#L293

tabatkins commented 1 year ago

It's just invalid Bikeshed right now - it needs to be <<'mix-blend-mode'>>.

tabatkins commented 1 year ago

fixed in 8f3a950