[css-backgrounds-4] Does background-attachment: fixed
work with background-clip: text
?
#10595
Labels
background-attachment: fixed
work with background-clip: text
?
#10595
On MDN it is mentioned that: [ref]
Now run this demo on Firefox and Chrome. The background stays fixed in Chrome and not in Firefox.
There is nothing in the spec that says that
background-attachment: fixed
doesn't work withbackground-clip: text
. Is Chrome correct or Firefox?From the specifications standpoint, what should happen when the
background-attachment: fixed
andbackground-clip: text
properties are used together? Should the background remain fixed or scroll?The text was updated successfully, but these errors were encountered: