@@ -475,7 +475,7 @@ probably in an appendix.
475
475
476
476
<div algorithm>
477
477
The <dfn method for="StylePropertyMapReadOnly, StylePropertyMap">get(|property|)</dfn> method,
478
- when called on a {{StylePropertyMap }} |this|,
478
+ when called on a {{StylePropertyMapReadOnly }} |this|,
479
479
must perform the following steps:
480
480
481
481
1. If |property| is not a [=custom property name string=] ,
@@ -498,7 +498,7 @@ probably in an appendix.
498
498
499
499
<div algorithm>
500
500
The <dfn method for="StylePropertyMapReadOnly, StylePropertyMap">getAll(|property|)</dfn> method,
501
- when called on a {{StylePropertyMap }} |this|,
501
+ when called on a {{StylePropertyMapReadOnly }} |this|,
502
502
must perform the following steps:
503
503
504
504
1. If |property| is not a [=custom property name string=] ,
@@ -521,7 +521,7 @@ probably in an appendix.
521
521
522
522
<div algorithm>
523
523
The <dfn method for="StylePropertyMapReadOnly, StylePropertyMap">has(|property|)</dfn> method,
524
- when called on a {{StylePropertyMap }} |this|,
524
+ when called on a {{StylePropertyMapReadOnly }} |this|,
525
525
must perform the following steps:
526
526
527
527
1. If |property| is not a [=custom property name string=] ,
@@ -539,7 +539,7 @@ probably in an appendix.
539
539
540
540
<div algorithm>
541
541
The <dfn attribute for="StylePropertyMapReadOnly, StylePropertyMap">size</dfn> attribute,
542
- on getting from a {{StylePropertyMap }} |this|,
542
+ on getting from a {{StylePropertyMapReadOnly }} |this|,
543
543
must perform the following steps:
544
544
545
545
1. Return the [=map/size=] of the value of |this|’s {{[[declarations]]}} internal slot.
0 commit comments