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.