Annotation of html5/spec-author-view/references.html, revision 1.559

1.498     mike        1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
                      2: <!DOCTYPE html>
1.550     mike        3: <!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>References &#8212; HTML5 (Author Edition)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
1.498     mike        4:    pre { margin-left: 2em; white-space: pre-wrap; }
                      5:    h2 { margin: 3em 0 1em 0; }
                      6:    h3 { margin: 2.5em 0 1em 0; }
                      7:    h4 { margin: 2.5em 0 0.75em 0; }
                      8:    h5, h6 { margin: 2.5em 0 1em; }
                      9:    h1 + h2, h1 + h2 + h2 { margin: 0.75em 0 0.75em; }
                     10:    h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0.5em; }
                     11:    p { margin: 1em 0; }
                     12:    hr:not(.top) { display: block; background: none; border: none; padding: 0; margin: 2em 0; height: auto; }
                     13:    dl, dd { margin-top: 0; margin-bottom: 0; }
                     14:    dt { margin-top: 0.75em; margin-bottom: 0.25em; clear: left; }
                     15:    dt + dt { margin-top: 0; }
                     16:    dd dt { margin-top: 0.25em; margin-bottom: 0; }
                     17:    dd p { margin-top: 0; }
                     18:    dd dl + p { margin-top: 1em; }
                     19:    dd table + p { margin-top: 1em; }
                     20:    p + * > li, dd li { margin: 1em 0; }
                     21:    dt, dfn { font-weight: bold; font-style: normal; }
                     22:    dt dfn { font-style: italic; }
                     23:    pre, code { font-size: inherit; font-family: monospace; font-variant: normal; }
                     24:    pre strong { color: black; font: inherit; font-weight: bold; background: yellow; }
                     25:    pre em { font-weight: bolder; font-style: normal; }
                     26:    @media screen { code { color: orangered; } code :link, code :visited { color: inherit; } }
                     27:    var sub { vertical-align: bottom; font-size: smaller; position: relative; top: 0.1em; }
                     28:    table { border-collapse: collapse; border-style: hidden hidden none hidden; }
                     29:    table thead { border-bottom: solid; }
                     30:    table tbody th:first-child { border-left: solid; }
                     31:    table tbody th { text-align: left; }
                     32:    table td, table th { border-left: solid; border-right: solid; border-bottom: solid thin; vertical-align: top; padding: 0.2em; }
                     33:    blockquote { margin: 0 0 0 2em; border: 0; padding: 0; font-style: italic; }
                     34: 
                     35:    .bad, .bad *:not(.XXX) { color: gray; border-color: gray; background: transparent; }
                     36:    .matrix, .matrix td { border: none; text-align: right; }
                     37:    .matrix { margin-left: 2em; }
                     38:    .dice-example { border-collapse: collapse; border-style: hidden solid solid hidden; border-width: thin; margin-left: 3em; }
                     39:    .dice-example caption { width: 30em; font-size: smaller; font-style: italic; padding: 0.75em 0; text-align: left; }
                     40:    .dice-example td, .dice-example th { border: solid thin; width: 1.35em; height: 1.05em; text-align: center; padding: 0; }
                     41: 
                     42:    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
                     43:    img.extra { float: right; }
                     44:    pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
                     45:    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
                     46:    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
                     47:    pre.css:first-line { color: #AAAA50; }
                     48:    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #EEFFEE; }
                     49:    hr + dl.domintro, div.impl + dl.domintro { margin-top: 2.5em; margin-bottom: 1.5em; }
                     50:    dl.domintro dt, dl.domintro dt * { color: black; text-decoration: none; }
                     51:    dl.domintro dd { margin: 0.5em 0 1em 2em; padding: 0; }
                     52:    dl.domintro dd p { margin: 0.5em 0; }
                     53:    dl.switch { padding-left: 2em; }
                     54:    dl.switch > dt { text-indent: -1.5em; }
                     55:    dl.switch > dt:before { content: '\21AA'; padding: 0 0.5em 0 0; display: inline-block; width: 1em; text-align: right; line-height: 0.5em; }
                     56:    dl.triple { padding: 0 0 0 1em; }
                     57:    dl.triple dt, dl.triple dd { margin: 0; display: inline }
                     58:    dl.triple dt:after { content: ':'; }
                     59:    dl.triple dd:after { content: '\A'; white-space: pre; }
                     60:    .diff-old { text-decoration: line-through; color: silver; background: transparent; }
                     61:    .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; }
                     62:    a .diff-new { border-bottom: 1px blue solid; }
                     63: 
                     64:    h2 { page-break-before: always; }
                     65:    h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
                     66:    h1 + h2, hr + h2.no-toc { page-break-before: auto; }
                     67: 
                     68:    p > span:not([title=""]):not([class="XXX"]):not([class="impl"]), li > span:not([title=""]):not([class="XXX"]):not([class="impl"]) { border-bottom: solid #9999CC; }
                     69: 
                     70:    div.head { margin: 0 0 1em; padding: 1em 0 0 0; }
                     71:    div.head p { margin: 0; }
                     72:    div.head h1 { margin: 0; }
                     73:    div.head .logo { float: right; margin: 0 1em; }
                     74:    div.head .logo img { border: none } /* remove border from top image */
                     75:    div.head dl { margin: 1em 0; }
1.533     mike       76:    div.head p.copyright, div.head p.alt { font-size: x-small; font-style: oblique; margin: 0; }
1.498     mike       77: 
                     78:    body > .toc > li { margin-top: 1em; margin-bottom: 1em; }
                     79:    body > .toc.brief > li { margin-top: 0.35em; margin-bottom: 0.35em; }
                     80:    body > .toc > li > * { margin-bottom: 0.5em; }
                     81:    body > .toc > li > * > li > * { margin-bottom: 0.25em; }
                     82:    .toc, .toc li { list-style: none; }
                     83: 
                     84:    .brief { margin-top: 1em; margin-bottom: 1em; line-height: 1.1; }
                     85:    .brief li { margin: 0; padding: 0; }
                     86:    .brief li p { margin: 0; padding: 0; }
                     87: 
                     88:    .category-list { margin-top: -0.75em; margin-bottom: 1em; line-height: 1.5; }
                     89:    .category-list::before { content: '\21D2\A0'; font-size: 1.2em; font-weight: 900; }
                     90:    .category-list li { display: inline; }
                     91:    .category-list li:not(:last-child)::after { content: ', '; }
                     92:    .category-list li > span, .category-list li > a { text-transform: lowercase; }
                     93:    .category-list li * { text-transform: none; } /* don't affect <code> nested in <a> */
                     94: 
                     95:    .XXX { color: #E50000; background: white; border: solid red; padding: 0.5em; margin: 1em 0; }
                     96:    .XXX > :first-child { margin-top: 0; }
                     97:    p .XXX { line-height: 3em; }
                     98:    .annotation { border: solid thin black; background: #0C479D; color: white; position: relative; margin: 8px 0 20px 0; }
                     99:    .annotation:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 6px -6px -6px 6px; background: #333333; z-index: -1; content: ''; }
                    100:    .annotation :link, .annotation :visited { color: inherit; }
                    101:    .annotation :link:hover, .annotation :visited:hover { background: transparent; }
                    102:    .annotation span { border: none ! important; }
                    103:    .note { color: green; background: transparent; font-family: sans-serif; }
                    104:    .warning { color: red; background: transparent; }
                    105:    .note, .warning { font-weight: bolder; font-style: italic; }
                    106:    p.note, div.note { padding: 0.5em 2em; }
                    107:    span.note { padding: 0 2em; }
                    108:    .note p:first-child, .warning p:first-child { margin-top: 0; }
                    109:    .note p:last-child, .warning p:last-child { margin-bottom: 0; }
                    110:    .warning:before { font-style: normal; }
                    111:    p.note:before { content: 'Note: '; }
                    112:    p.warning:before { content: '\26A0 Warning! '; }
                    113: 
                    114:    .bookkeeping:before { display: block; content: 'Bookkeeping details'; font-weight: bolder; font-style: italic; }
                    115:    .bookkeeping { font-size: 0.8em; margin: 2em 0; }
                    116:    .bookkeeping p { margin: 0.5em 2em; display: list-item; list-style: square; }
                    117: 
                    118:    h4 { position: relative; z-index: 3; }
                    119:    h4 + .element, h4 + div + .element { margin-top: -2.5em; padding-top: 2em; }
                    120:    .element {
                    121:      background: #EEEEFF;
                    122:      color: black;
                    123:      margin: 0 0 1em 0.15em;
                    124:      padding: 0 1em 0.25em 0.75em;
                    125:      border-left: solid #9999FF 0.25em;
                    126:      position: relative;
                    127:      z-index: 1;
                    128:    }
                    129:    .element:before {
                    130:      position: absolute;
                    131:      z-index: 2;
                    132:      top: 0;
                    133:      left: -1.15em;
                    134:      height: 2em;
                    135:      width: 0.9em;
                    136:      background: #EEEEFF;
                    137:      content: ' ';
                    138:      border-style: none none solid solid;
                    139:      border-color: #9999FF;
                    140:      border-width: 0.25em;
                    141:    }
                    142: 
                    143:    .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
                    144:    td > .example:only-child { margin: 0 0 0 0.1em; }
                    145: 
                    146:    .tall-and-narrow {
                    147:      font-size: 0.6em;
                    148:      column-width: 25em;
                    149:      column-gap: 1em;
                    150:      -moz-column-width: 25em;
                    151:      -moz-column-gap: 1em;
                    152:      -webkit-column-width: 25em;
                    153:      -webkit-column-gap: 1em;
                    154:    }
                    155: 
                    156:    ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
                    157:    ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
                    158:    ul.domTree li li { list-style: none; }
                    159:    ul.domTree li:first-child::before { position: absolute; top: 0; height: 0.6em; left: -0.75em; width: 0.5em; border-style: none none solid solid; content: ''; border-width: 0.1em; }
                    160:    ul.domTree li:not(:last-child)::after { position: absolute; top: 0; bottom: -0.6em; left: -0.75em; width: 0.5em; border-style: none none solid solid; content: ''; border-width: 0.1em; }
                    161:    ul.domTree span { font-style: italic; font-family: serif; }
                    162:    ul.domTree .t1 code { color: purple; font-weight: bold; }
                    163:    ul.domTree .t2 { font-style: normal; font-family: monospace; }
                    164:    ul.domTree .t2 .name { color: black; font-weight: bold; }
                    165:    ul.domTree .t2 .value { color: blue; font-weight: normal; }
                    166:    ul.domTree .t3 code, .domTree .t4 code, .domTree .t5 code { color: gray; }
                    167:    ul.domTree .t7 code, .domTree .t8 code { color: green; }
                    168:    ul.domTree .t10 code { color: teal; }
                    169: 
1.515     mike      170:    #configUI { position: absolute; z-index: 20; top: 10em; right: 1em; width: 11em; font-size: small; }
                    171:    #configUI p { margin: 0.5em 0; padding: 0.3em; background: #EEEEEE; color: black; border: inset thin; }
                    172:    #configUI p label { display: block; }
                    173:    #configUI #updateUI, #configUI .loginUI { text-align: center; }
                    174:    #configUI input[type=button] { display: block; margin: auto; }
1.498     mike      175:   </style><style type="text/css">
                    176: 
                    177:    .applies thead th > * { display: block; }
                    178:    .applies thead code { display: block; }
                    179:    .applies tbody th { whitespace: nowrap; }
                    180:    .applies td { text-align: center; }
                    181:    .applies .yes { background: yellow; }
                    182: 
                    183:    .matrix, .matrix td { border: none; text-align: right; }
                    184:    .matrix { margin-left: 2em; }
                    185: 
                    186:    .dice-example { border-collapse: collapse; border-style: hidden solid solid hidden; border-width: thin; margin-left: 3em; }
                    187:    .dice-example caption { width: 30em; font-size: smaller; font-style: italic; padding: 0.75em 0; text-align: left; }
                    188:    .dice-example td, .dice-example th { border: solid thin; width: 1.35em; height: 1.05em; text-align: center; padding: 0; }
                    189: 
                    190:    #table-example-1 { border: solid thin; border-collapse: collapse; margin-left: 3em; }
                    191:    #table-example-1 * { font-family: "Essays1743", serif; line-height: 1.01em; }
                    192:    #table-example-1 caption { padding-bottom: 0.5em; }
                    193:    #table-example-1 thead, #table-example-1 tbody { border: none; }
                    194:    #table-example-1 th, #table-example-1 td { border: solid thin; }
                    195:    #table-example-1 th { font-weight: normal; }
                    196:    #table-example-1 td { border-style: none solid; vertical-align: top; }
                    197:    #table-example-1 th { padding: 0.5em; vertical-align: middle; text-align: center; }
                    198:    #table-example-1 tbody tr:first-child td { padding-top: 0.5em; }
                    199:    #table-example-1 tbody tr:last-child td { padding-bottom: 1.5em; }
                    200:    #table-example-1 tbody td:first-child { padding-left: 2.5em; padding-right: 0; width: 9em; }
                    201:    #table-example-1 tbody td:first-child::after { content: leader(". "); }
                    202:    #table-example-1 tbody td { padding-left: 2em; padding-right: 2em; }
                    203:    #table-example-1 tbody td:first-child + td { width: 10em; }
                    204:    #table-example-1 tbody td:first-child + td ~ td { width: 2.5em; }
                    205:    #table-example-1 tbody td:first-child + td + td + td ~ td { width: 1.25em; }
                    206: 
                    207:    .apple-table-examples { border: none; border-collapse: separate; border-spacing: 1.5em 0em; width: 40em; margin-left: 3em; }
                    208:    .apple-table-examples * { font-family: "Times", serif; }
                    209:    .apple-table-examples td, .apple-table-examples th { border: none; white-space: nowrap; padding-top: 0; padding-bottom: 0; }
                    210:    .apple-table-examples tbody th:first-child { border-left: none; width: 100%; }
                    211:    .apple-table-examples thead th:first-child ~ th { font-size: smaller; font-weight: bolder; border-bottom: solid 2px; text-align: center; }
                    212:    .apple-table-examples tbody th::after, .apple-table-examples tfoot th::after { content: leader(". ") }
                    213:    .apple-table-examples tbody th, .apple-table-examples tfoot th { font: inherit; text-align: left; }
                    214:    .apple-table-examples td { text-align: right; vertical-align: top; }
                    215:    .apple-table-examples.e1 tbody tr:last-child td { border-bottom: solid 1px; }
1.559   ! mike      216:    .apple-table-examples.e1 tbody + tbody tr:last-child td { border-bottom: double 3px; }
        !           217:    .apple-table-examples.e2 th[scope=row] { padding-left: 1em; }
        !           218:    .apple-table-examples sup { line-height: 0; }
        !           219: 
        !           220:   </style><link href="data:text/css," rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script>
        !           221:    function getCookie(name) {
        !           222:      var params = location.search.substr(1).split("&");
        !           223:      for (var index = 0; index < params.length; index++) {
        !           224:        if (params[index] == name)
        !           225:          return "1";
        !           226:        var data = params[index].split("=");
        !           227:        if (data[0] == name)
        !           228:          return unescape(data[1]);
        !           229:      }
        !           230:      var cookies = document.cookie.split("; ");
        !           231:      for (var index = 0; index < cookies.length; index++) {
        !           232:        var data = cookies[index].split("=");
        !           233:        if (data[0] == name)
        !           234:          return unescape(data[1]);
        !           235:      }
        !           236:      return null;
        !           237:    }
        !           238:    function load(script) {
        !           239:      var e = document.createElement('script');
        !           240:      e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
        !           241:      document.body.appendChild(e);
        !           242:    }
        !           243:    function init() {
        !           244:      if (location.search == '?slow-browser')
        !           245:        return;
        !           246:      var configUI = document.createElement('div');
        !           247:      configUI.id = 'configUI';
        !           248:      document.body.appendChild(configUI);
        !           249:      // load('reviewer.js'); // would need cross-site XHR
        !           250:      if (document.getElementById('head'))
        !           251:        load('toc.js');
        !           252:      
        !           253:      // load('updater.js'); // would need cross-site XHR
        !           254:      load('dfn.js');
        !           255:      // load('status.js'); // would need cross-site XHR
        !           256:      if (getCookie('profile') == '1')
        !           257:        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
        !           258:      fixBrokenLink();
        !           259:    }
        !           260:   </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="index.html" title="Index" rel="prev">
        !           261:   <link href="Overview.html#contents" title="Table of contents" rel="index">
        !           262:   <link href="acknowledgements.html" title="Acknowledgements" rel="next">
        !           263:   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
        !           264:    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
        !           265:    <h1>HTML5 (Author Edition)</h1>
        !           266:    </div><div>
        !           267:    <a href="index.html">&#8592; Index</a> &#8211;
        !           268:    <a href="Overview.html#contents">Table of contents</a> &#8211;
        !           269:    <a href="acknowledgements.html">Acknowledgements &#8594;</a>
        !           270:   </div>
        !           271: 
        !           272:   <h2 class="no-num" id="references">References</h2><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><!--REFS--><!--END vCard--><!--END vEvent--><p>All references are normative unless marked "Non-normative".</p><!--START vCard--><!--START vEvent--><!-- XXX really should remove dates and version numbers from these references once and for all --><dl><dt id="refsABNF">[ABNF]</dt>
        !           273:    <dd><cite><a href="http://www.ietf.org/rfc/std/std68.txt">Augmented
        !           274:    BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker,
        !           275:    P. Overell. IETF, January 2008.</dd>
        !           276: 
        !           277:    <dt id="refsABOUT">[ABOUT]</dt>
        !           278:    <dd><cite><a href="http://tools.ietf.org/html/draft-holsten-about-uri-scheme">The
        !           279:    'about' URI scheme</a></cite>, J. Holsten, L. Hunt. IETF, August
        !           280:    2009.</dd>
        !           281: 
        !           282:    <dt id="refsARIA">[ARIA]</dt>
        !           283:    <dd><cite><a href="http://www.w3.org/WAI/PF/aria/">Accessible Rich
        !           284:    Internet Applications (WAI-ARIA)</a></cite>, J. Craig, M. Cooper, L. Pappas,
        !           285:    R. Schwerdtfeger, L. Seeman. W3C, August 2009.</dd>
        !           286: 
        !           287:    <dt id="refsARIAIMPL">[ARIAIMPL]</dt>
        !           288:    <dd><cite><a href="http://www.w3.org/WAI/PF/aria-implementation/">WAI-ARIA 1.0
        !           289:    User Agent Implementation Guide</a></cite>, A. Snow-Weaver,
        !           290:    M. Cooper. W3C, August 2009.</dd>
        !           291: 
        !           292:    <dt id="refsATAG">[ATAG]</dt>
        !           293:    <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/ATAG20/">Authoring Tool Accessibility
        !           294:    Guidelines (ATAG) 2.0</a></cite>, J. Richards, J. Spellman,
        !           295:    J. Treviranus. W3C, May 2009.</dd>
        !           296: 
        !           297:    <dt id="refsATOM">[ATOM]</dt>
        !           298:    <dd>(Non-normative) <cite><a href="http://www.ietf.org/rfc/rfc4287.txt">The Atom Syndication
        !           299:    Format</a></cite>, M. Nottingham, R. Sayre. IETF, December
        !           300:    2005.</dd>
        !           301: 
        !           302:    <dt id="refsBCP47">[BCP47]</dt>
        !           303:    <dd><cite><a href="http://www.ietf.org/rfc/bcp/bcp47.txt">Tags for
        !           304:    Identifying Languages; Matching of Language Tags</a></cite>,
        !           305:    A. Phillips, M. Davis. IETF, September 2006.</dd>
        !           306: 
        !           307:    <dt id="refsBECSS">[BECSS]</dt>
        !           308:    <dd><cite><a href="http://www.w3.org/TR/becss/">Behavioral
        !           309:    Extensions to CSS</a></cite>, I. Hickson. W3C, October 2007.</dd>
        !           310: 
        !           311:    <dt id="refsBEZIER">[BEZIER]</dt>
        !           312:    <dd><cite>Courbes &#224; poles</cite>, P. de Casteljau. INPI, 1959.</dd>
        !           313: 
        !           314:    <dt id="refsBIDI">[BIDI]</dt>
        !           315:    <dd><cite><a href="http://www.unicode.org/reports/tr9/">UAX #9: Unicode
        !           316:    Bidirectional Algorithm</a></cite>, M. Davis. Unicode Consortium,
        !           317:    March 2008.</dd>
        !           318: 
        !           319:    <dt id="refsBOCU1">[BOCU1]</dt>
        !           320:    <dd>(Non-normative) <cite><a href="http://www.unicode.org/notes/tn6/">UTN #6: BOCU-1:
        !           321:    MIME-Compatible Unicode Compression</a></cite>, M. Scherer,
        !           322:    M. Davis. Unicode Consortium, February 2006.</dd>
        !           323: 
        !           324:    <dt id="refsCESU8">[CESU8]</dt>
        !           325:    <dd>(Non-normative) <cite><a href="http://www.unicode.org/reports/tr26/">UTR #26: Compatibility
        !           326:    Encoding Scheme For UTF-16: 8-BIT (CESU-8)</a></cite>,
        !           327:    T. Phipps. Unicode Consortium, April 2002.</dd>
        !           328: 
        !           329:    <dt id="refsCHARMOD">[CHARMOD]</dt>
        !           330:    <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/charmod/">Character Model for the World
        !           331:    Wide Web 1.0: Fundamentals</a></cite>, M. D&#252;rst, F. Yergeau,
        !           332:    R. Ishida, M. Wolf, T. Texin. W3C, February 2005.</dd>
        !           333: 
        !           334:    <dt id="refsCOMPUTABLE">[COMPUTABLE]</dt>
        !           335:    <dd>(Non-normative) <cite><a href="http://www.turingarchive.org/browse.php/B/12">On computable
        !           336:    numbers, with an application to the
        !           337:    Entscheidungsproblem</a></cite>, A. Turing. In <cite>Proceedings of
        !           338:    the London Mathematical Society</cite>, series 2, volume 42, pages
        !           339:    230-265. London Mathematical Society, 1937.  Retrieved on
        !           340:    2007-03-03.</dd>
        !           341: 
        !           342:    <dt id="refsCOOKIES">[COOKIES]</dt>
        !           343:    <!--
        !           344:    <dd><cite><a href="http://www.ietf.org/rfc/rfc2109.txt">HTTP State
        !           345:    Management Mechanism</a></cite>, D. Kristol, L. Montulli. IETF,
        !           346:    February 1997.</dd>
        !           347:    <dd><cite><a href="http://www.ietf.org/rfc/rfc2965.txt">HTTP State Management
        !           348:    Mechanism</a></cite>, D. Kristol, L. Montulli. IETF, October 2000.</dd>
        !           349:    -->
        !           350:    <dd><cite><a href="http://tools.ietf.org/html/draft-abarth-cookie">HTTP State
        !           351:    Management Mechanism</a></cite>, A. Barth. IETF, August 2009.</dd>
        !           352: 
        !           353:    <dt id="refsCORS">[CORS]</dt>
        !           354:    <!--
        !           355:    <dd><cite><a href="http://www.w3.org/TR/cors/">Cross-Origin
        !           356:    Resource Sharing</a></cite>, A. van Kesteren. W3C, March 2009.</dd>
        !           357:    -->
        !           358:    <dd><cite><a href="http://dev.w3.org/2006/waf/access-control/">Cross-Origin
        !           359:    Resource Sharing</a></cite>, A. van Kesteren.  W3C, June 2009.</dd>
        !           360: 
        !           361:    <dt id="refsCSS">[CSS]</dt>
        !           362:    <dd><cite><a href="http://www.w3.org/TR/CSS/">Cascading Style Sheets Level 2
        !           363:    Revision 1</a></cite>, B. Bos, T. &#199;elik, I.
        !           364:    Hickson, H. Lie. W3C, April 2009.</dd>
        !           365: 
        !           366:    <dt id="refsCSSATTR">[CSSATTR]</dt>
        !           367:    <dd><cite><a href="http://dev.w3.org/csswg/css-style-attr/">CSS
        !           368:    Style Attribute Syntax</a></cite>, E. Etemad. W3C, December
        !           369:    2009.</dd>
        !           370: 
        !           371:    <dt id="refsCSSCOLOR">[CSSCOLOR]</dt>
        !           372:    <!--
        !           373:    <dd><cite><a href="http://www.w3.org/TR/css3-color/">CSS Color
        !           374:    Module Level 3</a></cite>, T. &Ccedil;elik, C. Lilley, L.
        !           375:    Baron. W3C, July 2008.</dd>
        !           376:    -->
        !           377:    <dd><cite><a href="http://dev.w3.org/csswg/css3-color/">CSS Color
        !           378:    Module Level 3</a></cite>, T. &#199;elik, C. Lilley, L.
        !           379:    Baron. W3C, August 2008.</dd>
        !           380: 
        !           381:    <dt id="refsCSSFONTS">[CSSFONTS]</dt>
        !           382:    <dd><cite><a href="http://www.w3.org/TR/css3-fonts/">CSS Fonts
        !           383:    Module Level 3</a></cite>, J. Daggett. W3C, June 2009.</dd>
        !           384: 
        !           385:    <dt id="refsCSSOM">[CSSOM]</dt>
        !           386:    <dd><cite><a href="http://dev.w3.org/csswg/cssom/">Cascading Style Sheets
        !           387:    Object Model (CSSOM)</a></cite>, A. van Kesteren. W3C, December 2007.</dd>
        !           388: 
        !           389:    <dt id="refsCSSUI">[CSSUI]</dt>
        !           390:    <dd><cite><a href="http://www.w3.org/TR/css3-ui/">CSS3 Basic User
        !           391:    Interface Module</a></cite>, T. &#199;elik. W3C, May 2004.</dd>
        !           392: 
        !           393:    <dt id="refsDOMCORE">[DOMCORE]</dt>
        !           394:    <dd><cite><a href="http://www.w3.org/TR/DOM-Level-3-Core/">Document
        !           395:    Object Model (DOM) Level 3 Core Specification</a></cite>, A. Le
        !           396:    Hors, P. Le Hegaret, L. Wood, G. Nicol, J. Robie, M. Champion,
        !           397:    S. Byrnes. W3C, April 2004.</dd>
        !           398:    <!--
        !           399:    <dd><cite><a href="http://simon.html5.org/specs/web-dom-core">Web
        !           400:    DOM Core</a></cite>, S. Pieters. W3C, June 2009.</dd>
        !           401:    -->
        !           402: 
        !           403:    <dt id="refsDOMEVENTS">[DOMEVENTS]</dt>
        !           404:    <!--
        !           405:    <dd><cite><a
        !           406:    href="http://www.w3.org/TR/DOM-Level-3-Events/">Document Object
        !           407:    Model (DOM) Level 3 Events Specification</a></cite>,
        !           408:    B. H&ouml;hrmann, P. Le Hegaret, T. Pixley. W3C, December
        !           409:    2007.</dd>
        !           410:    -->
        !           411:    <dd><cite><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html">Document
        !           412:    Object Model (DOM) Level 3 Events Specification</a></cite>,
        !           413:    D. Schepers. W3C, July 2009.</dd>
        !           414: 
        !           415:    <dt id="refsDOMRANGE">[DOMRANGE]</dt>
        !           416:    <dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-Traversal-Range/">Document
        !           417:    Object Model (DOM) Level 2 Traversal and Range
        !           418:    Specification</a></cite>, J.  Kesselman, J. Robie, M. Champion,
        !           419:    P. Sharpe, V. Apparao, L.  Wood. W3C, November 2000.</dd>
        !           420: 
        !           421:    <dt id="refsDOMVIEWS">[DOMVIEWS]</dt>
        !           422:    <dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-Views/">Document Object
        !           423:    Model (DOM) Level 2 Views Specification</a></cite>, A. Le Hors, L.
        !           424:    Cable. W3C, November 2000.</dd>
        !           425: 
        !           426:    <dt id="refsECMA262">[ECMA262]</dt>
        !           427:    <dd><cite><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript
        !           428:    Language Specification</a></cite>. ECMA, December 1999.</dd>
        !           429: 
        !           430:    <dt id="refsECMA357">[ECMA357]</dt>
        !           431:    <dd>(Non-normative) <cite><a href="http://www.ecma-international.org/publications/standards/Ecma-357.htm">ECMAScript
        !           432:    for XML (E4X) Specification</a></cite>. ECMA, December 2005.</dd>
        !           433: 
        !           434:    <dt id="refsEUCKR">[EUCKR]</dt>
        !           435:    <dd><cite>Hangul Unix Environment</cite>. Korea Industrial
        !           436:    Standards Association, 1992. Ref. No. KS C 5861-1992.</dd>
        !           437: 
        !           438:    <dt id="refsEVENTSOURCE">[EVENTSOURCE]</dt>
        !           439:    <!--
        !           440:    <dd><cite><a href="http://www.w3.org/TR/eventsource/">Server-Sent
        !           441:    Events</a></cite>, I. Hickson. W3C, April 2009.</dd>
        !           442:    -->
        !           443:    <dd><cite><a href="http://dev.w3.org/html5/eventsource/">Server-Sent
        !           444:    Events</a></cite>, I. Hickson. W3C, July 2009.</dd>
        !           445: 
        !           446:    <dt id="refsFILEAPI">[FILEAPI]</dt>
        !           447:    <dd><cite><a href="http://dev.w3.org/2006/webapi/FileUpload/publish/FileAPI.html">File
        !           448:    API</a></cite>, A. Ranganathan. W3C, August 2009.</dd>
        !           449: 
        !           450:    <dt id="refsGBK">[GBK]</dt>
        !           451:    <dd><cite>Chinese Internal Code Specification</cite>. Chinese IT
        !           452:    Standardization Technical Committee, December 1995.</dd>
        !           453:    <!-- http://www.iana.org/assignments/charset-reg/GBK -->
        !           454: 
        !           455:    <dt id="refsGRAPHICS">[GRAPHICS]</dt>
        !           456:    <dd>(Non-normative) <cite>Computer Graphics: Principles and
        !           457:    Practice in C</cite>, Second Edition, J. Foley, A. van Dam,
        !           458:    S. Feiner, J. Hughes. Addison-Wesley, July 1995. ISBN
        !           459:    0-201-84840-6.</dd>
        !           460:    <!--
        !           461:    This book ("Computer Graphics: Principles and Practice in C")
        !           462:    apparently does not make any references to literature in the
        !           463:    bibliographic section to define the "even-odd" rule for polygon
        !           464:    filling and hit testing. In the absence of such a reference, I
        !           465:    guess that this book is the most authoritative reference.
        !           466:    -->
        !           467: 
        !           468:    <dt id="refsGREGORIAN">[GREGORIAN]</dt>
        !           469:    <dd>(Non-normative) <cite>Inter Gravissimas</cite>, A. Lilius,
        !           470:    C. Clavius. Gregory XIII Papal Bulls, February 1582.</dd>
        !           471: 
        !           472:    <dt id="refsHATOM">[HATOM]</dt>
        !           473:    <dd>(Non-normative) <cite><a href="http://microformats.org/wiki/hatom">hAtom</a></cite>, D
        !           474:    Janes. Microformats, November 2009.</dd>
        !           475: 
        !           476:    <dt id="refsHTMLDIFF">[HTMLDIFF]</dt>
        !           477:    <!--
        !           478:    <dd>(Non-normative) <cite><a
        !           479:    href="http://www.w3.org/TR/html5-diff/">HTML5 differences from
        !           480:    HTML4</a></cite>, A. van Kesteren. W3C, April 2009.</dd>
        !           481:    -->
        !           482:    <dd>(Non-normative) <cite><a href="http://dev.w3.org/html5/html4-differences/">HTML5
        !           483:    differences from HTML4</a></cite>, A. van Kesteren.  W3C, August
        !           484:    2009.</dd>
        !           485: 
        !           486:    <dt id="refsHTTP">[HTTP]</dt>
        !           487:    <dd><cite><a href="http://www.ietf.org/rfc/rfc2616.txt">Hypertext
        !           488:    Transfer Protocol &#8212; HTTP/1.1</a></cite>, R. Fielding, J. Gettys,
        !           489:    J. Mogul, H.  Frystyk, L. Masinter, P. Leach, T. Berners-Lee. IETF,
        !           490:    June 1999.</dd>
        !           491: 
        !           492:    <dt id="refsIANACHARSET">[IANACHARSET]</dt>
        !           493:    <dd><cite><a href="http://www.iana.org/assignments/character-sets">Character
        !           494:    Sets</a></cite>. IANA, May 2007.</dd>
        !           495: 
        !           496:    <dt id="refsIANAPERMHEADERS">[IANAPERMHEADERS]</dt>
        !           497:    <dd><cite><a href="http://www.iana.org/assignments/message-headers/perm-headers.html">Permanent
        !           498:    Message Header Field Names</a></cite>. IANA, October 2009.</dd>
        !           499: 
        !           500:    <dt id="refsISO8601">[ISO8601]</dt>
        !           501:    <dd><cite><a href="http://isotc.iso.org/livelink/livelink/4021199/ISO_8601_2004_E.zip?func=doc.Fetch&amp;nodeid=4021199">ISO8601: Data elements and interchange formats &#8212; Information interchange &#8212; Representation of dates and times</a></cite>. ISO, December 2004.</dd>
        !           502: 
        !           503:    <dt id="refsISO885911">[ISO885911]</dt>
        !           504:    <dd><cite><a href="http://anubis.dkuug.dk/jtc1/sc2/open/02n3333.pdf">ISO-8859-11:
        !           505:    Information technology &#8212; 8-bit single-byte coded graphic
        !           506:    character sets &#8212; Part 11: Latin/Thai
        !           507:    alphabet</a></cite>. ISO, October 1999.</dd>
        !           508: 
        !           509:    <dt id="refsJSON">[JSON]</dt>
        !           510:    <dd><cite><a href="http://www.ietf.org/rfc/rfc4627.txt">The
        !           511:    application/json Media Type for JavaScript Object Notation
        !           512:    (JSON)</a></cite>, D. Crockford. IETF, July 2006.</dd>
        !           513: 
        !           514:    <dt id="refsJSURL">[JSURL]</dt>
        !           515:    <dd><cite><a href="http://tools.ietf.org/html/draft-hoehrmann-javascript-scheme">The
        !           516:    'javascript' resource identifier scheme</a></cite>,
        !           517:    B. H&#246;hrmann. IETF, November 2006.</dd>
        !           518: 
        !           519:    <dt id="refsMAILTO">[MAILTO]</dt>
        !           520:    <dd><cite><a href="http://www.ietf.org/rfc/rfc2368.txt">The mailto URL
        !           521:    scheme</a></cite>, P. Hoffman, L. Masinter, J. Zawinski.
        !           522:    IETF, July 1998.</dd>
        !           523: 
        !           524:    <dt id="refsMATHML">[MATHML]</dt>
        !           525:    <dd><cite><a href="http://www.w3.org/TR/MathML/">Mathematical
        !           526:    Markup Language (MathML)</a></cite>, D. Carlisle, P. Ion, R. Miner,
        !           527:    N. Poppelier. W3C, October 2003.</dd>
        !           528: 
        !           529:    <dt id="refsMIMESNIFF">[MIMESNIFF]</dt>
        !           530:    <dd><cite><a href="http://tools.ietf.org/html/draft-abarth-mime-sniff">Content-Type
        !           531:    Processing Model</a></cite>, A. Barth, I. Hickson. IETF,
        !           532:    May 2009.</dd>
        !           533: 
        !           534:    <dt id="refsMQ">[MQ]</dt>
        !           535:    <!--
        !           536:    <dd><cite><a href="http://www.w3.org/TR/css3-mediaqueries/">Media
        !           537:    Queries</a></cite>, H. Lie, T.  &Ccedil;elik, D. Glazman, A. van
        !           538:    Kesteren. W3C, April 2009.</dd>
        !           539:    -->
        !           540:    <dd><cite><a href="http://dev.w3.org/csswg/css3-mediaqueries/">Media
        !           541:    Queries</a></cite>, H. Lie, T.  &#199;elik, D. Glazman, A. van
        !           542:    Kesteren. W3C, July 2009.</dd>
        !           543: 
        !           544:    <dt id="refsNPAPI">[NPAPI]</dt>
        !           545:    <dd>(Non-normative) <cite><a href="http://developer.mozilla.org/en/Gecko_Plugin_API_Reference">Gecko
        !           546:    Plugin API Reference</a></cite>. Mozilla, November 2008.</dd>
        !           547: 
        !           548:    <dt id="refsOPENSEARCH">[OPENSEARCH]</dt>
        !           549:    <dd><cite><a href="http://www.opensearch.org/Specifications/OpenSearch/1.1#Autodiscovery_in_HTML.2FXHTML">Autodiscovery
        !           550:    in HTML/XHTML</a></cite>. In <cite>OpenSearch 1.1 Draft 4</cite>,
        !           551:    Section 4.6.2. OpenSearch.org.</dd>
        !           552: 
        !           553:    <dt id="refsORIGIN">[ORIGIN]</dt>
        !           554:    <dd><cite><a href="http://tools.ietf.org/html/draft-abarth-origin">The HTTP
        !           555:    Origin Header</a></cite>, A. Barth, C. Jackson, I. Hickson. IETF,
        !           556:    September 2009.</dd>
        !           557: 
        !           558:    <dt id="refsPINGBACK">[PINGBACK]</dt>
        !           559:    <dd><cite><a href="http://www.hixie.ch/specs/pingback/pingback">Pingback
        !           560:    1.0</a></cite>, S. Langridge, I. Hickson. January 2007.</dd>
        !           561: 
        !           562:    <dt id="refsPNG">[PNG]</dt>
        !           563:    <dd><cite><a href="http://www.w3.org/TR/PNG/">Portable Network
        !           564:    Graphics (PNG) Specification</a></cite>, D. Duce. W3C, November
        !           565:    2003.</dd>
        !           566: 
        !           567:    <dt id="refsPORTERDUFF">[PORTERDUFF]</dt>
        !           568:    <dd><cite><a href="http://keithp.com/~keithp/porterduff/p253-porter.pdf">Compositing
        !           569:    Digital Images</a></cite>, T. Porter, T. Duff. In <cite>Computer
        !           570:    graphics</cite>, volume 18, number 3, pp. 253-259. ACM Press, July
        !           571:    1984.</dd>
        !           572: 
        !           573:    <dt id="refsPPUTF8">[PPUTF8]</dt>
        !           574:    <dd>(Non-normative) <cite><a href="http://www.ifi.uzh.ch/mml/mduerst/papers/PDF/IUC11-UTF-8.pdf">The
        !           575:    Properties and Promises <!-- Promizes (sic) --> of
        !           576:    UTF-8</a></cite>, M. D&#252;rst. University of Z&#252;rich,
        !           577:    September 1997. In <cite>Proceedings of the 11th International
        !           578:    Unicode Conference</cite>.</dd>
        !           579: 
        !           580:    <dt id="refsPROGRESS">[PROGRESS]</dt>
        !           581:    <!--
        !           582:    <dd><cite><a href="http://www.w3.org/TR/progress-events/">Progress
        !           583:    Events</a></cite>, C. McCathieNevile. W3C, May 2008.</dd>
        !           584:    -->
        !           585:    <dd><cite><a href="http://dev.w3.org/2006/webapi/progress/Progress.html">Progress
        !           586:    Events</a></cite>, C. McCathieNevile. W3C, March 2009.</dd>
        !           587: 
        !           588:    <dt id="refsPSL">[PSL]</dt>
        !           589:    <dd><cite><a href="http://publicsuffix.org/">Public Suffix List</a></cite>.
        !           590:    Mozilla Foundation.</dd>
        !           591: 
        !           592:    <dt id="refsRFC1034">[RFC1034]</dt>
        !           593:    <dd><cite><a href="http://www.ietf.org/rfc/rfc1034.txt">Domain
        !           594:    Names - Concepts and Facilities</a></cite>, P. Mockapetris. IETF,
        !           595:    November 1987.</dd>
        !           596: 
        !           597:    <dt id="refsRFC1345">[RFC1345]</dt>
        !           598:    <dd><cite><a href="http://www.ietf.org/rfc/rfc1345.txt">Character Mnemonics
        !           599:    and Character Sets</a></cite>, K. Simonsen. IETF, June 1992.</dd>
        !           600: 
        !           601:    <dt id="refsRFC1468">[RFC1468]</dt>
        !           602:    <dd><cite><a href="http://www.ietf.org/rfc/rfc1468.txt">Japanese Character
        !           603:    Encoding for Internet Messages</a></cite>, J. Murai, M. Crispin, E. van der
        !           604:    Poel. IETF, June 1993.</dd>
        !           605: 
        !           606:    <dt id="refsRFC1494">[RFC1494]</dt>
        !           607:    <dd>(Non-normative) <cite><a href="http://www.ietf.org/rfc/rfc1494.txt">Equivalences between
        !           608:    1988 X.400 and RFC-822 Message Bodies</a></cite>, H. Alvestrand,
        !           609:    S. Thompson. IETF, August 1993.</dd>
        !           610: 
        !           611:    <dt id="refsRFC1554">[RFC1554]</dt>
        !           612:    <dd><cite><a href="http://www.ietf.org/rfc/rfc1554.txt">ISO-2022-JP-2:
        !           613:    Multilingual Extension of ISO-2022-JP</a></cite>, M. Ohta, K. Handa. IETF,
        !           614:    December 1993.</dd>
        !           615: 
        !           616:    <dt id="refsRFC1557">[RFC1557]</dt>
        !           617:    <dd><cite><a href="http://www.ietf.org/rfc/rfc1557.txt">Korean Character
        !           618:    Encoding for Internet Messages</a></cite>, U. Choi, K. Chon, H. Park. IETF,
        !           619:    December 1993.</dd>
        !           620: 
        !           621:    <dt id="refsRFC1842">[RFC1842]</dt>
        !           622: 
        !           623:    <dd><cite><a href="http://www.ietf.org/rfc/rfc1842.txt">ASCII
        !           624:    Printable Characters-Based Chinese Character Encoding for Internet
        !           625:    Messages</a></cite>, Y. Wei, Y. Zhang, J. Li, J. Ding, Y. Jiang.
        !           626:    IETF, August 1995.</dd>
        !           627: 
        !           628:    <dt id="refsRFC1922">[RFC1922]</dt>
        !           629:    <dd><cite><a href="http://www.ietf.org/rfc/rfc1922.txt">Chinese Character
        !           630:    Encoding for Internet Messages</a></cite>, HF. Zhu, DY. Hu, ZG. Wang, TC. Kao,
        !           631:    WCH. Chang, M. Crispin. IETF, March 1996.</dd>
        !           632: 
        !           633:    <dt id="refsRFC2045">[RFC2045]</dt>
        !           634:    <dd><cite><a href="http://www.ietf.org/rfc/rfc2045.txt">Multipurpose Internet
        !           635:    Mail Extensions (MIME) Part One: Format of Internet Message Bodies</a></cite>,
        !           636:    N. Freed, N. Borenstein. IETF, November 1996.</dd>
        !           637: 
        !           638:    <dt id="refsRFC2046">[RFC2046]</dt>
        !           639:    <dd><cite><a href="http://www.ietf.org/rfc/rfc2046.txt">Multipurpose Internet
        !           640:    Mail Extensions (MIME) Part Two: Media Types</a></cite>, N. Freed,
        !           641:    N.  Borenstein. IETF, November 1996.</dd> <!-- for text/plain and
        !           642:    "Internet Media type"; not for definition of "valid MIME type". -->
        !           643: 
        !           644:    <dt id="refsRFC2119">[RFC2119]</dt>
        !           645:    <dd><cite><a href="http://www.ietf.org/rfc/rfc2119.txt">Key words for use in
        !           646:    RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF, March
        !           647:    1997.</dd>
        !           648: 
        !           649:    <dt id="refsRFC2237">[RFC2237]</dt>
        !           650:    <dd><cite><a href="http://www.ietf.org/rfc/rfc2237.txt">Japanese Character
        !           651:    Encoding for Internet Messages</a></cite>, K. Tamaru. IETF, November
        !           652:    1997.</dd>
        !           653: 
        !           654:    <dt id="refsRFC2313">[RFC2313]</dt>
        !           655:    <dd><cite><a href="http://www.ietf.org/rfc/rfc2313.txt">PKCS #1:
        !           656:    RSA Encryption</a></cite>, B. Kaliski. IETF, March 1998.</dd>
        !           657: 
        !           658:    <dt id="refsRFC2318">[RFC2318]</dt>
        !           659:    <dd><cite><a href="http://www.ietf.org/rfc/rfc2318.txt">The
        !           660:    text/css Media Type</a></cite>, H. Lie, B. Bos, C. Lilley. IETF,
        !           661:    March 1998.</dd>
        !           662: 
        !           663:    <dt id="refsRFC2388">[RFC2388]</dt>
        !           664:    <dd><cite><a href="http://www.ietf.org/rfc/rfc2388.txt">Returning Values from
        !           665:    Forms: multipart/form-data</a></cite>, L. Masinter. IETF, August 1998.</dd>
        !           666: 
        !           667:    <dt id="refsRFC2483">[RFC2483]</dt>
        !           668:    <dd><cite><a href="http://www.ietf.org/rfc/rfc2483.txt">URI Resolution
        !           669:    Services Necessary for URN Resolution</a></cite>, M. Mealling, R. Daniel.
        !           670:    IETF, January 1999.</dd>
        !           671: 
        !           672:    <dt id="refsRFC2781">[RFC2781]</dt>
        !           673:    <dd><cite><a href="http://www.ietf.org/rfc/rfc2781.txt">UTF-16, an
        !           674:    encoding of ISO 10646</a></cite>, P. Hoffman, F. Yergeau. IETF,
        !           675:    February 2000.</dd>
        !           676: 
        !           677:    <dt id="refsRFC2646">[RFC2646]</dt>
        !           678:    <dd><cite><a href="http://www.ietf.org/rfc/rfc2646.txt">The Text/Plain Format
        !           679:    Parameter</a></cite>, R. Gellens. IETF, August 1999.</dd>
        !           680: 
        !           681:    <dt id="refsRFC2806">[RFC2806]</dt>
        !           682:    <dd>(Non-normative) <cite><a href="http://www.ietf.org/rfc/rfc2806.txt">URLs for Telephone
        !           683:    Calls</a></cite>, A. Vaha-Sipila. IETF, April 2000.</dd>
        !           684: 
        !           685:    <dt id="refsRFC3023">[RFC3023]</dt>
        !           686:    <dd><cite><a href="http://www.ietf.org/rfc/rfc3023.txt">XML Media
        !           687:    Types</a></cite>, M. Murata, S. St. Laurent, D. Kohn. IETF, January 2001.</dd>
        !           688: 
        !           689:    <dt id="refsRFC3279">[RFC3279]</dt>
        !           690:    <dd><cite><a href="http://www.ietf.org/rfc/rfc3279.txt">Algorithms
        !           691:    and Identifiers for the Internet X.509 Public Key Infrastructure
        !           692:    Certificate and Certificate Revocation List (CRL)
        !           693:    Profile</a></cite>, W. Polk, R. Housley, L. Bassham. IETF, April
        !           694:    2002.</dd>
        !           695: 
        !           696:    <dt id="refsRFC3490">[RFC3490]</dt>
        !           697:    <dd><cite><a href="http://www.ietf.org/rfc/rfc3490.txt">Internationalizing
        !           698:    Domain Names in Applications (IDNA)</a></cite>, P. Faltstrom, P. Hoffman, A.
        !           699:    Costello. IETF, March 2003.</dd>
        !           700: 
        !           701:    <dt id="refsRFC3548">[RFC3548]</dt>
        !           702:    <dd><cite><a href="http://www.ietf.org/rfc/rfc3548.txt">The Base16, Base32,
        !           703:    and Base64 Data Encodings</a></cite>, S. Josefsson. IETF, July
        !           704:    2003.</dd>
        !           705: 
        !           706:    <dt id="refsRFC3864">[RFC3864]</dt>
        !           707:    <dd><cite><a href="http://www.ietf.org/rfc/rfc3864.txt">Registration Procedures
        !           708:    for Message Header Fields</a></cite>, G. Klyne, M. Nottingham,
        !           709:    J. Mogul. IETF, September 2004.</dd>
        !           710: 
        !           711:    <dt id="refsRFC3986">[RFC3986]</dt>
        !           712:    <dd><cite><a href="http://www.ietf.org/rfc/rfc3986.txt">Uniform Resource
        !           713:    Identifier (URI): Generic Syntax</a></cite>, T. Berners-Lee, R. Fielding, L.
        !           714:    Masinter. IETF, January 2005.</dd>
        !           715: 
        !           716:    <dt id="refsRFC3987">[RFC3987]</dt>
        !           717:    <dd><cite><a href="http://www.ietf.org/rfc/rfc3987.txt">Internationalized
        !           718:    Resource Identifiers (IRIs)</a></cite>, M. D&#252;rst, M. Suignard. IETF, January
        !           719:    2005.</dd>
        !           720: 
        !           721:    <dt id="refsRFC4281">[RFC4281]</dt>
        !           722:    <dd><cite><a href="http://www.ietf.org/rfc/rfc4281.txt">The Codecs Parameter
        !           723:    for "Bucket" Media Types</a></cite>, R. Gellens, D. Singer, P. Frojdh. IETF,
        !           724:    November 2005.</dd>
        !           725: 
        !           726:    <dt id="refsRFC4329">[RFC4329]</dt>
        !           727:    <dd>(Non-normative) <cite><a href="http://www.ietf.org/rfc/rfc4329.txt">Scripting Media
        !           728:    Types</a></cite>, B. H&#246;hrmann. IETF, April 2006.</dd>
        !           729: 
        !           730:    <dt id="refsRFC5280">[RFC5280]</dt>
        !           731:    <dd><cite><a href="http://www.ietf.org/rfc/rfc5280.txt">Internet
        !           732:    X.509 Public Key Infrastructure Certificate and Certificate
        !           733:    Revocation List (CRL) Profile</a></cite>, D. Cooper, S. Santesson,
        !           734:    S. Farrell, S. Boeyen, R. Housley, W. Polk. IETF, May 2008.</dd>
        !           735: 
        !           736:    <dt id="refsRFC5322">[RFC5322]</dt>
        !           737:    <dd><cite><a href="http://www.ietf.org/rfc/rfc5322.txt">Internet Message
        !           738:    Format</a></cite>, P. Resnick. IETF, October 2008.</dd>
        !           739: 
        !           740:    <dt id="refsSCSU">[SCSU]</dt>
        !           741:    <dd>(Non-normative) <cite><a href="http://www.unicode.org/reports/tr6/">UTR #6: A Standard
        !           742:    Compression Scheme For Unicode</a></cite>, M. Wolf, K. Whistler,
        !           743:    C. Wicksteed, M. Davis, A. Freytag, M. Scherer. Unicode Consortium,
        !           744:    May 2005.</dd>
        !           745: 
        !           746:    <dt id="refsSELECTORS">[SELECTORS]</dt>
        !           747:    <dd><cite><a href="http://www.w3.org/TR/css3-selectors">Selectors</a></cite>,
        !           748:    T. &#199;elik, E. Etemad, D.  Glazman, I. Hickson, P. Linss,
        !           749:    J. Williams. W3C, March 2009.</dd>
        !           750: 
        !           751:    <dt id="refsSHIFTJIS">[SHIFTJIS]</dt>
        !           752:    <dd><cite>JIS X0208: 7-bit and 8-bit double byte coded KANJI sets
        !           753:    for information interchange</cite>. Japanese Standards Association,
        !           754:    1997.</dd>
        !           755: 
        !           756:    <dt id="refsSRGB">[SRGB]</dt>
        !           757:    <dd><cite><a href="http://webstore.iec.ch/webstore/webstore.nsf/artnum/025408!OpenDocument&amp;Click=">IEC
        !           758:    61966-2-1: Multimedia systems and equipment &#8212; Colour measurement
        !           759:    and management &#8212; Part 2-1: Colour management &#8212; Default RGB colour
        !           760:    space &#8212; sRGB</a></cite>. IEC, October 1999.</dd>
        !           761: 
        !           762:    <dt id="refsSVG">[SVG]</dt>
        !           763:    <dd><cite><a href="http://www.w3.org/TR/SVGTiny12/">Scalable Vector
        !           764:    Graphics (SVG) Tiny 1.2 Specification</a></cite>, O. Andersson,
        !           765:    R. Berjon, E. Dahlstr&#246;m, A. Emmons, J. Ferraiolo, A. Grasso,
        !           766:    V. Hardy, S. Hayman, D. Jackson, C. Lilley, C. McCormack,
        !           767:    A. Neumann, C. Northway, A. Quint, N. Ramani, D. Schepers,
        !           768:    A. Shellshear. W3C, December 2008.</dd>
        !           769: 
        !           770:    <dt id="refsTIS620">[TIS620]</dt>
        !           771:    <dd><cite><a href="http://www.nectec.or.th/it-standards/std620/std620.htm">UDC
        !           772:    681.3.04:003.62</a></cite>. Thai Industrial Standards Institute,
        !           773:    Ministry of Industry, Royal Thai Government, 1990. ISBN
        !           774:    974-606-153-4.</dd>
        !           775: 
        !           776:    <dt id="refsUAAG">[UAAG]</dt>
        !           777:    <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/UAAG20/">Web Content Accessibility
        !           778:    Guidelines (UAAG) 2.0</a></cite>, J. Allan, K. Ford, J. Richards,
        !           779:    J. Spellman. W3C, July 2009.</dd>
        !           780: 
        !           781:    <dt id="refsUNICODE">[UNICODE]</dt>
        !           782:    <dd><cite><a href="http://www.unicode.org/versions/">The Unicode Standard</a></cite>. Unicode Consortium, 2007.</dd>
        !           783: 
        !           784:    <dt id="refsUNIVCHARDET">[UNIVCHARDET]</dt>
        !           785:    <dd>(Non-normative) <cite><a href="http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html">A
        !           786:    composite approach to language/encoding
        !           787:    detection</a></cite>, S. Li, K. Momoi. Netscape, September 2001. In
        !           788:    <cite>Proceedings of the 19th International Unicode
        !           789:    Conference</cite>.</dd>
        !           790: 
        !           791:    <dt id="refsUTF7">[UTF7]</dt>
        !           792:    <dd><cite><a href="http://www.ietf.org/rfc/rfc2152.txt">UTF-7: A
        !           793:    Mail-Safe Transformation Format of Unicode</a></cite>,
        !           794:    D. Goldsmith, M. Davis. IETF, May 1997.</dd>
        !           795: 
        !           796:    <dt id="refsUTF8DET">[UTF8DET]</dt>
        !           797:    <dd>(Non-normative) <cite><a href="http://www.w3.org/International/questions/qa-forms-utf-8">Multilingual
        !           798:    form encoding</a></cite>, M. D&#252;rst. W3C, October 2007.</dd>
        !           799: 
        !           800:    <dt id="refsUTR36">[UTR36]</dt>
        !           801:    <dd>(Non-normative) <cite><a href="http://www.unicode.org/reports/tr36/">UTR #36: Unicode
        !           802:    Security Considerations</a></cite>, M. Davis, M. Suignard. Unicode
        !           803:    Consortium, July 2008.</dd>
        !           804: 
        !           805:    <dt id="refsWCAG">[WCAG]</dt>
        !           806:    <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/WCAG20/">Web Content Accessibility
        !           807:    Guidelines (WCAG) 2.0</a></cite>, B. Caldwell, M. Cooper, L. Reid,
        !           808:    G. Vanderheiden. W3C, December 2008.</dd>
        !           809: 
        !           810:    <dt id="refsWEBADDRESSES">[WEBADDRESSES]</dt>
        !           811:    <dd><cite><a href="http://www.w3.org/html/wg/href/draft">Web
        !           812:    addresses in HTML5</a></cite>, D. Connolly,
        !           813:    C. Sperberg-McQueen. March 2009.</dd>
        !           814: 
        !           815:    <dt id="refsWEBIDL">[WEBIDL]</dt>
        !           816:    <!--
        !           817:    <dd><cite><a href="http://www.w3.org/TR/WebIDL/">Web
        !           818:    IDL</a></cite>, C. McCormack. W3C, December 2008.</dd>
        !           819:    -->
        !           820:    <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web
        !           821:    IDL</a></cite>, C. McCormack. W3C, July 2009.</dd>
        !           822: 
        !           823:    <dt id="refsWEBLINK">[WEBLINK]</dt>
        !           824:    <dd><cite><a href="http://tools.ietf.org/html/draft-nottingham-http-link-header">Web
        !           825:    Linking</a></cite>, M. Nottingham. IETF, July 2009.</dd>
        !           826: 
        !           827:    <dt id="refsWEBSOCKET">[WEBSOCKET]</dt>
        !           828:    <!--
        !           829:    <dd><cite><a href="http://www.w3.org/TR/websockets/">The Web Sockets
        !           830:    API</a></cite>, I. Hickson. W3C, April
        !           831:    2009.</dd>
        !           832:    -->
        !           833:    <dd><cite><a href="http://dev.w3.org/html5/websockets/">The Web Sockets
        !           834:    API</a></cite>, I. Hickson. W3C, August
        !           835:    2009.</dd>
        !           836: 
        !           837:    <dt id="refsWHATWGWIKI">[WHATWGWIKI]</dt>
        !           838:    <dd><cite><a href="http://wiki.whatwg.org/">The WHATWG Wiki</a></cite>. WHATWG.</dd>
        !           839: 
        !           840:    <dt id="refsWEBWORKERS">[WEBWORKERS]</dt>
        !           841:    <!--
        !           842:    <dd><cite><a
        !           843:    href="http://www.w3.org/TR/webworkers/">Workers</a></cite>,
        !           844:    I. Hickson. W3C, April 2009.</dd>
        !           845:    -->
        !           846:    <dd><cite><a href="http://dev.w3.org/html5/workers/">Web
        !           847:    Workers</a></cite>, I. Hickson. W3C, September 2009.</dd>
        !           848: 
        !           849:    <dt id="refsWIN1252">[WIN1252]</dt>
        !           850:    <dd><cite><a href="http://www.microsoft.com/globaldev/reference/sbcs/1252.htm">Windows 1252</a></cite>. Microsoft.</dd>
        !           851: 
        !           852:    <dt id="refsWIN1254">[WIN1254]</dt>
        !           853:    <dd><cite><a href="http://www.microsoft.com/globaldev/reference/sbcs/1254.htm">Windows 1254</a></cite>. Microsoft.</dd>
        !           854: 
        !           855:    <dt id="refsWIN31J">[WIN31J]</dt>
        !           856:    <dd><cite><a href="http://www.microsoft.com/globaldev/reference/dbcs/932.mspx">Windows Codepage 932</a></cite>. Microsoft.</dd>
        !           857: 
        !           858:    <dt id="refsWIN874">[WIN874]</dt>
        !           859:    <dd><cite><a href="http://www.microsoft.com/globaldev/reference/sbcs/874.mspx">Windows 874</a></cite>. Microsoft.</dd>
        !           860: 
        !           861:    <dt id="refsWIN949">[WIN949]</dt>
        !           862:    <dd><cite><a href="http://www.microsoft.com/globaldev/reference/dbcs/949.mspx">Windows Codepage 949</a></cite>. Microsoft.</dd>
        !           863: 
        !           864:    <dt id="refsX690">[X690]</dt>
        !           865:    <dd><cite><a href="http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf">Recommendation
        !           866:    X.690 &#8212; Information Technology &#8212; ASN.1 Encoding Rules &#8212;
        !           867:    Specification of Basic Encoding Rules (BER), Canonical Encoding
        !           868:    Rules (CER), and Distinguished Encoding Rules
        !           869:    (DER)</a></cite>. International Telecommunication Union, July
        !           870:    2002.</dd>
        !           871: 
        !           872:    <dt id="refsXHR">[XHR]</dt>
        !           873:    <!--
        !           874:    <dd><cite><a href="http://www.w3.org/TR/XMLHttpRequest/">The XMLHttpRequest
        !           875:    Object</a></cite>, A. van Kesteren. W3C, April
        !           876:    2008.</dd>
        !           877:    -->
        !           878:    <dd><cite><a href="http://dev.w3.org/2006/webapi/XMLHttpRequest-2/"><code>XMLHttpRequest</code></a></cite>,
        !           879:    A. van Kesteren. W3C, June 2009.</dd>
        !           880: 
        !           881:    <dt id="refsXML">[XML]</dt>
        !           882:    <dd><cite><a href="http://www.w3.org/TR/xml/">Extensible Markup
        !           883:    Language</a></cite>, T. Bray, J. Paoli, C. Sperberg-McQueen,
        !           884:    E. Maler, F. Yergeau. W3C, November 2008.</dd>
        !           885: 
        !           886:    <dt id="refsXMLBASE">[XMLBASE]</dt>
        !           887:    <dd><cite><a href="http://www.w3.org/TR/xmlbase/">XML
        !           888:    Base</a></cite>, J. Marsh, R. Tobin. W3C, January 2009.</dd>
        !           889: 
        !           890:    <dt id="refsXMLNS">[XMLNS]</dt>
        !           891:    <dd><cite><a href="http://www.w3.org/TR/xml-names/">Namespaces in
        !           892:    XML</a></cite>, T. Bray, D. Hollander, A. Layman, R. Tobin. W3C,
        !           893:    August 2006.</dd>
        !           894: 
        !           895:    <dt id="refsXPATH10">[XPATH10]</dt>
        !           896:    <dd><cite><a href="http://www.w3.org/TR/1999/REC-xpath-19991116">XML Path
        !           897:    Language (XPath) Version 1.0</a></cite>, J. Clark, S. DeRose. W3C,
        !           898:    November 1999.</dd>
        !           899: 
        !           900:    <dt id="refsXSLT10">[XSLT10]</dt>
        !           901:    <dd><cite><a href="http://www.w3.org/TR/1999/REC-xslt-19991116">XSL
        !           902:    Transformations (XSLT) Version 1.0</a></cite>, J. Clark. W3C,
        !           903:    November 1999.</dd>
        !           904: 
        !           905:   </dl><!--END vCard--><!--END vEvent--></body></html>

Webmaster