You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trusted-add-class would provide an opportunity to add any class name to an element. For example, sometimes it happens that a script checks the body class list.
Does this construction assume that it will be usable when the div already has classes?
So that others will not disappear by default or pages will start checking the position in the attribute or even counting the number of white separating characters?
The
trusted-add-class
would provide an opportunity to add any class name to an element. For example, sometimes it happens that a script checks the body class list.where
classNames
can be a single class or multiple classes separated by commas, e.g.foo
orfoo,bar
applying
can beasap
,complete
andstay
like in remove-attrCan be used on:
The text was updated successfully, but these errors were encountered: