You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@mozilla.org
As of today, I intend to turn on the CSS attr() function fallback by default on all platforms. It has not been developed behind a flag, rather being enabled by default in the implementation patch as it is a low-risk feature. No other browsers ship or implement the feature at this time. Summary: The CSS attr() function allows the values of attributes to be used in the content property. CSS Values 5 adds a fallback with the syntax "attr(name, fallback)" which uses the fallback as a default value when the attribute does not exist in the target element. Please note that this does not enable the new var-like usage in all properties (only in content still) or types, this only adds the fallback value feature.