home *** CD-ROM | disk | FTP | other *** search
/ SIGGRAPH 2002 Course Notes / SIGGRAPH 2002 - Course Notes - Disc 1.iso / pc / notes / 18 / supplemental_material / References / XHTML / xhtml11-20010531 / changes.html < prev    next >
Encoding:
Extensible Markup Language  |  2001-05-31  |  2.1 KB  |  43 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3. "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <meta name="generator" content="HTML Tidy, see www.w3.org" />
  7. <title>XHTML 1.1 - Changes from XHTML 1.0 Strict</title>
  8. <link rel="prev" type="text/html" href="doctype.html" />
  9. <link rel="next" type="text/html" href="references.html" />
  10. <link rel="stylesheet" type="text/css" media="screen" href="xhtml.css" />
  11. <link rel="stylesheet" type="text/css" media="screen" href="W3C-REC.css" /><?xml-stylesheet href="xhtml.css" type="text/css" media="screen" ?><?xml-stylesheet
  12. href="W3C-REC.css" type="text/css" media="screen" ?>
  13. </head>
  14. <body>
  15. <div class="navbar">[<a href="doctype.html">previous</a>]   [<a href="references.html">next</a>]   [<a href="Overview.html#toc">table of contents</a>] 
  16.  
  17. <hr />
  18. </div>
  19.  
  20. <h1><a id="a_changes">A.</a> Changes from XHTML 1.0 Strict</h1>
  21.  
  22. <p>This appendix is <em>informative</em>.</p>
  23.  
  24. <p>This Appendix describes the differences between XHTML 1.1 and XHTML 1.0 Strict. XHTML 1.1 represents a departure from both HTML 4 and XHTML 1.0. Most significant is the removal of features that
  25. were deprecated. In general, the strategy is to define a markup language that is rich in structural functionality, but that relies upon style sheets for presentation.</p>
  26.  
  27. <p>The differences can be summarized as follows:</p>
  28.  
  29. <ol>
  30. <li>On every element, the <tt>lang</tt> attribute has been removed in favor of the <tt>xml:lang</tt> attribute (as defined in [<a href="references.html#ref_xhtml_modularization">XHTMLMOD</a>]).</li>
  31.  
  32. <li>On the <tt>a</tt> and <tt>map</tt> elements, the <tt>name</tt> attribute has been removed in favor of the <tt>id</tt> attribute (as defined in [<a href=
  33. "references.html#ref_xhtml_modularization">XHTMLMOD</a>]).</li>
  34.  
  35. <li>The "<tt>ruby</tt>" collection of elements has been added (as defined in [<a href="references.html#ref_ruby">RUBY</a>]).</li>
  36. </ol>
  37.  
  38. <hr />
  39. <div class="navbar">[<a href="doctype.html">previous</a>]   [<a href="references.html">next</a>]   [<a href="Overview.html#toc">table of contents</a>]</div>
  40. </body>
  41. </html>
  42.  
  43.