Skip to content

Commit

Permalink
[e] (0) Edit this <article> example to be less confusing
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=27169
Affected topics: HTML

git-svn-id: https://svn.whatwg.org/webapps@8861 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 26, 2014
1 parent 8431efe commit 3312e20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -10508,7 +10508,7 @@ <h4 id=the-article-element>4.3.2 The <dfn><code>article</code></dfn> element</h4

<pre>&lt;!DOCTYPE HTML>
&lt;title>eHome Portal&lt;/title>
&lt;link rel=stylesheet href="/styles/main.js">
&lt;link rel=stylesheet href="/styles/main.css">
&lt;article>
&lt;style scoped> @import url(/widgets/stocks/look.css); &lt;/style>
&lt;script src="/widgets/stocks/core.js">&lt;/script>
Expand Down Expand Up @@ -69939,7 +69939,7 @@ <h5 id=the-abstractworker-abstract-interface>10.2.6.1 The <code id=the-abstractw
</table>


<h5 id=script-settings-for-workers>10.2.6.2 Script settings for workers</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27143" title="There's no reason to set a &quot;responsible browsing context&quot; since it is never used. Not having it for [...]">27143</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27144" title="API base URL says to return /worker URL/ but that variable does not exist in the scope of this algorithm. I think you meant /script address/.">27144</a></div>
<h5 id=script-settings-for-workers>10.2.6.2 Script settings for workers</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27143" title="There's no reason to set a &quot;responsible browsing context&quot; since it is never used. Not having it for [...]">27143</a></div>

<p>When the user agent is required to <dfn id=set-up-a-worker-environment-settings-object>set up a worker environment settings object</dfn>, given a
<var>worker global scope</var> and a <a href=#url id=script-settings-for-workers:url>URL</a> <var>script
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -10508,7 +10508,7 @@ c-end = "-->"</pre>

<pre>&lt;!DOCTYPE HTML>
&lt;title>eHome Portal&lt;/title>
&lt;link rel=stylesheet href="/styles/main.js">
&lt;link rel=stylesheet href="/styles/main.css">
&lt;article>
&lt;style scoped> @import url(/widgets/stocks/look.css); &lt;/style>
&lt;script src="/widgets/stocks/core.js">&lt;/script>
Expand Down Expand Up @@ -69939,7 +69939,7 @@ interface <dfn id=abstractworker>AbstractWorker</dfn> {
</table>


<h5 id=script-settings-for-workers>10.2.6.2 Script settings for workers</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27143" title="There's no reason to set a &quot;responsible browsing context&quot; since it is never used. Not having it for [...]">27143</a>, <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27144" title="API base URL says to return /worker URL/ but that variable does not exist in the scope of this algorithm. I think you meant /script address/.">27144</a></div>
<h5 id=script-settings-for-workers>10.2.6.2 Script settings for workers</h5><div class=status><input onclick=toggleStatus(this) value=⋰ type=button><p class=bugs><strong>Spec bugs:</strong> <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27143" title="There's no reason to set a &quot;responsible browsing context&quot; since it is never used. Not having it for [...]">27143</a></div>

<p>When the user agent is required to <dfn id=set-up-a-worker-environment-settings-object>set up a worker environment settings object</dfn>, given a
<var>worker global scope</var> and a <a href=#url id=script-settings-for-workers:url>URL</a> <var>script
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -15286,7 +15286,7 @@ own thing rather than part of the extended sentence -->

<pre>&lt;!DOCTYPE HTML>
&lt;title>eHome Portal&lt;/title>
&lt;link rel=stylesheet href="/styles/main.js">
&lt;link rel=stylesheet href="/styles/main.css">
&lt;article>
&lt;style scoped> @import url(/widgets/stocks/look.css); &lt;/style>
&lt;script src="/widgets/stocks/core.js">&lt;/script>
Expand Down

0 comments on commit 3312e20

Please sign in to comment.