- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Sep 2008 09:05:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv21430 Modified Files: Overview.html Log Message: WF2: <fieldset> element summary. (whatwg r) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1315 retrieving revision 1.1316 diff -u -d -r1.1315 -r1.1316 --- Overview.html 3 Sep 2008 01:57:54 -0000 1.1315 +++ Overview.html 3 Sep 2008 09:04:57 -0000 1.1316 @@ -1,57826 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<!-- when publishing, change bits marked ZZZ --> - -<html lang=en-US-x-Hixie> - <head> - <title>HTML 5</title> - - <style type="text/css"> - .note { color: green; background: transparent; } - .example { font-style: italic; } - .idl { color: black; background: silver; } [...57795 lines suppressed...] - U+1234 FOO BAR character (<code title="">foo</code>) - U+1234 FOO BAR ("<code title="">foo</code>") character - U+1234 FOO BAR ('<code title="">foo</code>') character - U+1234 FOO BAR (<code title="">foo</code>) character - -And make these match: - - 0x12 (ASCII FOO) - 0x12 (ASCII "foo") - 0x12 (ASCII 'foo') - 0x12 ("foo") - 0x12 ('foo') - 0x12 (ASCII "<code title="">foo</code>") - 0x12 (ASCII '<code title="">foo</code>') - 0x12 ("<code title="">foo</code>") - 0x12 ('<code title="">foo</code>') - -Also check case of hex characters in the ASCII cases. - --->
Received on Wednesday, 3 September 2008 09:18:47 UTC