Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css-typed-om/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ The following are the arithmetic operations you can perform on dimensions:
[=throw=] a {{RangeError}}.
2. Else return a new {{CSSUnitValue}}
with the {{CSSUnitValue/unit}} internal slot set to "number",
and a {{CSSUnitValue/value}} internal slot set to the inverse of |this|’s.
and a {{CSSUnitValue/value}} internal slot set to 1 divided by |this|’s {CSSUnitValue/value}} internal slot.

3. Otherwise,
return a new {{CSSMathInvert}} object
Expand Down