Skip to content

Commit

Permalink
[giow] (3) getSVGDocument() can return null (IDL fix).
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25940
Affected topics: DOM APIs

git-svn-id: https://svn.whatwg.org/webapps@8814 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 24, 2014
1 parent 6ebb3ab commit 3efd584
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -19894,7 +19894,7 @@ <h4 id=the-iframe-element>4.8.6 The <dfn><code>iframe</code></dfn> element</h4>
attribute DOMString <a href=#dom-dim-height id=the-iframe-element:dom-dim-height>height</a>;
readonly attribute <a href=#document id=the-iframe-element:document>Document</a>? <a href=#dom-iframe-contentdocument id=the-iframe-element:dom-iframe-contentdocument>contentDocument</a>;
readonly attribute <a href=#windowproxy id=the-iframe-element:windowproxy>WindowProxy</a>? <a href=#dom-iframe-contentwindow id=the-iframe-element:dom-iframe-contentwindow>contentWindow</a>;
<a href=#document id=the-iframe-element:document-2>Document</a> <a href=#dom-media-getsvgdocument id=the-iframe-element:dom-media-getsvgdocument>getSVGDocument</a>();
<a href=#document id=the-iframe-element:document-2>Document</a>? <a href=#dom-media-getsvgdocument id=the-iframe-element:dom-media-getsvgdocument>getSVGDocument</a>();

// <a href="#HTMLIFrameElement-partial">also has obsolete members</a>
};</pre>
Expand Down Expand Up @@ -20491,7 +20491,7 @@ <h4 id=the-embed-element>4.8.7 The <dfn><code>embed</code></dfn> element</h4>
attribute DOMString <a href=#dom-embed-type id=the-embed-element:dom-embed-type>type</a>;
attribute DOMString <a href=#dom-dim-width id=the-embed-element:dom-dim-width>width</a>;
attribute DOMString <a href=#dom-dim-height id=the-embed-element:dom-dim-height>height</a>;
<a href=#document id=the-embed-element:document>Document</a> <a href=#dom-media-getsvgdocument id=the-embed-element:dom-media-getsvgdocument>getSVGDocument</a>();
<a href=#document id=the-embed-element:document>Document</a>? <a href=#dom-media-getsvgdocument id=the-embed-element:dom-media-getsvgdocument>getSVGDocument</a>();
<a href=#dom-embed-caller id=the-embed-element:dom-embed-caller>legacycaller</a> any (any... arguments);

// <a href="#HTMLEmbedElement-partial">also has obsolete members</a>
Expand Down Expand Up @@ -20753,7 +20753,7 @@ <h4 id=the-object-element>4.8.8 The <dfn><code>object</code></dfn> element</h4>
attribute DOMString <a href=#dom-dim-height id=the-object-element:dom-dim-height>height</a>;
readonly attribute <a href=#document id=the-object-element:document>Document</a>? <a href=#dom-object-contentdocument id=the-object-element:dom-object-contentdocument>contentDocument</a>;
readonly attribute <a href=#windowproxy id=the-object-element:windowproxy>WindowProxy</a>? <a href=#dom-object-contentwindow id=the-object-element:dom-object-contentwindow>contentWindow</a>;
<a href=#document id=the-object-element:document-2>Document</a> <a href=#dom-media-getsvgdocument id=the-object-element:dom-media-getsvgdocument>getSVGDocument</a>();
<a href=#document id=the-object-element:document-2>Document</a>? <a href=#dom-media-getsvgdocument id=the-object-element:dom-media-getsvgdocument>getSVGDocument</a>();

readonly attribute boolean <a href=#dom-cva-willvalidate id=the-object-element:dom-cva-willvalidate>willValidate</a>;
readonly attribute <a href=#validitystate id=the-object-element:validitystate>ValidityState</a> <a href=#dom-cva-validity id=the-object-element:dom-cva-validity>validity</a>;
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -19894,7 +19894,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
attribute DOMString <a href=#dom-dim-height id=the-iframe-element:dom-dim-height>height</a>;
readonly attribute <a href=#document id=the-iframe-element:document>Document</a>? <a href=#dom-iframe-contentdocument id=the-iframe-element:dom-iframe-contentdocument>contentDocument</a>;
readonly attribute <a href=#windowproxy id=the-iframe-element:windowproxy>WindowProxy</a>? <a href=#dom-iframe-contentwindow id=the-iframe-element:dom-iframe-contentwindow>contentWindow</a>;
<a href=#document id=the-iframe-element:document-2>Document</a> <a href=#dom-media-getsvgdocument id=the-iframe-element:dom-media-getsvgdocument>getSVGDocument</a>();
<a href=#document id=the-iframe-element:document-2>Document</a>? <a href=#dom-media-getsvgdocument id=the-iframe-element:dom-media-getsvgdocument>getSVGDocument</a>();

