diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index d2672d13..4f67cf6d 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -475,7 +475,7 @@ probably in an appendix.
The get(|property|) method, - when called on a {{StylePropertyMap}} |this|, + when called on a {{StylePropertyMapReadOnly}} |this|, must perform the following steps: 1. If |property| is not a [=custom property name string=], @@ -498,7 +498,7 @@ probably in an appendix.
The getAll(|property|) method, - when called on a {{StylePropertyMap}} |this|, + when called on a {{StylePropertyMapReadOnly}} |this|, must perform the following steps: 1. If |property| is not a [=custom property name string=], @@ -521,7 +521,7 @@ probably in an appendix.
The has(|property|) method, - when called on a {{StylePropertyMap}} |this|, + when called on a {{StylePropertyMapReadOnly}} |this|, must perform the following steps: 1. If |property| is not a [=custom property name string=], @@ -539,7 +539,7 @@ probably in an appendix.
The size attribute, - on getting from a {{StylePropertyMap}} |this|, + on getting from a {{StylePropertyMapReadOnly}} |this|, must perform the following steps: 1. Return the [=map/size=] of the value of |this|’s {{[[declarations]]}} internal slot.