@@ -1363,7 +1363,7 @@ No [=extended attributes=] defined in this specification are applicable to [=inc
1363
1363
Const
1364
1364
RegularOperation
1365
1365
Stringifier
1366
- ReadOnly AttributeRest
1366
+ OptionalReadOnly AttributeRest
1367
1367
</pre>
1368
1368
1369
1369
<pre class="grammar" id="prod-IncludesStatement">
@@ -1839,9 +1839,9 @@ The following extended attributes are applicable to constants:
1839
1839
An <dfn id="dfn-attribute" export>attribute</dfn> is an [=interface member=] or [=namespace member=]
1840
1840
(matching
1841
1841
<emu-t>inherit</emu-t> <emu-nt><a href="#prod-AttributeRest">AttributeRest</a></emu-nt>,
1842
- <emu-t>static</emu-t> <emu-nt><a href="#prod-ReadOnly">ReadOnly </a></emu-nt> <emu-nt><a href="#prod-AttributeRest">AttributeRest</a></emu-nt>,
1843
- <emu-t>stringifier</emu-t> <emu-nt><a href="#prod-ReadOnly">ReadOnly </a></emu-nt> <emu-nt><a href="#prod-AttributeRest">AttributeRest</a></emu-nt>,
1844
- <emu-nt><a href="#prod-ReadOnly">ReadOnly </a></emu-nt> <emu-nt><a href="#prod-AttributeRest">AttributeRest</a></emu-nt>,
1842
+ <emu-t>static</emu-t> <emu-nt><a href="#prod-OptionalReadOnly">OptionalReadOnly </a></emu-nt> <emu-nt><a href="#prod-AttributeRest">AttributeRest</a></emu-nt>,
1843
+ <emu-t>stringifier</emu-t> <emu-nt><a href="#prod-OptionalReadOnly">OptionalReadOnly </a></emu-nt> <emu-nt><a href="#prod-AttributeRest">AttributeRest</a></emu-nt>,
1844
+ <emu-nt><a href="#prod-OptionalReadOnly">OptionalReadOnly </a></emu-nt> <emu-nt><a href="#prod-AttributeRest">AttributeRest</a></emu-nt>,
1845
1845
or <emu-nt><a href="#prod-AttributeRest">AttributeRest</a></emu-nt>)
1846
1846
that is used to declare data fields with a given type and
1847
1847
[=identifier=] whose value can
@@ -2009,8 +2009,8 @@ are applicable only to regular attributes:
2009
2009
"required"
2010
2010
</pre>
2011
2011
2012
- <pre class="grammar" id="prod-ReadOnly ">
2013
- ReadOnly :
2012
+ <pre class="grammar" id="prod-OptionalReadOnly ">
2013
+ OptionalReadOnly :
2014
2014
"readonly"
2015
2015
ε
2016
2016
</pre>
@@ -2911,7 +2911,7 @@ a [=static attribute=].
2911
2911
2912
2912
<pre class="grammar" id="prod-StringifierRest">
2913
2913
StringifierRest :
2914
- ReadOnly AttributeRest
2914
+ OptionalReadOnly AttributeRest
2915
2915
RegularOperation
2916
2916
";"
2917
2917
</pre>
@@ -3255,7 +3255,7 @@ to an instance of the interface.
3255
3255
3256
3256
<pre class="grammar" id="prod-StaticMemberRest">
3257
3257
StaticMemberRest :
3258
- ReadOnly AttributeRest
3258
+ OptionalReadOnly AttributeRest
3259
3259
RegularOperation
3260
3260
</pre>
3261
3261
0 commit comments