// <a href="#HTMLIFrameElement-partial">also has obsolete members</a>
};</pre>
Expand Down Expand Up @@ -20491,7 +20491,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
attribute DOMString <a href=#dom-embed-type id=the-embed-element:dom-embed-type>type</a>;
attribute DOMString <a href=#dom-dim-width id=the-embed-element:dom-dim-width>width</a>;
attribute DOMString <a href=#dom-dim-height id=the-embed-element:dom-dim-height>height</a>;
<a href=#document id=the-embed-element:document>Document</a> <a href=#dom-media-getsvgdocument id=the-embed-element:dom-media-getsvgdocument>getSVGDocument</a>();
<a href=#document id=the-embed-element:document>Document</a>? <a href=#dom-media-getsvgdocument id=the-embed-element:dom-media-getsvgdocument>getSVGDocument</a>();
<a href=#dom-embed-caller id=the-embed-element:dom-embed-caller>legacycaller</a> any (any... arguments);

// <a href="#HTMLEmbedElement-partial">also has obsolete members</a>
Expand Down Expand Up @@ -20753,7 +20753,7 @@ attribute, set the <a href=#browsing-context-name id=the-embed-element:browsing-
attribute DOMString <a href=#dom-dim-height id=the-object-element:dom-dim-height>height</a>;
readonly attribute <a href=#document id=the-object-element:document>Document</a>? <a href=#dom-object-contentdocument id=the-object-element:dom-object-contentdocument>contentDocument</a>;
readonly attribute <a href=#windowproxy id=the-object-element:windowproxy>WindowProxy</a>? <a href=#dom-object-contentwindow id=the-object-element:dom-object-contentwindow>contentWindow</a>;
<a href=#document id=the-object-element:document-2>Document</a> <a href=#dom-media-getsvgdocument id=the-object-element:dom-media-getsvgdocument>getSVGDocument</a>();
<a href=#document id=the-object-element:document-2>Document</a>? <a href=#dom-media-getsvgdocument id=the-object-element:dom-media-getsvgdocument>getSVGDocument</a>();

readonly attribute boolean <a href=#dom-cva-willvalidate id=the-object-element:dom-cva-willvalidate>willValidate</a>;
readonly attribute <a href=#validitystate id=the-object-element:validitystate>ValidityState</a> <a href=#dom-cva-validity id=the-object-element:dom-cva-validity>validity</a>;
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -24824,7 +24824,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
attribute DOMString <span data-x="dom-dim-height">height</span>;
readonly attribute <span>Document</span>? <span data-x="dom-iframe-contentDocument">contentDocument</span>;
readonly attribute <span>WindowProxy</span>? <span data-x="dom-iframe-contentWindow">contentWindow</span>;
<span>Document</span> <span data-x="dom-media-getSVGDocument">getSVGDocument</span>();
<span>Document</span>? <span data-x="dom-media-getSVGDocument">getSVGDocument</span>();
};</pre>
</dd>
</dl><!--TOPIC:HTML-->
Expand Down Expand Up @@ -25585,7 +25585,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
attribute DOMString <span data-x="dom-embed-type">type</span>;
attribute DOMString <span data-x="dom-dim-width">width</span>;
attribute DOMString <span data-x="dom-dim-height">height</span>;
<span>Document</span> <span data-x="dom-media-getSVGDocument">getSVGDocument</span>();
<span>Document</span>? <span data-x="dom-media-getSVGDocument">getSVGDocument</span>();
<span data-x="dom-embed-caller">legacycaller</span> any (any... arguments);
};</pre>
<div w-nodev>
Expand Down Expand Up @@ -25962,7 +25962,7 @@ attribute, set the <span>browsing context name</span> of the element's <span>nes
attribute DOMString <span data-x="dom-dim-height">height</span>;
readonly attribute <span>Document</span>? <span data-x="dom-object-contentDocument">contentDocument</span>;
readonly attribute <span>WindowProxy</span>? <span data-x="dom-object-contentWindow">contentWindow</span>;
<span>Document</span> <span data-x="dom-media-getSVGDocument">getSVGDocument</span>();
<span>Document</span>? <span data-x="dom-media-getSVGDocument">getSVGDocument</span>();

readonly attribute boolean <span data-x="dom-cva-willValidate">willValidate</span>;
readonly attribute <span>ValidityState</span> <span data-x="dom-cva-validity">validity</span>;
Expand Down

0 comments on commit 3efd584

Please sign in to comment.