- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Sep 2008 10:31:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv3450 Modified Files: Overview.html Log Message: WF2: <input> element summary. (whatwg r2144) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1316 retrieving revision 1.1317 diff -u -d -r1.1316 -r1.1317 --- Overview.html 3 Sep 2008 09:04:57 -0000 1.1316 +++ Overview.html 3 Sep 2008 10:31:36 -0000 1.1317 @@ -0,0 +1,58009 @@ +<!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; } [...57978 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 10:32:13 UTC