Skip to content

Commit 40f5949

Browse files
Ms2gerannevk
authored andcommitted
Rename ReadOnly to OptionalReadOnly.
Fixes #399.
1 parent 9e71dbf commit 40f5949

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ No [=extended attributes=] defined in this specification are applicable to [=inc
13631363
Const
13641364
RegularOperation
13651365
Stringifier
1366-
ReadOnly AttributeRest
1366+
OptionalReadOnly AttributeRest
13671367
</pre>
13681368

13691369
<pre class="grammar" id="prod-IncludesStatement">
@@ -1839,9 +1839,9 @@ The following extended attributes are applicable to constants:
18391839
An <dfn id="dfn-attribute" export>attribute</dfn> is an [=interface member=] or [=namespace member=]
18401840
(matching
18411841
<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>,
18451845
or <emu-nt><a href="#prod-AttributeRest">AttributeRest</a></emu-nt>)
18461846
that is used to declare data fields with a given type and
18471847
[=identifier=] whose value can
@@ -2009,8 +2009,8 @@ are applicable only to regular attributes:
20092009
"required"
20102010
</pre>
20112011

2012-
<pre class="grammar" id="prod-ReadOnly">
2013-
ReadOnly :
2012+
<pre class="grammar" id="prod-OptionalReadOnly">
2013+
OptionalReadOnly :
20142014
"readonly"
20152015
ε
20162016
</pre>
@@ -2911,7 +2911,7 @@ a [=static attribute=].
29112911

29122912
<pre class="grammar" id="prod-StringifierRest">
29132913
StringifierRest :
2914-
ReadOnly AttributeRest
2914+
OptionalReadOnly AttributeRest
29152915
RegularOperation
29162916
";"
29172917
</pre>
@@ -3255,7 +3255,7 @@ to an instance of the interface.
32553255

32563256
<pre class="grammar" id="prod-StaticMemberRest">
32573257
StaticMemberRest :
3258-
ReadOnly AttributeRest
3258+
OptionalReadOnly AttributeRest
32593259
RegularOperation
32603260
</pre>
32613261

0 commit comments

Comments
 (0)