Skip to content

Commit 0c417ea

Browse files
Ms2gerannevk
authored andcommitted
Split up ReadWriteAttribute.
Fixes #398.
1 parent 40f5949 commit 0c417ea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.bs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,7 @@ The <dfn>qualified name</dfn> of an [=interface=] |interface| is defined as foll
11051105
ReadWriteAttribute
11061106
ReadWriteMaplike
11071107
ReadWriteSetlike
1108+
InheritAttribute
11081109
</pre>
11091110

11101111
<pre class="grammar" id="prod-Inheritance">
@@ -1988,10 +1989,14 @@ are applicable only to regular attributes:
19881989

19891990
<pre class="grammar" id="prod-ReadWriteAttribute">
19901991
ReadWriteAttribute :
1991-
"inherit" AttributeRest
19921992
AttributeRest
19931993
</pre>
19941994

1995+
<pre class="grammar" id="prod-InheritAttribute">
1996+
InheritAttribute :
1997+
"inherit" AttributeRest
1998+
</pre>
1999+
19952000
<pre class="grammar" id="prod-AttributeRest">
19962001
AttributeRest :
19972002
"attribute" TypeWithExtendedAttributes AttributeName ";"

0 commit comments

Comments
 (0)