html5/markup/src map-attributes.html,NONE,1.1

Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv1261/src

Added Files:
	map-attributes.html 
Log Message:
added per-attribute links for <a> element back to corresponding parts of HTML5; will add for other elements later


--- NEW FILE: map-attributes.html ---
<div xmlns="http://www.w3.org/1999/xhtml">
  <div>
    <h2>attributes on the a element</h2>
    <ul>
      <li>a.attrs.name</li>
      <li>attr-a-name</li>
    </ul>
    <ul>
      <li>a.attrs.href</li>
      <li>attr-hyperlink-href</li>
    </ul>
    <ul>
      <li>a.attrs.target</li>
      <li>attr-hyperlink-target</li>
    </ul>
    <ul>
      <li>a.attrs.rel</li>
      <li>attr-hyperlink-rel</li>
    </ul>
    <ul>
      <li>a.attrs.hreflang</li>
      <li>attr-hyperlink-hreflang</li>
    </ul>
    <ul>
      <li>a.attrs.media</li>
      <li>attr-hyperlink-media</li>
    </ul>
    <ul>
      <li>a.attrs.type</li>
      <li>attr-hyperlink-type</li>
    </ul>
  </div>
</div>

Received on Monday, 5 July 2010 09:53:04 UTC