- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 12 Oct 2012 17:43:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/srcset
In directory hutz:/tmp/cvs-serv30726
Modified Files:
Overview.html
Log Message:
commit 91be8083c0a68b46df80761d55797bd74f726e60
Merge: 969a077 4b354c2
Author: Edward O'Connor <hober0@gmail.com>
Date: Fri Oct 12 10:37:59 2012 -0700
Merge in from master, including all of Mike and Robin's tooling work.
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/srcset/Overview.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Overview.html 11 Oct 2012 01:14:33 -0000 1.4
+++ Overview.html 12 Oct 2012 17:43:20 -0000 1.5
@@ -1,4 +1,7 @@
-<!DOCTYPE html><html lang=en-US-x-Hixie><head><meta charset=UTF-8><title>The srcset attribute</title><style type=text/css>
+<!DOCTYPE html><html lang="en-US-x-Hixie"><head>
+ <meta charset="UTF-8">
+ <title>The srcset attribute</title>
+ <style type="text/css">
pre { margin-left: 2em; white-space: pre-wrap; }
h2 { margin: 3em 0 1em 0; }
h3 { margin: 2.5em 0 1em 0; }
@@ -70,7 +73,7 @@
h1 + h2, hr + h2.no-toc { page-break-before: auto; }
[...1035 lines suppressed...]
- <dd><cite><a href=http://dev.w3.org/2006/webapi/WebIDL/>Web
+ <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web
IDL</a></cite>, C. McCormack. W3C.</dd>
<!--REFERENCES OFF-->
- </dl><h2 class=no-num id=acknowledgements>Acknowledgements</h2> <!-- ACKS -->
+ </dl>
+
+
+
+
+ <h2 class="no-num" id="acknowledgements">Acknowledgements</h2> <!-- ACKS -->
<p>Thanks to Ian Hickson, who specified the <code>srcset</code>
attribute in the WHATWG HTML Living Standard. See that document for
- other relevant acknowledgements. <a href=#refsHTML>[HTML]</a></p></body></html>
\ No newline at end of file
+ other relevant acknowledgements. <a href="#refsHTML">[HTML]</a></p>
+</body></html>
\ No newline at end of file
Received on Friday, 12 October 2012 17:43:23 UTC