index.html 3.98 KB
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>DIAL Part 0: Primer</title>
  <style type="text/css">
code           { font-family: monospace; }

div.constraint,
div.issue,
div.note,
div.notice     { margin-left: 2em; }

ol.enumar      { list-style-type: decimal; }
ol.enumla      { list-style-type: lower-alpha; }
ol.enumlr      { list-style-type: lower-roman; }
ol.enumua      { list-style-type: upper-alpha; }
ol.enumur      { list-style-type: upper-roman; }


div.exampleInner pre { margin-left: 1em;
                       margin-top: 0em; margin-bottom: 0em}
div.exampleOuter {border: 4px double gray;
                  margin: 0em; padding: 0em}
div.exampleInner { background-color: #d5dee3;
                   border-top-width: 4px;
                   border-top-style: double;
                   border-top-color: #d3d3d3;
                   border-bottom-width: 4px;
                   border-bottom-style: double;
                   border-bottom-color: #d3d3d3;
                   padding: 4px; margin: 0em }
div.exampleWrapper { margin: 4px }
div.exampleHeader { font-weight: bold;
                    margin: 4px}

.optional {text-decoration: line-through; display: none;}
dt.fm {font-weight: normal; margin-top: 5px;}
.ecma-block {   border: 1px solid black;  color: black;  background-color: #dfdfdf; }</style>
  <link rel="stylesheet" type="text/css"
  href="http://www.w3.org/StyleSheets/TR/base">
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WG-NOTE">
</head>

<body>

<div class="head">
<p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home"
alt="W3C" height="48" width="72"></a></p>

<h1><a name="title" id="title"></a>DIAL Part 0: Primer</h1>

<h2><a name="subtitle" id="subtitle"></a>Device Independent Authoring
Language</h2>

<h2><a name="w3c-doctype" id="w3c-doctype"></a>W3C Working Group Note 29 June 2010</h2>
<dl>
<dt>This version:</dt>
<dd>
<a href="http://www.w3.org/TR/2010/NOTE-dial-primer-20100629/">http://www.w3.org/TR/2010/NOTE-dial-primer-20100629/</a>
</dd>
<dt>Latest version:</dt>
<dd>
<a href="http://www.w3.org/TR/dial-primer/">http://www.w3.org/TR/dial-primer/</a>
</dd>
<dt>Previous version:</dt>
<dd>
<a href="http://www.w3.org/TR/2007/WD-dial-primer-20071101/">http://www.w3.org/TR/2007/WD-dial-primer-20071101/</a>
</dd>

<dt>Editor:</dt>
<dd>Kevin Smith, Vodafone Group</dd>
</dl><p class="copyright"><a
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><acronym
title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a
href="http://www.csail.mit.edu/"><acronym
title="Massachusetts Institute of Technology">MIT</acronym></a>, <a
href="http://www.ercim.eu/"><acronym
title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
<a
href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>

and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document
use</a> rules apply.</p>
</div>
<hr/>



<div>
<h2><a name="abstract" id="abstract"></a>Abstract</h2>

<p>This document provides an introduction to, and the benefits of, DIAL (the
Device Independent Authoring Language). It summarizes the concept of device
independence, the scenarios in which it could be used, and the considerations
in order to achieve that goal. It then describes the role of DIAL in ensuring
the delivery of content suitable for the user, device and inherent
circumstances in which it was requested. </p>
</div>


<div>
<h2><a name="status" id="status"></a>Status of this Document</h2>

<p>This document has been <strong>discontinued</strong> as part of the closure the <a href="http://www.w3.org/2007/uwa/">Ubiquitous Web Applications Working Group</a>.</p>
</div>

</body>