- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Oct 2012 21:13:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/srcset In directory hutz:/tmp/cvs-serv3270 Modified Files: Overview.html Log Message: commit a29450ad7e1c5e64b14d6bbce73933499b2348ba Merge: aadb166 ac6bfb6 Author: Edward O'Connor <hober0@gmail.com> Date: Mon Oct 15 13:51:00 2012 -0700 [srcset] Merge in the latest from master. Index: Overview.html =================================================================== RCS file: /sources/public/html5/srcset/Overview.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Overview.html 12 Oct 2012 21:44:24 -0000 1.7 +++ Overview.html 15 Oct 2012 21:13:32 -0000 1.8 @@ -287,23 +287,23 @@ @font-face { font-family: 'Essays1743'; - src: url('../fonts/Essays1743.ttf'); + src: url('fonts/Essays1743.ttf'); } @font-face { font-family: 'Essays1743'; font-weight: bold; - src: url('../fonts/Essays1743-Bold.ttf'); + src: url('fonts/Essays1743-Bold.ttf'); } @font-face { font-family: 'Essays1743'; font-style: italic; - src: url('../fonts/Essays1743-Italic.ttf'); + src: url('fonts/Essays1743-Italic.ttf'); } @font-face { font-family: 'Essays1743'; font-style: italic; font-weight: bold; - src: url('../fonts/Essays1743-BoldItalic.ttf'); + src: url('fonts/Essays1743-BoldItalic.ttf'); } </style> @@ -338,7 +338,7 @@ <h1>The srcset attribute</h1> <h2 class="no-num no-toc" id="an-html-extension-for-adaptive-images">An HTML extension for adaptive images</h2> - <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 12 October 2012</h2> + <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 15 October 2012</h2> <dl> <dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> @@ -436,7 +436,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 12 October 2012 Editor's Draft. + This specification is the 15 October 2012 Editor's Draft. </p>
Received on Monday, 15 October 2012 21:13:35 UTC