- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Jul 2010 07:17:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/examples/invalid
In directory hutz:/tmp/cvs-serv12926/examples/invalid
Added Files:
a-elem-1.xml
Log Message:
added examples to section for <a> element
--- NEW FILE: a-elem-1.xml ---
<?xml version="1.0"?>
<div xmlns="http://www.w3.org/1999/xhtml" class="invalid example">
<p>The value of the
<a href="#a.attrs.href">href</a>
attribute contains a space character.</p>
<pre><![CDATA[some <a href="http://example.com/Archive/Public Data/">public</a> data is also available]]></pre>
</div>
Received on Monday, 5 July 2010 07:18:00 UTC