[html5] r8761 - [e] (0) Fix syntax errors in this example Fixing https://www.w3.org/Bugs/Public/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 12 09:54:19 PDT 2014
Author: ianh
Date: 2014-09-12 09:54:15 -0700 (Fri, 12 Sep 2014)
New Revision: 8761
Modified:
complete.html
index
source
Log:
[e] (0) Fix syntax errors in this example
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26786
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2014-09-11 23:13:12 UTC (rev 8760)
+++ complete.html 2014-09-12 16:54:15 UTC (rev 8761)
@@ -291,7 +291,7 @@
</style><link rel=stylesheet href=status.css><body onload=init()>
<header id=head class="head with-buttons">
<p><a href=//www.whatwg.org/ class=logo><img src=/images/logo width=101 alt=WHATWG height=101></a></p>
- <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>11 September 2014</span></h2></hgroup>
+ <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>12 September 2014</span></h2></hgroup>
<nav>
<div>
@@ -10423,13 +10423,13 @@
<p>In this example, <code id=the-article-element:the-article-element-12><a href=#the-article-element>article</a></code> elements are used to host widgets on a portal page.</p>
- <pre><DOCTYPE HTML>
+ <pre><!DOCTYPE HTML>
<title>eHome Portal</title>
<link rel=stylesheet href="/styles/main.js">
<article>
- <h1>Stocks</h1>
<style scoped> @import url(/widgets/stocks/look.css); </style>
<script src="/widgets/stocks/core.js"></script>
+ <h1>Stocks</h1>
<table>
<thead> <tr> <th> Stock <th> Value <th> Delta
<tbody> <template> <tr> <td> <td> <td> </template>
@@ -10437,13 +10437,13 @@
<p> <input type=button value="Refresh" onclick="stocks.refresh()">
</article>
<article>
- <h1>News</h1>
<style scoped> @import url(/widgets/news/look.css); </style>
<script src="/widgets/news/core.js"></script>
+ <h1>News</h1>
<ul>
<template>
<li>
- <p><img src alt title> <strong></strong>
+ <p><img> <strong></strong>
<p>
</template>
</ul>
Modified: index
===================================================================
--- index 2014-09-11 23:13:12 UTC (rev 8760)
+++ index 2014-09-12 16:54:15 UTC (rev 8761)
@@ -291,7 +291,7 @@
</style><link rel=stylesheet href=status.css><body onload=init()>
<header id=head class="head with-buttons">
<p><a href=//www.whatwg.org/ class=logo><img src=/images/logo width=101 alt=WHATWG height=101></a></p>
- <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>11 September 2014</span></h2></hgroup>
+ <hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>12 September 2014</span></h2></hgroup>
<nav>
<div>
@@ -10423,13 +10423,13 @@
<p>In this example, <code id=the-article-element:the-article-element-12><a href=#the-article-element>article</a></code> elements are used to host widgets on a portal page.</p>
- <pre><DOCTYPE HTML>
+ <pre><!DOCTYPE HTML>
<title>eHome Portal</title>
<link rel=stylesheet href="/styles/main.js">
<article>
- <h1>Stocks</h1>
<style scoped> @import url(/widgets/stocks/look.css); </style>
<script src="/widgets/stocks/core.js"></script>
+ <h1>Stocks</h1>
<table>
<thead> <tr> <th> Stock <th> Value <th> Delta
<tbody> <template> <tr> <td> <td> <td> </template>
@@ -10437,13 +10437,13 @@
<p> <input type=button value="Refresh" onclick="stocks.refresh()">
</article>
<article>
- <h1>News</h1>
<style scoped> @import url(/widgets/news/look.css); </style>
<script src="/widgets/news/core.js"></script>
+ <h1>News</h1>
<ul>
<template>
<li>
- <p><img src alt title> <strong></strong>
+ <p><img> <strong></strong>
<p>
</template>
</ul>
Modified: source
===================================================================
--- source 2014-09-11 23:13:12 UTC (rev 8760)
+++ source 2014-09-12 16:54:15 UTC (rev 8761)
@@ -15218,13 +15218,13 @@
<p>In this example, <code>article</code> elements are used to host widgets on a portal page.</p>
- <pre><DOCTYPE HTML>
+ <pre><!DOCTYPE HTML>
<title>eHome Portal</title>
<link rel=stylesheet href="/styles/main.js">
<article>
- <h1>Stocks</h1>
<style scoped> @import url(/widgets/stocks/look.css); </style>
<script src="/widgets/stocks/core.js"></script>
+ <h1>Stocks</h1>
<table>
<thead> <tr> <th> Stock <th> Value <th> Delta
<tbody> <template> <tr> <td> <td> <td> </template>
@@ -15232,13 +15232,13 @@
<p> <input type=button value="Refresh" onclick="stocks.refresh()">
</article>
<article>
- <h1>News</h1>
<style scoped> @import url(/widgets/news/look.css); </style>
<script src="/widgets/news/core.js"></script>
+ <h1>News</h1>
<ul>
<template>
<li>
- <p><img src alt title> <strong></strong>
+ <p><img> <strong></strong>
<p>
</template>
</ul>
More information about the Commit-Watchers
mailing list