diff --git a/cssom-1/Overview.bs b/cssom-1/Overview.bs index ad8623b7138..21fa09f805f 100644 --- a/cssom-1/Overview.bs +++ b/cssom-1/Overview.bs @@ -2209,8 +2209,8 @@ a list of declarations declarations, follow these steps:
  1. If property is a case-sensitive match for a property - name of a CSS declaration in declarations, let declaration be that CSS declaration. -
  2. Otherwise, append a new CSS declaration with the property name property + name of a CSS declaration in declarations, remove that CSS declaration. +
  3. Append a new CSS declaration with the property name property to declarations and let declaration be that CSS declaration.
  4. Set declaration's value to component value list.
  5. If the important flag is set, set declaration's important flag.