[html5] r8861 - [e] (0) Edit this <article> example to be less confusing Fixing https://www.w3.o [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Nov 26 14:23:20 PST 2014
Author: ianh
Date: 2014-11-26 14:23:16 -0800 (Wed, 26 Nov 2014)
New Revision: 8861
Modified:
complete.html
index
source
Log:
[e] (0) Edit this <article> example to be less confusing
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=27169
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2014-11-26 22:18:39 UTC (rev 8860)
+++ complete.html 2014-11-26 22:23:16 UTC (rev 8861)
@@ -10508,7 +10508,7 @@
<pre><!DOCTYPE HTML>
<title>eHome Portal</title>
-<link rel=stylesheet href="/styles/main.js">
+<link rel=stylesheet href="/styles/main.css">
<article>
<style scoped> @import url(/widgets/stocks/look.css); </style>
<script src="/widgets/stocks/core.js"></script>
@@ -69939,7 +69939,7 @@
</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 "responsible browsing context" 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 "responsible browsing context" 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
Modified: index
===================================================================
--- index 2014-11-26 22:18:39 UTC (rev 8860)
+++ index 2014-11-26 22:23:16 UTC (rev 8861)
@@ -10508,7 +10508,7 @@
<pre><!DOCTYPE HTML>
<title>eHome Portal</title>
-<link rel=stylesheet href="/styles/main.js">
+<link rel=stylesheet href="/styles/main.css">
<article>
<style scoped> @import url(/widgets/stocks/look.css); </style>
<script src="/widgets/stocks/core.js"></script>
@@ -69939,7 +69939,7 @@
</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 "responsible browsing context" 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 "responsible browsing context" 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
Modified: source
===================================================================
--- source 2014-11-26 22:18:39 UTC (rev 8860)
+++ source 2014-11-26 22:23:16 UTC (rev 8861)
@@ -15286,7 +15286,7 @@
<pre><!DOCTYPE HTML>
<title>eHome Portal</title>
-<link rel=stylesheet href="/styles/main.js">
+<link rel=stylesheet href="/styles/main.css">
<article>
<style scoped> @import url(/widgets/stocks/look.css); </style>
<script src="/widgets/stocks/core.js"></script>
More information about the Commit-Watchers
mailing list