- From: Karl Dubost <karl@w3.org>
- Date: Mon, 10 Dec 2007 12:15:43 +0900
- To: j.j. <moz@jeka.info>
- Cc: public-html@w3.org
Le 9 déc. 2007 à 17:03, j.j. a écrit :
> CON
> <xmp><![CDATA[ XHTML needs CDATA section. ]]></xmp>
1. that makes it more difficult to go from HTML to XHTML format to the
other.
2. That creates an issue with HTML http://tinyurl.com/2ep2dl
Rendered view: <![CDATA[<code>html without escaping</code>]]>
3. You can't use xmp inside xmp
<!DOCTYPE html>
<html>
<title>boo</title>
<xmp> Using <xmp>html code</xmp> to show the source code</xmp>
</html>
Rendered view:
Using <xmp>html code to show the source code
--
Karl Dubost - W3C
http://www.w3.org/QA/
Be Strict To Be Cool
Received on Monday, 10 December 2007 03:15:55 UTC