@@ -475,7 +475,7 @@ probably in an appendix.
475475
476476<div algorithm>
477477 The <dfn method for="StylePropertyMapReadOnly, StylePropertyMap">get(|property|)</dfn> method,
478- when called on a {{StylePropertyMap }} |this|,
478+ when called on a {{StylePropertyMapReadOnly }} |this|,
479479 must perform the following steps:
480480
481481 1. If |property| is not a [=custom property name string=] ,
@@ -498,7 +498,7 @@ probably in an appendix.
498498
499499<div algorithm>
500500 The <dfn method for="StylePropertyMapReadOnly, StylePropertyMap">getAll(|property|)</dfn> method,
501- when called on a {{StylePropertyMap }} |this|,
501+ when called on a {{StylePropertyMapReadOnly }} |this|,
502502 must perform the following steps:
503503
504504 1. If |property| is not a [=custom property name string=] ,
@@ -521,7 +521,7 @@ probably in an appendix.
521521
522522<div algorithm>
523523 The <dfn method for="StylePropertyMapReadOnly, StylePropertyMap">has(|property|)</dfn> method,
524- when called on a {{StylePropertyMap }} |this|,
524+ when called on a {{StylePropertyMapReadOnly }} |this|,
525525 must perform the following steps:
526526
527527 1. If |property| is not a [=custom property name string=] ,
@@ -539,7 +539,7 @@ probably in an appendix.
539539
540540<div algorithm>
541541 The <dfn attribute for="StylePropertyMapReadOnly, StylePropertyMap">size</dfn> attribute,
542- on getting from a {{StylePropertyMap }} |this|,
542+ on getting from a {{StylePropertyMapReadOnly }} |this|,
543543 must perform the following steps:
544544
545545 1. Return the [=map/size=] of the value of |this|’s {{[[declarations]]}} internal slot.
0 commit comments