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
Making the properties mutable adds significant implementation complexity because of shadow dom. For example, if you add the same sheet to two different shadow roots, and then one of them modifies it, it shouldn't appear modified from the other shadow root.
I can't actually think of a situation where anyone would actually want to modify the attributes in CSSFontPaletteValuesRule from script, rather than replacing the whole rule. We should just modify the attributes to be readonly.