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
Significant changes to the supported list of CSS properties to match the latest CSS specifications:
Many new ones are added, with generic processing.
The following are added with special processing: border-block-end-color, border-block-start-color, border-inline-end-color, border-inline-start-color, text-emphasis-color.
Replaced the propertyList export, which was an object, with the propertyDefinitions export, which is a Map containing similar information. (However, the extended property is removed from the values of the Map.)
Improved generic parsing and serialization spec conformance, i.e. the code path used for non-special-cased CSS properties. (Notably including better case-sensitivity handling, which regressed in v5.3.6; see #303.)
Updated the CSSStyleDeclaration class:
Removed the length setter.
Stopped attempting to "hide" underscored properties by making them non-enumerable.