Skip to content

Commit

Permalink
Allow [SameObject] on array types and object, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
heycam committed Jan 27, 2014
1 parent a4e5e47 commit 642d8b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -9901,7 +9901,8 @@ <h4>4.3.17. [SameObject]</h4>
extended attribute <span class="rfc2119">MUST NOT</span>
be used on anything other than a <a class="dfnref" href="#dfn-read-only">read only</a>
<a class="dfnref" href="#dfn-attribute">attribute</a>
whose type is an <a href="#idl-interface">interface type</a>.
whose type is an <a href="#idl-interface">interface type</a>,
an <a href="#idl-array">array type</a> or <a class="idltype" href="#idl-object">object</a>.
</p>
<div class="example"><div class="exampleHeader">Example</div>
<p>
Expand Down
3 changes: 2 additions & 1 deletion index.xml
Expand Up @@ -9715,7 +9715,8 @@ counter.value; <span class='comment'>/
extended attribute <span class='rfc2119'>MUST NOT</span>
be used on anything other than a <a class='dfnref' href='#dfn-read-only'>read only</a>
<a class='dfnref' href='#dfn-attribute'>attribute</a>
whose type is an <a href='#idl-interface'>interface type</a>.
whose type is an <a href='#idl-interface'>interface type</a>,
an <a href='#idl-array'>array type</a> or <span class='idltype'>object</span>.
</p>
<div class='example'>
<p>
Expand Down

0 comments on commit 642d8b3

Please sign in to comment.