<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/styles/XMLStylesDoc_xhtml10_en.xsl"?><!DOCTYPE document SYSTEM "/schemas/XMLStyles10.dtd">
<document xmlns="http://XMLStyles.com/namespaces/styles" xmlns:xst="http://XMLStyles.com/namespaces/styles" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:date="http://exslt.org/dates-and-times">
   <noxml>
      <p xmlns="http://www.w3.org/1999/xhtml"/>
      <!-- You are viewing the source.  The following message should be ignored if you did "View Source" in your browser. -->
      <p xmlns="http://www.w3.org/1999/xhtml">
ATTENTION: XML WEB PAGES NOT SUPPORTED
   If you see this message, your current browser does not support the
   1999 XSLT 1.0 (or later) standard for XML web pages such as this one.
   Please upgrade your browser to a newer version
   that supports 1999 or later standards such as:
      Mozilla Firefox version 1.0.2 or later (GetFirefox -&gt; http://www.GetFirefox.com/)
      Netscape version 8 or later
      Safari version 1.3 or later
      Opera version 9 or later
      Microsoft Internet Explorer (MSIE) version 5 or later
   For further assistance, contact the software vendor for your browser.
   To go to the X<!-- extended HTML -->HTML version of this page click the following link:
<a href="index.html">index.html</a>
      </p>
      <p xmlns="http://www.w3.org/1999/xhtml">&#160;</p>
   </noxml>
   <path>/faqs/</path>
   <site>HTML 5 Reference</site>
   <logo xlink:type="simple" xlink:href="/images/html-5.jpg" media="screen" width="156" height="27">HTML 5 Reference</logo>
   <logo xlink:type="simple" xlink:href="/images/html-5.jpg" media="print" width="156" height="27">HTML 5 Reference</logo>
   <logo xlink:type="simple" xlink:href="/images/html-5.jpg" media="handheld" width="150" height="17">HTML 5 Reference</logo>
   <navigation where="sections">
      <label>HTML 5 Reference</label>
      <link xlink:type="simple" xlink:href="/index.xml">Home</link>
      <link xlink:type="simple" xlink:href="/tutorial/index.xml">Tutorial</link>
      <link xlink:type="simple" xlink:href="/tags/index.xml">HTML5 Tags</link>
      <link xlink:type="simple" xlink:href="/attributes/index.xml">Attributes</link>
      <link xlink:type="simple" xlink:href="/css-styles/index.xml">CSS Styles</link>
      <link xlink:type="simple" xlink:href="/metatags/index.xml">Metatags</link>
      <link xlink:type="simple" xlink:href="/cheat-sheet/index.xml">Cheat Sheet</link>
      <link xlink:type="simple" xlink:href="/examples/index.xml">Examples</link>
      <link xlink:type="simple" xlink:href="/definitions/index.xml">Definitions</link>
      <link xlink:type="simple" xlink:href="/diffs/index.xml">Differences</link>
      <link xlink:type="simple" xlink:href="/avoid/index.xml">Avoid</link>
      <link xlink:type="simple" xlink:href="/faqs/index.xml">HTML5 FAQs</link>
      <link xlink:type="simple" xlink:href="/prod/rssfeeds.cgi">RSS Feeds</link>
      <link xlink:type="simple" xlink:href="/prod/help/index.cgi">Help</link>
   </navigation>
   <navigation where="left">
      <label>HTML 5 Reference</label>
      <link xlink:type="simple" xlink:href="/tutorial/index.xml">HTML Tutorial</link>
      <link xlink:type="simple" xlink:href="/tags/index.xml">HTML 5 Tags</link>
      <link xlink:type="simple" xlink:href="/attributes/index.xml">HTML Attributes</link>
      <link xlink:type="simple" xlink:href="/css-styles/index.xml">CSS Styles</link>
      <link xlink:type="simple" xlink:href="/metatags/index.xml">HTML Metatags</link>
      <link xlink:type="simple" xlink:href="/cheat-sheet/index.xml">Cheat Sheet</link>
      <link xlink:type="simple" xlink:href="/examples/index.xml">HTML Examples</link>
      <link xlink:type="simple" xlink:href="/definitions/index.xml">Definitions</link>
      <link xlink:type="simple" xlink:href="/diffs/index.xml">HTML 5 Changes</link>
      <link xlink:type="simple" xlink:href="/avoid/index.xml">Things to Avoid</link>
      <link xlink:type="simple" xlink:href="/faqs/index.xml">HTML 5 FAQs</link>
      <link xlink:type="simple" xlink:href="/prod/help/index.cgi">Help</link>
      <link xlink:type="simple" xlink:href="/prod/help/index.cgi?p=about">About</link>
   </navigation>
   <section type="body">
      <pages name="index">
         <navigation where="pages">
            <label>index</label>
            <link xlink:type="simple" xlink:href="index.xml">index</link>
            <link xlink:type="simple" xlink:href="mistakes.xml">mistakes</link>
         </navigation>
         <page id="N1009E" name="index">
            <title>HTML 5 FAQs</title>
            <h2>HTML 5 <acronym term="Frequently Asked Questions">FAQs</acronym>
            </h2>
            <dl>
               <subpage id="N100A8" name="html-5-status">
                  <label>HTML 5 Status</label>
                  <di>
                     <dt>What is the status of the HTML 5 standard?</dt>
                     <dd>The HTML 5 standard is still under development.
                        However, to extend the life span of HTML documents being created, it's not a
                        bad idea to start migrating toward those features of HTML 5 that already work now.
                        A good place to start is the
                        <link xlink:type="simple" xlink:href="../cheat-sheet/">HTML Cheat Sheet</link>.
                        Avoid any obsolete coding that is shown with a strikethrough font and
                        be aware than anything indicated as <b style="color: red">New</b>
                        features in HTML 5 might not work in some browsers yet.
                     </dd>
                  </di>
               </subpage>
               <subpage id="N100BA" name="coding-html-5">
                  <label>Coding</label>
                  <di>
                     <dt>When can I start coding with HTML 5?</dt>
                     <dd>HTML 5 has been designed to be relatively backward compatible with both the
                        1997-1999 HTML 4 standard and the 2000-2001 XHTML 1.x W3C recommendation of HTML.
                        The XML serialization of HTML 5 merges these two standards, and is already
                        understood by virtually all web browsers including XHTML-based mobile browsers.
                        <link xlink:type="simple" xlink:href="../definitions/#polyglot">Polyglot HTML documents</link>
                        can be delivered either as <span class="outlined">text/html</span> to traditional
                        web browsers or as <span class="outlined">application/xhtml+xml</span> to
                        web browsers on computers as well as in cell phones and other handheld devices.
                        So if you start creating polyglot documents now your web pages will be
                        well positioned for both current and future HTML browsers and mobile devices.
                        For now, just try to avoid tags that have been deprecated in HTML 5 or newly added -
                        the <link xlink:type="simple" xlink:href="../cheat-sheet/">HTML Cheat Sheet</link>
                        is designed to help with both what's new in HTML 5 and what's been deprecated.
                        Make sure you know how to use <acronym term="Cascading Style Sheets">CSS</acronym>
                        and <acronym term="Extensible Stylesheet Language">XSL</acronym> templates.
                     </dd>
                  </di>
               </subpage>
               <subpage id="N100DD" name="html-5-transition">
                  <label>Serialization</label>
                  <di>
                     <dt>What is the easiest way to make the transition to HTML 5?</dt>
                     <dd>
                        <ol>
                           <li>If you are already an experienced HTML developer, start by learning which
                              HTML you should no longer be using.  The previously supported tags that
                              are now deprecated are indiciated with a strike-through font in the
                              <link xlink:type="simple" xlink:href="../cheat-sheet/">HTML Cheat Sheet</link>.
                           </li>
                        </ol>
                     </dd>
                  </di>
               </subpage>
               <subpage id="N100ED" name="html-5-serialization">
                  <label>Serialization</label>
                  <di>
                     <dt>What are some advantages/disadvantages of the HTML serialization vs. the
                        XML serialization of HTML 5?</dt>
                     <dd>
                        <ol>
                           <li>The XML serialization provides a namespace for the HTML tag element names,
                              avoiding naming conflicts with non-HTML elements in other namespaces.
                              This allows HTML content to be aggregated with other content
                              without having to be concerned with potential name clashes.
                           </li>
                        </ol>
                     </dd>
                  </di>
               </subpage>
            </dl>
            <updated local="2010-09-19">Sunday September 19, 2010</updated>
         </page>
      </pages>
   </section>
   <copyright>Copyright © 2010 Accilent<span class="sup">®</span> Corp. Alteration of content, including addition of any function such as hypertext links or pop-up advertising, or interference with the hypertext links or other functions of this site is expressly prohibited.</copyright>
   <disclaimer>All information, links, forms, applications and other items on this site or obtained from it are provided <b>AS IS</b>, WITHOUT WARRANTY OF ANY KIND EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.</disclaimer>
</document>

