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 "parse a root margin" algorithm says "If token is an absolute length dimension token, replace it with a an equivalent pixel length". But all implementations (Chrome, Edge, Firefox) throw exceptions on non-pixel absolute lengths (e.g., lengths in cm, mm, in, etc.). So the spec language needs to be updated.
The text was updated successfully, but these errors were encountered:
The "parse a root margin" algorithm says "If token is an absolute length dimension token, replace it with a an equivalent pixel length". But all implementations (Chrome, Edge, Firefox) throw exceptions on non-pixel absolute lengths (e.g., lengths in cm, mm, in, etc.). So the spec language needs to be updated.
The text was updated successfully, but these errors were encountered: