File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1105,6 +1105,7 @@ The <dfn>qualified name</dfn> of an [=interface=] |interface| is defined as foll
1105
1105
ReadWriteAttribute
1106
1106
ReadWriteMaplike
1107
1107
ReadWriteSetlike
1108
+ InheritAttribute
1108
1109
</pre>
1109
1110
1110
1111
<pre class="grammar" id="prod-Inheritance">
@@ -1988,10 +1989,14 @@ are applicable only to regular attributes:
1988
1989
1989
1990
<pre class="grammar" id="prod-ReadWriteAttribute">
1990
1991
ReadWriteAttribute :
1991
- "inherit" AttributeRest
1992
1992
AttributeRest
1993
1993
</pre>
1994
1994
1995
+ <pre class="grammar" id="prod-InheritAttribute">
1996
+ InheritAttribute :
1997
+ "inherit" AttributeRest
1998
+ </pre>
1999
+
1995
2000
<pre class="grammar" id="prod-AttributeRest">
1996
2001
AttributeRest :
1997
2002
"attribute" TypeWithExtendedAttributes AttributeName ";"
You can’t perform that action at this time.
0 commit comments