© Copyright 2004, 2005 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA.
You are granted a license to use, reproduce and create derivative works of this document.
This specification introduces features to HTML and the DOM that ease the authoring of Web-based applications. Additions include the context menus, a direct-mode graphics canvas, inline popup windows, server-sent events, and more.
This is an archive copy of a working draft of Web Apps 1.0. It will be used as a milestone against which diffs can be generated, so that it is easier to track progress. Comments on this draft are very welcome, but it is suggested that you first check to see if the latest version has changed. If you do have comments, please send them to whatwg@whatwg.org. Thank you.
To find the latest version of this working draft, please follow the "Latest version" link above.
This draft may contain namespaces that use the uuid: URI
scheme. These are temporary and will be changed before those parts of the
specification are ready to be implemented in shipping products.
body element
section element
nav element
article element
blockquote element
aside element
h1, h2,
h3, h4, h5,
and h6 elements
header element
footer element
address element
a element
em element
strong element
small element
m element
abbr element
dfn element
i element
code element
var element
samp element
kbd element
sup and sub elements
q element
cite element
span element
bdo element
br element
datagrid element
DocumentWindow interface
Window interface
The World Wide Web's markup language has always been HTML. HTML was primarily designed as a language for semantically describing scientific documents, although its general design and adaptations over the years has enabled it to be used to describe a number of other types of documents.
The main area that has not been adequately addressed by HTML is a vague subject referred to as Web Applications. This specification attempts to rectify this, while at the same time updating the HTML specifications to address issues raised in the past few years.
This specification is limited to providing a semantic-level markup language and associated semantic-level scripting APIs for authoring accessible pages on the Web ranging from static documents to dynamic applications.
The scope of this specification does not include addressing presentation concerns.
The scope of this specification does not include documenting every HTML
or DOM feature supported by Web browsers. Browsers support many features
that are considered to be very bad for accessibility or that are otherwise
inappropriate. For example, the blink element is clearly
presentational and authors wishing to cause text to blink should instead
use CSS.
The scope of this specification is not to describe an entire operating system. In particular, office productivity applications, image manipulation, and other applications that users would be expected to use with high-end workstations on a daily basis are out of scope. In terms of applications, this specification is targetted specifically at applications that would be expected to be used by users on an occasional basis, or regularly but from disparate locations. For instance online purchasing systems, searching systems, games (especially multiplayer online games), public telephone books or address books, communications software (e-mail clients, instant messaging clients, discussion software), etc.
For sophisticated cross-platform applications, there already exist several proprietary solutions (such as Mozilla's XUL and Macromedia's Flash). These solutions are evolving faster than any standards process could follow, and the requirements are evolving even faster. These systems are also significantly more complicated to specify, and are orders of magnitude more difficult to achieve interoperability with, than the solutions described in this document. Platform-specific solutions for such sophisticated applications (for example the MacOS X Core APIs) are even further ahead.
This spec is probably big enough to need a guide as to where to look for various things. Hence once the structure is stable we should probably fill out this section.
This section will probably be dropped in due course.
HTML, CSS, DOM, and JavaScript provide enough power that Web developers have managed to base entire businesses on them. What is required are extensions to these technologies to provide much-needed features such as:
DOMActivate is a start, but it lacks equivalent HTML
attributes, and additional events may be needed.Some less important features would be good to have as well:
Several of the features in these two lists have been supported in non-standard ways by some user agents for some time.
This specification represents a new version of HTML4 and XHTML1, along with a new version of the associated DOM2 HTML API. Migration from HTML4 or XHTML1 to the format and APIs described in this specification should in most cases be straightforward, as care has been taken to ensure that backwards-compatibility is retained.
XHTML2 [XHTML2] defines a new HTML vocabulary with better features for hyperlinks, multimedia content, annotating document edits, rich metadata, declarative interactive forms, and describing the semantics of human literary works such as poems and scientific papers.
However, it lacks elements to express the semantics of many of the non-document types of content often seen on the Web. For instance, forum sites, auction sites, search engines, online shops, and the like, do not fit the document metaphor well, and are not covered by XHTML2.
This specification aims to extend HTML so that it is also suitable in these contexts.
XHTML2 and this specification use different namespaces and therefore can both be implemented in the same XML processor.
This specification is designed to complement Web Forms 2.0. [WF2] Where Web Forms concentrates on input controls, data validation, and form submission, this specification concentrates on client-side user interface features needed to create modern applications.
Eventually WF2 will simply be folded into this spec.
This specification is independent of the various proprietary UI languages that various vendors provide.
As well as sections marked as non-normative, all diagrams, examples, and notes in this specification are non-normative. Everything else in this specification is normative.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in the normative parts of this document are to be interpreted as described in [RFC2119]. For readability, these words do not appear in all uppercase letters in this specification.
This specification describes the conformance criteria for user agents (implementations and their implementors) and documents (and their authors).
Conformance requirements phrased as requirements on elements, attributes, methods or objects are conformance requirements on user agents.
User agents fall into several (overlapping) categories with different conformance requirements.
Web browsers that support XHTML must process elements and attributes from the XHTML namespace found in XML documents as described in this specification, so that users can interact with them, unless the semantics of those elements have been overridden by other specifications.
A conforming XHTML processor would, upon finding an
XHTML script element in an XML
document, execute the script contained in that element. However, if the
element is found within an XSLT transformation sheet (assuming the UA
also supports XSLT), then the processor would instead treat the script element as an opaque element that
forms part of the transform.
Web browsers that support HTML must
process documents labelled as text/html as described in
this specification, so that users can interact with them.
User agents that process HTML and XHTML documents purely to render non-interactive versions of them must comply to the same conformance criteria as Web browsers, except that they are exempt from requirements regarding user interaction.
Typical examples of non-interactive presentation user agents are printers (static UAs) and overhead displays (dynamic UAs). It is expected that most static non-interactive presentation user agents will also opt to lack scripting support.
A non-interactive but dynamic presentation UA would still execute scripts, allowing forms to be dynamically submitted, and so forth. However, since the concept of "focus" is irrelevant when the user cannot interact with the document, the UA would not need to support any of the focus-related DOM APIs.
Implementations that do not support scripting (or which have their scripting features disabled) are exempt from supporting the events and DOM interfaces mentioned in this specification. For the parts of this specification that are defined in terms of an events model or in terms of the DOM, such user agents must still act as if events and the DOM were supported.
Scripting can form an integral part of an application. Web browsers that do not support scripting, or that have scripting disabled, might be unable to fully convey the author's intent.
Conformance checkers must verify that a document conforms to the
applicable conformance criteria described in this specification.
Conformance checkers are exempt from detecting errors that require
interpretation of the author's intent (for example, while a document is
non-conforming if the content of a blockquote element is not a quote,
conformance checkers do not have to check that blockquote elements only contain quoted
material).
The term "validation" specifically refers to a subset of conformance checking that only verifies that a document complies with the requirements given by an SGML or XML DTD. Conformance checkers that only perform validation are non-conforming, as there are many conformance requirements described in this specification that cannot be checked by SGML or XML DTDs.
To put it another way, there are three types of conformance criteria:
A conformance checker must check for the first two. A simple DTD-based validator only checks for the first class of errors and is therefore not a conforming conformance checker according to this specification.
Applications and tools that process HTML and XHTML documents for reasons other than to either render the documents or check them for conformance should act in accordance to the semantics of the documents that they process.
A tool that generates document outlines but increases the nesting level for each paragraph and does not increase the nesting level for each section would not be conforming.
Authoring tools and markup generators must generate conforming documents. Conformance criteria that apply to authors also apply to authoring tools, where appropriate.
Conformance requirements phrased as algorithms or specific steps may be implemented in any manner, so long as the end result is equivalent. (In particular, the algorithms defined in this specification are intended to be easy to follow, and not intended to be performant.)
There is no implied relationship between document conformance requirements and implementation conformance requirements. User agents are not free to handle non-conformant documents as they please; the processing model described in this specification applies to implementations regardless of the conformity of the input documents.
For compatibility with existing content and prior specifications, this specification describes two authoring formats: one based on XML (referred to as XHTML), and one using a custom format inspired by SGML (referred to as HTML). Implementations may support only one of these two formats, although supporting both is encouraged.
XML documents using elements from the XHTML namespace that use the new
features described in this specification and that are served over the wire
(e.g. by HTTP) must be sent using an XML MIME type such as
application/xml or application/xhtml+xml and
must not be served as text/html. [RFC3023]
These XML documents may contain a DOCTYPE if desired, but
this is not required to conform to this specification.
HTML documents that use the new features described in this specification
and that are served over the wire (e.g. by HTTP) must be sent as
text/html and must start with the following DOCTYPE:
<!DOCTYPE html>.
This specification refers to both HTML and XML attributes and DOM attributes, often in the same context. When it is not clear which is being referred to, they are referred to as content attributes for HTML and XML attributes, and DOM attributes for those from the DOM. Similarly, the term "properties" is used for both ECMAScript object properties and CSS properties. When these are ambiguous they are qualified as object properties and CSS properties respectively.
To ease migration from HTML to XHTML, UAs conforming to this
specification must place elements in HTML in the
http://www.w3.org/1999/xhtml namespace, at least for the
purposes of the DOM and CSS. The term "elements in the
HTML namespace", when used in this specification, thus refers to
both HTML and XHTML elements.
Unless otherwise stated, all elements defined or mentioned in this
specification are in the http://www.w3.org/1999/xhtml
namespace, and all attributes defined or mentioned in this specification
have no namespace (they are in the per-element partition).
Generally, when the specification states that a feature applies to HTML or XHTML, it also includes the other. When a feature specifically only applies to one of the two languages, it is called out by explicitly stating that it does not apply to the other format, as in "for HTML, ... (this does not apply to XHTML)".
The readability, the term URI is used to refer to both ASCII URIs and Unicode IRIs, as those terms are defined by [RFC3986] and [RFC3987] respectively. On the rare occasions where IRIs are not allowed but ASCII URIs are, this is called out explicitly.
The term root element, when not qualified to explicitly refer to the document's root element, means the furthest ancestor element node of whatever node is being discussed, or the node itself is there is none. When the node is a part of the document, then that is indeed the document's root element. However, if the node is not currently part of the document tree, the root element will be an orphaned node.
When it is stated that some element or attribute is ignored, or treated as some other value, or handled as if it was something else, this refers only to the processing of the node after it is in the DOM. A user agent must not mutate the DOM in such situations.
When an XML name, such as an attribute or element name, is referred to
in the form prefix:localName, as in xml:id or
svg:rect, it refers to a name with the local name localName and the namespace given by the prefix, as defined
by the following table:
xml
http://www.w3.org/XML/1998/namespace
html
http://www.w3.org/1999/xhtml
For simplicity, terms such as shown, displayed, and visible might sometimes be used when referring to the way a document is rendered to the user. These terms are not meant to imply a visual medium; they must be considered to apply to other media in equivalent ways.
This specification uses the term HTML documents to generally refer to any use of HTML, ranging from short static documents to long essays or reports with rich multimedia, as well as to fully-fledged interactive applications.
Various DOM interfaces are defined in this specification using pseudo-IDL. This looks like OMG IDL but isn't. For instance, method overloading is used, and types from the W3C DOM specifications are used without qualification. Language-specific bindings for these abstract interface definitions must be derived in the way consistent with W3C DOM specifications. Some interface-specific binding information for ECMAScript is included in this specification.
The construction "a Foo object", where Foo is
actually an interface, is sometimes used instead of the more accurate "an
object implementing the interface Foo".
As the specification evolves, these conformance requirements will most likely be moved to more appropriate places.
When a UA needs to convert a string to a number, algorithms equivalent to those specified in ECMA262 sections 9.3.1 ("ToNumber Applied to the String Type") and 8.5 ("The Number type") should be used (possibly after suitably altering the algorithms to handle numbers of the range that the UA can support). [ECMA262]
The alt attribute on images must not be
shown in a tooltip in visual browsers.
DOM mutation events must not fire for
changes caused by the UA parsing the document. (Conceptually, the parser
is not mutating the DOM, it is constructing it.) This includes the parsing
of any content inserted using document.write() and
document.writeln() calls. Other changes, including fragment
insertions involving innerHTML and similar attributes, must
fire mutation events. [DOM3EVENTS]
The default value of
Content-Style-Type and the default value of the type attribute of the
style element is is
text/css.
The default value of
Content-Script-Type and the default value of the type attribute of the
script element is the ECMAScript MIME
type.
User agents must follow the rules given by XML Base to resolve relative URIs in HTML and XHTML fragments. [XMLBASE]
It is possible for xml:base attributes to be
present even in HTML fragments, as such attributes can be added
dynamically using script.
Elements, attributes, and attribute values in HTML are defined (by this
specification) to have certain meanings (semantics). For example, the
ol element represents an ordered list, and
the lang attribute
represents the language of the content.
Authors must only use elements, attributes, and attribute values for their appropriate semantic purposes.
For example, the following document is non-conforming, despite being syntactically correct:
<!DOCTYPE html>
<html lang="en-GB">
<head> <title> Demonstration </title> </head>
<body>
<table>
<tr> <td> My favourite animal is the cat. </td> </tr>
<tr>
<td>
—<a href="http://example.org/~ernest/"><cite>Ernest</cite></a>,
in an essay from 1992
</td>
</tr>
</table>
</body>
</html>
...because the data placed in the cells is clearly not tabular data. A corrected version of this document might be:
<!DOCTYPE html> <html lang="en-GB"> <head> <title> Demonstration </title> </head> <body> <blockquote> <p> My favourite animal is the cat. </p> </blockquote> <p> —<a href="http://example.org/~ernest/"><cite>Ernest</cite></a>, in an essay from 1992 </p> </body> </html>
This next document fragment, intended to represent the heading of a corporate site, is similarly non-conforming because the second line is not intended to be a heading of a subsection, but merely a subheading or subtitle (a subordinate heading for the same section).
<body> <h1>ABC Company</h1> <h2>Leading the way in widget design since 1432</h2> ...
The header element should be used
in these kinds of situations:
<body> <header> <h1>ABC Company</h1> <h2>Leading the way in widget design since 1432</h2> </header> ...
All the elements in this specification have a defined content model, which describes what nodes are allowed inside the elements, and thus what the structure of an HTML document or fragment must look like. Authors must only put elements inside an element if that element allows them to be there according to its content model.
For the purposes of determining if an element matches its content model or not, CDATA nodes in the DOM must be treated as text nodes, and character entity reference nodes must be treated as if they were expanded in place.
The whitespace characters U+0020 SPACE, U+000A LINE FEED, and U+000D CARRIAGE RETURN are always allowed between elements. User agents must always represent these characters between elements in the source markup as text nodes in the DOM. Empty text nodes and text nodes consisting of just sequences of those characters are considered inter-element whitespace and must be ignored when establishing whether an element matches its content model or not.
Authors must only use elements from the HTML namespace in the contexts where they are allowed, as defined for each element. For XML compound documents, these contexts could be inside elements from other namespaces, if those elements are defined as providing the relevant contexts.
The SVG specification defines the SVG foreignObject
element as allowing foreign namespaces to be included, thus allowing
compound documents to be created by inserting subdocument content under
that element. This specification defines the XHTML html element as being allowed where subdocument
fragments are allowed in a compound document. Together, these two
definitions mean that placing an XHTML html element as a child of an SVG
foreignObject element is conforming.
The Document Object Model (DOM) is a representation — a model — of the document and its content. [DOM3CORE] The DOM is not just an API; operations on the in-memory document are defined, in this specifiation, in terms of the DOM.
HTML elements in the DOM, including XHTML elements in XML documents, even when those documents are in another context (e.g. inside an XSLT transform), must implement, and expose to scripts, the interfaces listed for them in the relevant sections of this specification.
The basic interface, from which all the HTML elements' interfaces
inherit, and which is used by elements that have no additional
requirements, is the HTMLElement
interface (defined below).
To ease migration from HTML to XHTML, UAs must
assign the http://www.w3.org/1999/xhtml namespace to elements
in that are parsed in documents labelled as text/html, at
least for the purposes of the DOM and CSS.
In HTML documents, for HTML elements, the DOM APIs must return tag names and attributes names in uppercase, regardless of the case with which they were created. This does not apply to XML documents; in XML documents, the DOM APIs must always return tag names and attribute names in the original case used to create those nodes.
DOM3 Core defines mechanisms for checking for interface support, and for obtaining implementations of interfaces, using feature strings. [DOM3CORE]
A DOM application can use the hasFeature(feature, version) method of the
DOMImplementation interface with parameter values "HTML" and "5.0" (respectively) to determine
whether or not this module is supported by the implementation. In addition
to the feature string "HTML", the feature string
"XHTML" (with version string "5.0") can
be used to check if the implementation supports XHTML. User agents should
respond with a true value when the hasFeature method is queried with these
values. Authors are cautioned, however, that UAs returning true might not
be perfectly compliant, and that UAs returning false might well have
support for features in this specification; in general, therefore, use of
this method is discouraged.
The values "HTML" and "XHTML" (both with version "5.0") should also
be supported in the context of the getFeature() and
isSupported() methods, as defined by DOM3 Core.
The interfaces defined in this specification are not always
supersets of the interfaces defined in DOM2 HTML; some features that were
formerly deprecated, poorly supported, rarely used or considered
unnecessary have been removed. Therefore it is not guarenteed that an
implementation that supports "HTML"
"5.0" also supports "HTML"
"2.0".
Still need to define HTMLCollection.
interface DOMTokenString {
bool has(in DOMString token);
void add(in DOMString token);
void remove(in DOMString token);
}
Need to define those members.
Every XML and HTML document in an HTML UA must be represented by a
Document object. [DOM3CORE]
This object must also implement the document-level interface of any
other namespaces found in the document that the UA supports. For example,
if the implementation supports both HTML and SVG, then the
Document object must also implement HTMLDocument and SVGDocument.
The Document object of documents that are being rendered in
a browsing context must also
implement the DocumentWindow
interface.
interface HTMLDocument : Document { attribute DOMString title; readonly attribute DOMString referrer; readonly attribute DOMString domain; readonly attribute DOMString URL; attribute HTMLElement body; readonly attribute HTMLCollection images; readonly attribute HTMLCollection applets; readonly attribute HTMLCollection links; readonly attribute HTMLCollection forms; readonly attribute HTMLCollection anchors; attribute DOMString cookie; void open(); void close(); void write(in DOMString text); void writeln(in DOMString text); NodeList getElementsByName(in DOMString elementName); };
Need to define those members.
Some DOM attributes are defined to reflect a particular content attribute. This means that on getting, the DOM attribute returns the current value of the content attribute, and on setting, the DOM attribute changes the value of the content attribute to the given value.
If a reflecting DOM attribute is a DOMString attribute
defined to contain a URI, then on getting, the DOM attribute returns the
value of the content attribute, resolved to an absolute URI, and on
setting, sets the content attribute to the specified literal value. If the
content attribute is absent, the DOM attribute must return the default
value, if the content attribute has one, or else the empty string.
If a reflecting DOM attribute is a DOMString attribute that
is not defined to contain a URI, then the getting and setting is done in a
transparent, case-sensitive manner, except if the content attribute is
defined to only allow a specific set of values. In this latter case, the
attribute's value is first converted to lowercase before being returned.
If the content attribute is absent, the DOM attribute must return the
default value, if the content attribute has one, or else the empty string.
If a reflecting DOM attribute is a boolean attribute, then the DOM attribute returns true if the attribute is set, and false if it is absent. On setting, the content attribute is removed if the DOM attribute is set to false, and is set to have the same value as its name if the DOM attribute is set to true.
If a reflecting DOM attribute is a numeric type (long) then
the content attribute must be converted to a numeric
type first (truncating any fractional part). If that fails, or if the
attribute is absent, the default value should be returned instead, or 0 if
there is no default value. On setting, the given value is converted to a
string representing the number in base ten and then that string should be
used as the new content attribute value.
textContent attributeSome elements are defined in terms of their DOM textContent attribute. This is an
attribute defined on the Node interface in DOM3 Core. [DOM3CORE]
Should textContent be defined differently for dir="" and <bdo>? Should we come up with an alternative to textContent that handles those and other things, like alt=""?
Each element in HTML falls into zero or more categories that group elements with similar characteristics together. This specification uses the following categories:
Some elements have unique requirements and do not fit into any particular category.
Block-level elements are used for structural grouping of page content.
There are several kinds of block-level elements:
blockquote, section, article, header.
p, h1-h6, address.
nav, aside, footer, div.
ul, ol, dl, table, script.
There are also elements that seem to be block-level but aren't, such as
body, li, dt, dd, and td. These elements are allowed
only in specific places, not simply anywhere that block-level elements are
allowed.
Some block-level elements play multiple roles. For instance, the
script elements is allowed inside
head elements and can also be used as
inline-level content. Similarly,
the ul, ol, dl,
table, and blockquote
elements play dual roles as both block-level and inline-level elements.
Inline-level content consists of text and various elements to annotate the text, as well as some embedded content (such as images or sound clips).
Inline-level content comes in various types:
a, i, noscript. Elements used in contexts allowing
only strictly inline-level content must not contain anything other than
strictly inline-level content.
ol, blockquote, table.
Unless an element's content model explicitly states that it must contain significant inline content, simply having no text nodes and no elements satisfies an element whose content model is some kind of inline contet.
Some elements are defined to have as a content model significant inline content. This means that at least one descendant of the element must be significant text or embedded content.
Significant text, for the purposes of determining the presence of significant inline content, consists of any character other than those falling in the Unicode categories Zs, Zl, Zp, Cc, and Cf. [UNICODE]
The following three paragraphs are non-conforming because their content model is not satisfied (they all count as empty).
<p></p> <p><em> </em></p> <p> <ol> <li></li> </ol> </p>
Some elements are defined to have content models that allow either
block-level elements or inline-level content, but not both. For
example, the aside and li elements.
To establish whether such an element is being used as a block-level container or as an inline-level container, for example in order to determine if a document conforms to these requirements, user agents must look at the element's child nodes. If any of the child nodes are not allowed in block-level contexts, then the element is being used for inline-level content. If all the child nodes are allowed in a block-level context, then the element is being used for block-level elements.
For instance, in the following (non-conforming) fragment, the li element is being used as an inline-level
element container, because the style
element is not allowed in a block-level context. (It doesn't matter, for
the purposes of determining whether it is an inline-level or block-level
context, that the style element is not
allowed in inline-level contexts either.)
<ol> <li> <p> Hello World </p> <style> /* This example is illegal. */ </style> </li> </ol>
In the following fragment, the aside
element is being used as a block-level container, because even though all
the elements it contains could be considered inline-level elements, there
are no nodes that can only be considered inline-level.
<aside> <ol> <li> ... </li> </ol> <ul> <li> ... </li> </ul> </aside>
On the other hand, in the following similar fragment, the aside element is an inline-level container,
because the text ("Foo") can only be considered inline-level.
<aside> <ol> <li> ... </li> </ol> Foo </aside>
Certain elements in HTML can be activated, for instance a elements, button elements, or
input elements when their type attribute is set
to radio. Activation of those elements can happen in various
(UA-defined) ways, for instance via the mouse or keyboard.
When activation is performed via some method other than clicking the
pointing device, the default action of the event that triggers the
activation must, instead of being activating the element directly, be the
dispatching of a new event, click,
on the same element, with the mouse-specific fields (button,
screenX, etc) set to zero, and the key fields set according
to the current state of the key input device, if any (false for any keys
that are not available). [DOM3EVENTS]
The default action of this click event, or of the real
click event if the element was activated by clicking a
pointing device, shall be to dispatch yet another event, namely DOMActivate.
It is the default action of that event that then performs the
actual action.
For certain form controls, this process is complicated further by changes that must happen around the click event. [WF2]
Most interactive elements have content models that disallowed nesting interactive elements.
Need to define how default actions actually work. For instance, if you click an event inside a link, the event is triggered on that element, but then we'd like a click is sent on the link itself. So how does that happen? Does the link have a bubbling listener that triggers that second click event? what if there are multiple nested links, which one should we send that event to?
User agents must support the following common attributes on all elements in the HTML namespace (including elements that are not defined to exist by this specification).
id
The element's unique identifier. The value must be unique in the document and must contain at least one character.
If the value is not the empty string, user agents must associate the
element with the given value (exactly) for the purposes of ID matching
(e.g. for selectors in CSS or for the getElementById()
method in the DOM).
Identifiers are opaque strings. Particular meanings should not be
derived from the value of the id
attribute.
When an element has an ID set through multiple methods (for example,
if it has both id and xml:id
attributes simultaneously [XMLID]), then the
element has multiple identifiers. User agents must use all of an HTML
element's identifiers (including those that are in error according to
their relevant specification) for the purposes of ID matching.
title
Advisory information for the element, such as would be appropriate for a tooltip. On a link, this could be the title or a description of the target resource; on an image, it could be the caption or a description of the image; on a paragraph, it could be a footnote or commentary on the text; on a citation, it could be further information about the source; and so forth. The value is text.
If this attribute is omitted from an element, then it implies that the
title attribute of
the nearest ancestor with a title attribute set is also relevant to this
element. Setting the attribute overrides this, explicitly stating that
the advisory information of any ancestors is not relevant to this
element. Setting the attribute to the empty string indicates that the
element has no advisory information.
The link, style, abbr,
and dfn elements define their own title attributes instead of using the global title attribute.
lang (HTML only) and xml:lang (XML only)
The primary language for the element's contents and for any of the element's attributes that contain text. The value must be a valid RFC 3066 language code, or the empty string. RFC3066
If this attribute is omitted from an element, then it implies that the language of this element is the same as the language of the parent element. Setting the attribute to the empty string indicates that the primary language is unknown.
The lang attribute only applies to
HTML documents. Authors must not use the lang attribute in XML documents. Authors must
instead use the xml:lang attribute,
defined in XML. [XML]
To determine the language of a node, user agents must look at the
nearest ancestor element (including the element itself if the node is an
element) that has a lang or xml:lang attribute set. That specifies the
language of the node.
If both the xml:lang attribute and
the lang attribute are set, user agents
must use the xml:lang attribute, and
the lang attribute must be ignored for
the purposes of determining the element's language.
If no explicit language is given for the root element, then language information from a higher-level protocol (such as HTTP), if any, must be used as the final fallback language. In the absence of any language information, the default value is unknown (the empty string).
User agents may use the element's language to determine proper processing or rendering (e.g. in the selection of appropriate fonts or pronounciations, or for dictionary selection).
dir
The element's text directionality. The attribute, if specified, must
have either the literal value ltr or the literal value
rtl.
If the attribute has the literal value ltr, the element's
directionality is left-to-right. If the attribute has the literal value
rtl, the element's directionality is right-to-left. If the
attribute is omitted or has another value, then the directionality is
unchanged.
The processing of this attribute depends on the presentation layer. For example, CSS 2.1 defines a mapping from this attribute to the CSS 'direction' and 'unicode-bidi' properties, and defines rendering in terms of those property.
class
The element's classes. The value must be a list of zero or more words (consisting of one or more non-space characters) separated by one or more spaces.
User agents must assign all the given classes to the element, for the
purposes of class matching (e.g. for selectors in CSS or for the
getElementsByClassName()
method in the DOM).
Unless defined by one of the URIs given in the profile attribute, classes are opaque
strings. Particular meanings must not be derived from undefined values
in the class attribute.
Authors should bear in mind that using the class attribute does not convey any additional
meaning to the element (unless using classes defined by a profile). There is no semantic difference
between an element with a class attribute and one
without. Authors that use classes that are not defined in a
profile should make sure, therefore,
that their documents make as much sense once all class attributes have been removed as they do
with the attributes present.
Event handler attributes aren't handled yet.
The following DOM interface, common to elements in the HTML namespace, provides scripts with convenient access to the content attributes listed above:
interface HTMLElement : Element { attribute DOMString id; attribute DOMString title; attribute DOMString lang; attribute DOMString dir; attribute DOMString className; };
The id attribute must
reflect the content id attribute.
The title
attribute must reflect the content
title attribute.
The lang attribute
must reflect the content lang attribute.
The dir attribute must
reflect the content dir attribute.
The className attribute must reflect the content class attribute.
should also introduce a DOMTokenString accessor for the class attribute
html elementhead element followed by a
body element.HTMLElement.
The html element represents the root
of an HTML document.
Document metadata is represented by metadata
elements in the document's head
element.
head elementhtml
element.
title
element, optionally one base element
(HTML only), and zero or more other metadata
elements (in particular, link, meta,
style, and script).
profile (optional)
interface HTMLHeadElement : HTMLElement { attribute DOMString profile; };
The head element collects the
document's metadata.
The profile attribute must, if
specified, contain a list of zero or more URIs (or IRIs) representing
definitions of classes, metadata names, and link relations. These URIs are
opaque strings, like namespaces; user agents are not expected to determine
any useful information from the resources that they reference.
Each time a class, metadata, or link relationship name that is not
defined by this specification is found in a document, the UA must check
whether any of the URIs in the profile
attribute are known (to the UA) to define that name. The class, metadata,
or link relationship shall then be interpreted using the semantics given
by the first URI that is known to define the name. If the name is not
defined by this specification and none of the specified URIs defines the
name either, then the class, metadata, or link relationship is meaningless
and the UA must not assign special meaning to that name.
If two profiles define the same name, then the semantic is given by the
first URI specified in the profile
attribute. There is no way to use the names from both profiles in one
document.
User agents must ignore all the URIs given in the profile attribute that follow a URI that the UA
does not recognise. (Otherwise, if a name is defined in two profiles, UAs
would assign meanings to the document differently based on which profiles
they supported.)
If a profile's definition introduces new definitions over time, documents that use multiple profiles can change defined meaning over time. So as to avoid this problem, authors are encouraged to avoid using multiple profiles.
The profile
DOM attribute must reflect the
profile content attribute on getting
and setting.
title elementhead element containing no
other title elements.
HTMLElement.
The title element represents the
document's title or name. Authors should use titles that identify their
documents even when they are used out of context, for example in a user's
history or bookmarks, or in search results. The document's title is often
different from its first header, since the first header does not have to
stand alone when taken out of context.
Here are some examples of appropriate titles, contrasted with the top-level headers that might be used on those same pages.
<title>Introduction to The Mating Rituals of Bees</title>
...
<h1>Introduction</h1>
<p>This companion guide to the highly successful
<cite>Introduction to Medieval Bee-Keeping</cite> book is...
The next page might be a part of the same site. Note how the title describes the subject matter unambiguously, while the first header assumes the reader knowns what the context is and therefore won't wonder if the dances are Salsa or Waltz.
<title>Dances used during bee mating rituals</title>
...
<h1>The Dances</h1>
In HTML (as opposed to XHTML), the title element must not contain content other
than text and entities; user agents must parse the element so that
entities are recognised and processed, but all other markup is interpreted
as literal text.
In XHTML, the title element must not
contain any elements.
User agents must concatenate the contents of all the text nodes and
CDATA nodes that are direct children of the title element (ignoring any other nodes such as
comments or elements), in tree order, to get the string to use as the
document's title. User agents should use the document's title when
referring to the document in their user interface.
base elementhead element, before any
elements that use relative URIs, and only if there are no other base elements anywhere in the document. Only in
HTML documents (never in XML documents).
href
(optional)
interface HTMLBaseElement : HTMLElement { attribute DOMString href; };
The base element allows authors to
specify the document's base URI for the purposes of resolving relative
URIs.
The href
content attribute, if specified, must contain a URI (or IRI).
User agents must use the value of the href attribute on the first base element in the document as the document
entity's base URI for the purposes of section 5.1.1 of RFC 2396
("Establishing a Base URI": "Base URI within Document Content"). [RFC2396] Note that this base URI from RFC 2396 is
referred to by the algorithm given in XML Base, which is a normative part of this specification.
If the base URI given by this attribute is a relative URI, it must be resolved relative to the higher-level base URIs (i.e. the base URI from the encapsulating entity or the URI used to retrieve the entity) to obtain an absolute base URI.
The href content
attribute must be reflected by the DOM href attribute.
Authors must not use the base element
in XML documents. Authors should instead use the xml:base
attribute. [XMLBASE]
link elementhead element.
href
(optional)
rel (optional)
media
(optional)
hreflang (optional)
type
(optional)
title
(optional)
interface HTMLLinkElement : HTMLElement { attribute boolean disabled; attribute DOMString href; attribute DOMString rel; attribute DOMString media; attribute DOMString hreflang; attribute DOMString type; };
The LinkStyle
interface defined in DOM2 Style must also be implemented by this
element. [DOM2STYLE]
The link element allows authors to
indicate explicit relationships between their document and other
resources.
The destination of the link is given by the href attribute, which must be a
URI (or IRI). If the href attribute is absent, then the element does
not define a link.
The type of link indicated (the relationship) is given by the value of
the rel attribute.
The allowed values and their meanings are defined
in a later section. If the rel attribute is absent, or if the value used is
not allowed according to the definitions in this specification, then the
element does not define a link.
Two categories of links can be created using the link element. Links to external resources are links to resources
that are to be used to augment the current document, and hyperlinks are links to other
documents. The link types section defines whether
a particular link type is an external resource or a hyperlink. One element
can create multiple links (of which some might be external resource links
and some might be hyperlinks). User agents should process the links on a
per-link basis, not a per-element basis.
The exact behaviour for links to external resources depends on the exact relationship, as defined for the relevant link type. Some of the attributes control whether or not the external resource is to be applied (as defined below). For external resources that are represented in the DOM (for example, style sheets), the DOM representation must be made available even if the resource is not applied. (However, user agents may opt to only fetch such resources when they are needed, instead of pro-actively downloading all the external resources that are not applied.)
Interactive user agents should provide users with a means to follow the hyperlinks
created using the link element, somewhere within their user
interface. The exact interface is not defined by this specification, but
it should include the following information (obtained from the element's
attributes, again as defined below), in some form or another (possibly
simplified), for each hyperlink created with each link element in the document:
rel attribute)
title attribute).
href attribute).
hreflang
attribute).
media attribute).
User agents may also include other information, such as the type of the
resource (as given by the type attribute).
The media
attribute says which media the resource applies to. The value must be a
valid media query. [MQ]
If the link is a hyperlink then the media attribute is
purely advisory, and describes for which media the document in question
was designed.
However, if the link is an external resource
link, then the media attribute is prescriptive. The user agent
must only apply the external resource to views while
their state match the listed media.
The default, if the media attribute is omitted, is all,
meaning that by default links apply to all media.
The hreflang attribute gives the
language of the linked resource. It is purely advisory. The value must be
a valid RFC 3066 language code. RFC3066 User
agents must not consider this attribute authoritative — upon
fetching the resource, user agents must only use language information
associated with the resource to determine its language, not metadata
included in the link to the resource.
The type
attribute gives the MIME type of the linked resource. It is purely
advisory. The value must be a valid MIME type, optionally with parameters.
[RFC2046]
For external resource links, user agents may use the type given in this attribute to decide whether or not to consider using the resource at all. If the UA does not support the given MIME type for the given link relationship, then the UA may opt not to download and apply the resource.
User agents must not consider the type attribute authoritative — upon fetching
the resource, user agents must only use the Content-Type information
associated with the resource to determine its type, not metadata included
in the link to the resource.
If the attribute is omitted, then the UA must fetch the resource to determine its type and thus determine if it supports (and can apply) that external resource.
If a document contains three style sheet links labelled as follows:
<link rel="stylesheet" href="A" type="text/css"> <link rel="stylesheet" href="B" type="text/plain"> <link rel="stylesheet" href="C">
...then a compliant UA that supported only CSS style sheets would fetch
the A and C files, and skip the B file (since text/plain is
not the MIME type for CSS style sheets). For these two files, it would
then check the actual types returned by the UA. For those that are sent
as text/css, it would apply the styles, but for those
labelled as text/plain, or any other type, it would not.
The title
attribute gives the title of the link. With one exception, it is purely
advisory. The value is text. The exception is for style sheet links, where
the title
attribute defines alternate style sheet
sets.
The title attribute on link elements differs from the global title attribute of all the
other elements in that a link without a title does not inherit the title
of the parent element: it merely has no title.
Some versions of HTTP defined a Link: header, to
be processed like a series of link
elements. When processing links, those must be taken into consideration as
well. For the purposes of ordering, links defined by HTTP headers must be
assumed to come before any links in the document, in the order that they
were given in the HTTP entity header. Relative URIs in these headers must
be resolved according to the rules given in HTTP, not relative to base
URIs set by the document (e.g. using a base element or xml:base
attributes). [RFC2616] [RFC2068]
The DOM attributes href, rel, media, hreflang, and type each reflect the respective content attributes of
the same name.
The DOM attribute disabled only applies to
style sheet links. When the link element
defines a style sheet link, then the disabled attribute behaves as defined for the alternate stylesheets DOM. For all
other link elements it must always
return false and must do nothing on setting.
meta elementhead element.
name
(optional)
http-equiv (HTML only, optional)
content
(optional)
interface HTMLMetaElement : HTMLElement { attribute DOMString content; attribute DOMString name; };
The meta element allows authors to
specify document metadata that cannot be expressed using the title, base,
link, style, and script elements. The metadata is expressed in
terms of name/value pairs: the name attribute on the meta element gives the name, and the content
attribute on the same element gives the value.
To set metadata with meta elements,
authors must first specify a profile that defines metadata names, using
the profile attribute. The value of
the name attribute
must be defined by one of the profiles, and the value of the content attribute
must conform to the syntax given by the profile.
How user agents handle metadata set in this way depends on the definitions of the profiles involved.
If a meta element has no name attribute, it does
not set document metadata. If a meta
element has no content attribute, then the value part of the
metadata name/value pair is the empty string.
The DOM attributes name and content reflect the respective content attributes of
the same name.
The meta element may also be used, in
HTML only (not in XHTML) to provide UAs with character encoding
information for the file. To do this, the meta element must be the first element in the
head element, it must have the http-equiv
attribute set to the literal value Content-Type, and must
have the content attribute set to the literal value
text/html; charset= immediately followed by the character
encoding, which must be a valid character encoding name. [IANACHARSET]
When the meta element is used in this
way, there must be no other attributes set on the element. Other than for
giving the document's character encoding in this way, the http-equiv
attribute must not be used.
In XHTML, the XML declaration should be used for inline character encoding information.
Authors should avoid including inline character encoding information.
Character encoding information should instead be included at the transport
level (e.g. using the HTTP Content-Type header).
For HTML, user agents must use the following algorithm in determining the character encoding of a document:
meta element that specifies character encoding
information (as described above), then use that.
ISO-8859-1, windows-1252,
and UTF-8 are recommended as defaults, and can in many cases
be identified by inspection as they have different ranges of valid
bytes).
For XML documents, the algorithm user agents must use to determine the character encoding is given by the XML specification. [XML]
style elementhead element.
type attribute.
type
(optional)
media
(optional)
title
(optional)
interface HTMLStyleElement : HTMLElement { attribute booleandisabled; attribute DOMStringmedia; attribute DOMStringtype; };
The LinkStyle
interface defined in DOM2 Style must also be implemented by this
element. [DOM2STYLE]
The style element allows authors to
embed style information in their documents.
If the type
attribute is given, it must contain a MIME type, optionally with
parameters, that designates a styling language. [RFC2046] If the attribute is absent, the type
defaults to text/css. [RFC2138]
If the UA supports the given styling language, then the UA must use the given styles as appropriate for that language.
When examining types to determine if they support the language, user agents must not ignore unknown MIME parameters — types with unknown parameters must be assumed to be unsupported.
The media
attribute says which media the styles apply to. The value must be a valid
media query. [MQ] User agents must only apply the
styles to views while their state match the listed
media.
The default, if the media attribute is
omitted, is all, meaning that by default styles apply to all
media.
The title attribute on style elements defines alternate style sheet sets. If the
style element has no title attribute,
then it has no title; the title attribute of ancestors does not apply to
the style element.
For styling languages that consist of pure text, user agents must use a
concatenation of the contents of all the text nodes and CDATA nodes that
are direct children of the style
element (ignoring any other nodes such as comments or elements), in tree
order. For XML-based styling languages, user agents must use all the
children nodes of the style element as
the style.
The DOM attributes media and type each reflect the respective content attributes of
the same name.
The DOM disabled attribute behaves
as defined for the alternate stylesheets
DOM.
Sectioning elements are elements that divide the page into, for lack of a better word, sections. This section describes HTML's sectioning elements and elements that support them.
Some elements are scoped to their nearest ancestor
sectioning element. For example, address elements apply just to their section.
For such elements x, the elements that apply to a
sectioning element e are all the x
elements whose nearest sectioning element is e.
body elementhtml
element.
HTMLElement.
The body element represents the main
content of the document.
The body element potentially has a
heading. See the section on headings and
sections for further details.
Some DOM operations (for example, parts of the drag and drop model) are defined in terms of
"the body element". See the
definition of the document.body DOM
attribute for details.
section elementSectioning block-level element.
HTMLElement.
The section element represents a
generic document or application section. A section, in this context, is a
thematic grouping of content, typically with a header, possibly with a
footer.
Examples of sections would be chapters, the various tabbed pages in a tabbed dialog box, or the numbered sections of a thesis. A Web site's home page could be split into sections for an introduction, news items, contact information.
Each section element potentially
has a heading. See the section on headings and
sections for further details.
nav elementSectioning block-level element.
HTMLElement.
The nav element represents a section of
a page that links to other pages or to parts within the page: a section
with navigation links.
When used as an inline-level content container, the element represents a paragraph.
Each nav element potentially has a
heading. See the section on headings and
sections for further details.
article elementSectioning block-level element.
HTMLElement.
The article element represents a
section of a page that consists of a composition that forms an independent
part of a document, page, or site. This could be a forum post, a magazine
or newspaper article, a Web log entry, a user-submitted comment, or any
other independent item of content.
An article element is
"independent" in that its contents could stand alone, for example in
syndication. However, the element is still associated with its ancestors;
for instance, contact information that applies to a
parent body element still covers the
article as well.
When article elements are nested,
the inner article elements represent
articles that are in principle related to the contents of the outer
article. For instance, a Web log entry on a site that accepts
user-submitted comments could represent the comments as article elements nested within the article element for the Web log entry.
Author information associated with an article element (q.v. the address element) does not apply to nested
article elements.
Each article element potentially
has a heading. See the section on headings and
sections for further details.
blockquote elementSectioning block-level element, and structured inline-level element.
cite
(optional)
interface HTMLQuoteElement : HTMLElement { attribute DOMString cite; };
The HTMLQuoteElement interface is also
used by the q element.
The blockquote element
represents a section that is quoted from another source.
Content inside a blockquote must
be quoted from another source, whose URI, if it has one, should be cited
in the cite attribute.
If the cite attribute is present, it must be a URI (or
IRI). User agents should allow users to follow such citation links.
Each blockquote element
potentially has a heading. See the section on headings and sections for further details.
The cite DOM
attribute reflects the element's cite
content attribte.
The blockquote element can be
used with the ol and cite elements to mark up dialogue. This example
demonstrates this using an extract from Abbot and Costello's famous
sketch, Who's on first:
<ol>
<li> <cite>Costello</cite>
<blockquote> <p> Look, you gotta first baseman? </p> </blockquote>
<li> <cite>Abbott</cite>
<blockquote> <p> Certainly. </p> </blockquote>
<li> <cite>Costello</cite>
<blockquote> <p> Who's playing first? </p> </blockquote>
<li> <cite>Abbott</cite>
<blockquote> <p> That's right. </p> </blockquote>
<li> <cite>Costello</cite>
<blockquote> <p> When you pay off the first baseman every month, who gets the money? </p> </blockquote>
<li> <cite>Abbott</cite>
<blockquote> <p> Every dollar of it. </p> </blockquote>
</ol>
aside elementSectioning block-level element.
HTMLElement.
The aside element represents a
section of a page that consists of content that is tangentially related to
the content around the aside element,
and which could be considered separate from that content. Such sections
are often represented as sidebars in printed typography.
When used as an inline-level content container, the element represents a paragraph.
Each aside element potentially has a
heading. See the section on headings and
sections for further details.
h1, h2, h3, h4, h5, and h6
elementsHTMLElement.
These elements define headers for their sections.
The semantics and meaning of these elements are defined in the section on headings and sections.
These elements have a rank given by the number in
their name. The h1 element is said to hve
the highest rank, the h6 element has the
lowest rank, and two elements with the same name have equal rank.
These elements must not be empty.
header elementheader
ancestors.
h1, h2, h3, h4, h5, or h6 element,
but no sectioning element descendants, no header element descendants, and no footer element descendants.
HTMLElement.
The header element represents the
header of a section. Headers may contain more than just the section's
heading — for example it would be reasonable for the header to
include version history information.
header elements must not contain any
header elements, footer elements, or any sectioning elements
(such as section) as descendants.
header elements must have at least
one h1, h2, h3, h4, h5, or h6 element as a descendant.
For the purposes of document summaries, outlines, and the like, header elements are equivalent to the highest
ranked h1-h6 element
descendant (the first such element if there are multiple elements with
that rank).
Other heading elements indicate subheadings or subtitles.
Here are some examples of valid headers. In each case, the emphasised text represents the text that would be used as the header in an application extracting header data and ignoring subheadings.
<header> <h1>The reality dysfunction</h1> <h2>Space is not the only void</h2> </header>
<header> <p>Welcome to...</p> <h1>Voidwars!</h1> </header>
<header> <h1>Scalable Vector Graphics (SVG) 1.2</h1> <h2>W3C Working Draft 27 October 2004</h2> <dl> <dt>This version:</dt> <dd><a href="http://www.w3.org/TR/2004/WD-SVG12-20041027/">http://www.w3.org/TR/2004/WD-SVG12-20041027/</a></dd> <dt>Previous version:</dt> <dd><a href="http://www.w3.org/TR/2004/WD-SVG12-20040510/">http://www.w3.org/TR/2004/WD-SVG12-20040510/</a></dd> <dt>Latest version of SVG 1.2:</dt> <dd><a href="http://www.w3.org/TR/SVG12/">http://www.w3.org/TR/SVG12/</a></dd> <dt>Latest SVG Recommendation:</dt> <dd><a href="http://www.w3.org/TR/SVG/">http://www.w3.org/TR/SVG/</a></dd> <dt>Editor:</dt> <dd>Dean Jackson, W3C, <a href="mailto:dean@w3.org">dean@w3.org</a>></dd> <dt>Authors:</dt> <dd>See <a href="#authors">Author List</a></dd> </dl> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notic ... </header>
The section on headings and
sections defines how header
elements are assigned to individual sections.
The rank of a header element is the same as for an h1 element (the highest rank).
footer elementh1,
h2, h3,
h4, h5,
h6, header, or footer elements as descendants, and with no
sectioning
elements as descendants; or, inline-level content (but not both).
HTMLElement.
The footer element represents the
footer for the section it applies to. A
footer typically contains information about its section such as who wrote
it, links to related documents, copyright data, and the like.
footer elements must not contain any
footer, header, h1,
h2, h3,
h4, h5, or
h6 elements, or any of the sectioning
elements (such as section), as
descendants.
When used as an inline-level content container, the element represents a paragraph.
Contact information for the section given in a footer should be marked up using the address element.
address elementHTMLElement.
The address element represents a
paragraph of contact information for
the section it applies to.
For example, a page at the W3C Web site related to HTML might include the following contact information:
<ADDRESS> <A href="../People/Raggett/">Dave Raggett</A>, <A href="../People/Arnaud/">Arnaud Le Hors</A>, contact persons for the <A href="Activity">W3C HTML Activity</A> </ADDRESS>
The address element must not be
used to represent arbitrary addresses (e.g. postal addresses), unless
those addresses are contact information for the section. (The p element is the appropriate element for marking up
such addresses.)
The address element must not
contain information other than contact information.
For example, the following is non-conforming use of the address element:
<ADDRESS>Last Modified: 1999/12/24 23:37:50</ADDRESS>
Typically, the address element
would be included with other information in a footer element.
To determine the contact information for a sectioning element (such as
the body element, which would give the
contact information for the page), UAs must collect all the address elements that apply to that sectioning element and its
ancestor sectioning elements. The contact information is the collection of
all the information given by those elements.
Contact information for one sectioning element, e.g. a
aside element, does not apply to its
ancestor elements, e.g. the page's body.
The h1-h6 elements and the header element are headings.
The first heading in a sectioning element gives the header for that section. Subsequent headers of equal or higher rank start new (implied) sections, headers of lower rank start subsections that are part of the previous one.
Sectioning elements other than blockquote are always considered
subsections of their nearest ancestor sectioning element, regardless of
what implied sections other headings may have created. However, blockquote elements are associated
with implied sections. Effectively, blockquote elements act like sections on
the inside, and act opaquely on the outside.
For the following fragment:
<body> <h1>Foo</h1> <h2>Bar</h2> <blockquote> <h3>Bla</h3> </blockquote> <p>Baz</p> <h2>Quux</h2> <section> <h3>Thud</h3> </section> <p>Grunt</p> </body>
...the structure would be:
body
section)
blockquote section)
section section)
Notice how the blockquote nests
inside an implicit section while the section does not (and in fact, ends the
earlier implicit section so that a later paragraph is back at the top
level).
Sections may contain headers of any rank, but authors are strongly encouraged to
either use only h1 elements, or to use
elements of the appropriate rank for the
section's nesting level.
Authors are also encouraged to explictly wrap sections in sectioning elements, instead of relying on the implicit sections generated by having multiple heading in one sectioning element.
For example, the following is correct:
<body> <h4>Apples</h4> <p>Apples are fruit.</p> <section> <h2>Taste</h2> <p>They taste lovely.</p> <h6>Sweet</h6> <p>Red apples are sweeter than green ones.</p> <h1>Colour</h1> <p>Apples come in various colours.</p> </section> </body>
However, the same document would be more clearly expressed as:
<body> <h1>Apples</h1> <p>Apples are fruit.</p> <section> <h2>Taste</h2> <p>They taste lovely.</p> <section> <h3>Sweet</h3> <p>Red apples are sweeter than green ones.</p> </section> </section> <section> <h2>Colour</h2> <p>Apples come in various colours.</p> </section> </body>
Both of the documents above are semantically identical and would produce the same outline in compliant user agents.
HTML documents can be viewed as a tree of sections, which defines how each element in the tree is semantically related to the others, in terms of the overall section structure. This tree is related to the document tree, but there is not a one-to-one relationship between elements in the DOM and the document's sections.
The tree of sections should be used when generating document outlines, for example when generating tables of contents.
To derive the tree of sections from the document tree, a hypothetical
tree is used, consisting of a view of the document tree containing only
the h1-h6
and header elements, and the
sectioning elements other than blockquote. Descendants of h1-h6, header, and blockquote elements must be removed from
this view.
The hypothetical tree must be rooted at the root element or at a sectioning element.
In particular, while the sections inside blockquotes do not contribute to the
document's tree of sections, blockquotes can have outlines of their own.
UAs must take this hypothetical tree (which will become the outline) and
mutate it by walking it depth first in tree order and, for each h1-h6 or header element that is not the first element of
its parent sectioning element, inserting a new sectioning element, as
follows:
header
element, or if it is an h1-h6 node of rank
equal to or higher than the first element in the parent sectioning
element (assuming that is also an h1-h6 node), or if
the first element of the parent sectioning element is a sectioning
element:
header element, or h1-h6 of equal or
higher rank, whichever comes first, into
the new sectioning element, then insert the new sectioning element where
the current header was.
The outline is then the resulting hypothetical tree. The ranks of the headers become irrelevant at this point: each sectioning element in the hypothetical tree contains either no or one heading element child. If there is one, then it gives the section's heading, of there isn't, the section has no heading.
Sections are nested as in the hypothetical tree. If a sectioning element is a child of another, that means it is a subsection of that other section.
When creating an interactive table of contents, entries should jump the user to the relevant section element, if it was a real element in the original document, or to the heading, if the section element was one of those created during the above process.
Selecting the first section of the document therefore
always takes the user to the top of the document, regardless of where the
first header in the body is to be found.
The hypothetical tree (before mutations) could be generated by creating
a TreeWalker with the following NodeFilter
(described here as an anonymous ECMAScript function). [DOMTR] [ECMA262]
function (n) {
// This implementation only knows about HTML elements.
// An implementation that supports other languages might be
// different.
// Reject anything that isn't an element.
if (n.nodeType != Node.ELEMENT_NODE)
return NodeFilter.FILTER_REJECT;
// Skip any descendants of headings.
if (n.parentNode && n.parentNode.namespaceURI == 'http://www.w3.org/1999/xhtml') &&
(n.parentNode.localName == 'h1' || n.parentNode.localName == 'h2' ||
n.parentNode.localName == 'h3' || n.parentNode.localName == 'h4' ||
n.parentNode.localName == 'h5' || n.parentNode.localName == 'h6' ||
n.parentNode.localName == 'header')
return NodeFilter.FILTER_REJECT;
// Skip any blockquotes.
if (n.namespaceURI == 'http://www.w3.org/1999/xhtml') &&
(n.localName == 'blockquote'))
return NodeFilter.FILTER_REJECT;
// Accept HTML elements in the list given in the prose above.
if ((n.namespaceURI == 'http://www.w3.org/1999/xhtml') &&
(n.localName == 'body' || /*n.localName == 'blockquote' ||*/
n.localName == 'section' || n.localName == 'navigation' ||
n.localName == 'article' || n.localName == 'aside' ||
n.localName == 'h1' || n.localName == 'h2' ||
n.localName == 'h3' || n.localName == 'h4' ||
n.localName == 'h5' || n.localName == 'h6' ||
n.localName == 'header'))
return NodeFilter.FILTER_ACCEPT;
// Skip the rest.
return NodeFilter.FILTER_SKIP;
}
Given a particular node, user agents must use the following algorithm, in the given order, to determine which heading and section the node is most closely associated with. The processing of this algorithm must stop as soon as the associated section and heading are established (even if they are established to be nothing).
header element, then the associated heading is
the most distant such ancestor. The associated section is that header's associated section (i.e. repeat this
algorithm for that header).
h1-h6 element,
then the associated heading is the most distant such ancestor. The
associated section is that heading's section (i.e. repeat this algorithm
for that heading element).
h1-h6 element or a header element, then the associated heading is
the element itself. The UA must then generate the hypothetical section tree described in the previous
section, rooted at the nearest section ancestor (or the root element if there is no such
ancestor). If the parent of the heading in that hypothetical tree is an
element in the real document tree, then that element is the associated
section. Otherwise, there is no associated section element.
h1-h6 element or a header element, then that element is the
associated heading. Otherwise, there is no associated heading element.
footer or
address element, then the associated
section is the nearest ancestor sectioning element, if there is one. The
node's associated heading is the same as that sectioning element's
associated heading (i.e. repeat this algorithm for that sectioning
element). If there is no ancestor sectioning element, the element has no
associated section nor an associated heading.
h1-h6 elements, header elements, the node itself, and
sectioning elements other than blockquote elements. (Descendants of any
of the nodes in this view can be ignored, as can any node later in the
tree than the node in question, as the algorithm below merely walks
backwards up this view.)
h1 or header
element, then return that element as the answer.
h2-h6 element,
and heading candidates are not being searched for, then return that
element as the answer.
h2-h6 element,
and either c is still null, or c is a heading of lower rank than this one, then set c to be this element, and continue going backwards
through the previous siblings.
h1-h6 element or a
header element, then the associated
heading is that element and the associated section is that heading
element's associated section (i.e. repeat this algorithm for that
heading).
Not all nodes have an associated header or section. For example, if a section is implied, as when multiple headers are found in one sectioning element, then a node in that section has an anonymous associated section (its section is not represented by a real element), and the algorithm above does not associate that node with any particular sectioning element.
For the following fragment:
<body> <h1>X</h1> <h2>X</h2> <blockquote> <h3>X</h3> </blockquote> <p id="a">X</p> <h4>Text Node A</h4> <section> <h5>X</h5> </section> <p>Text Node B</p> </body>
The associations are as follows (not all associations are shown):
| Node | Associated heading | Associated section |
|---|---|---|
<body>
| <h1>
| <body>
|
<h1>
| <h1>
| <body>
|
<h2>
| <h2>
| None. |
<blockquote>
| <h2>
| None. |
<h3>
| <h3>
| <blockquote>
|
<p id="a">
| <h2>
| None. |
Text Node A
| <h4>
| None. |
Text Node B
| <h1>
| <body>
|
A paragraph is typically a block of text with one or more sentences that discuss a particular topic, as in typography, but can also be used for more general thematic grouping. For instance, an address is also a paragraph, as is a part of a form, a byline, or a stanza in a poem.
Paragraphs can be represented by several elements. The address element always represents a paragraph
of contact information for its section, the aside, nav,
footer, li, and dd elements
represent paragraphs with various specific semantics when they are used as inline-level
content containers, and the p
element represents all the other kinds of paragraphs, for which there are
no dedicated elements.
p elementHTMLElement.
The p element represents a paragraph.
p elements can contain a mixture of
strictly inline-level content, such
as text, images, hyperlinks, etc, and structured inline-level elements, such as
lists, tables, and block quotes. p elements
must not be empty.
The following examples are conforming HTML fragments:
<p>The little kitten gently seated himself on a piece of carpet. Later in his life, this would be referred to as the time the cat sat on the mat.</p>
<fieldset> <legend>Personal information</legend> <p> <label>Name: <input name="n"></label> <label><input name="anon" type="checkbox"> Hide from other users</label> </p> <p><label>Address: <textarea name="a"></textarea></label></p> </fieldset>
<p>There was once an example from Femley,<br> Whose markup was of dubious quality.<br> The validator complained,<br> So the author was pained,<br> To move the error from the markup to the rhyming.</p>
The p element should not be used when a
more specific element is more appropriate.
The following example is technically correct:
<section> <!-- ... --> <p>Last modified: 2001-04-23</p> <p>Author: fred@example.com</p> </section>
However, it would be better marked-up as:
<section> <!-- ... --> <footer>Last modified: 2001-04-23</footer> <address>Author: fred@example.com</address> </section>
Or:
<section> <!-- ... --> <footer> <p>Last modified: 2001-04-23</p> <address>Author: fred@example.com</address> </footer> </section>
hr elementthematic separator. break. transition. hinge realignment. reconstruction, refinement, remodeling, reversal, revision, revolution. Maybe an 'html respite' or a 'hypertext rest'? .
pre elementBlock-level element, and structured inline-level element.
HTMLElement.
The pre element represents a block of
preformatted text, in which structure is represented by typographic
conventions rather than by elements.
Some examples of cases where the pre
element could be used:
If, ignoring text nodes consisting only of white space, the only child
of a pre is a code element, then the pre element represents a block of computer code.
If, ignoring text nodes consisting only of white space, the only child
of a pre is a samp element, then the pre element represents a block of computer output.
ol elementBlock-level element, and structured inline-level element.
li elements.
start (optional)
interface HTMLOListElement : HTMLElement { attribute long start; };
The ol element represents an ordered
list of items (which are represented by li
elements).
The start attribute, if present, must
have a value that consists of an optional U+002D HYPHEN-MINUS followed by
one or more digits (U+0030 to U+0039) expressing a base ten integer giving
the ordinal value of the first list item.
If the start attribute is present,
user agents must convert the value to a numeric
type, truncating any fractional part, in order to determine the
attribute's value. The default value, used if the attribute is missing or
if the value cannot be converted to a number according to the referenced
algorithm, is 1.
The items of the list are the li element
child nodes of the ol element, in tree
order.
The first item in the list has the ordinal value given by the ol element's start attribute (unless it is further overridden
by that li element's value attribute).
Each subsequent item in the list has the ordinal value given by its
value attribute, if it has one, or, if
it doesn't, the ordinal value of the previous item, plus one.
The start DOM
attribute must reflect the value of
the start content attribute.
ul elementBlock-level element, and structured inline-level element.
li elements.
HTMLElement.
The ul element represents an unordered
list of items (which are represented by li
elements).
The items of the list are the li element
child nodes of the ul element.
li elementol elements.
ul elements.
menu elements.
ol
or ul element and the grandchild of an
element that is being used as an inline-level content
container, or, when the element is a child of a menu element: inline-level content.
ol
element: value (optional)
ol element: None.
interface HTMLLIElement : HTMLElement { attribute long value; };
The li element represents a list item.
When the list item is the child of an ol
or ul element, the content model of the
item depends on the way that parent element was used. If it was used as
structured inline content (i.e. if that element's parent was
used as an
inline-level content container), then the li element must only contain inline-level content. Otherwise, the
element may be used either for inline content or block-level elements.
When the list item is the child of a menu element, the li element must contain only inline-level content.
When the list item is not the child of an ol, ul, or menu element, e.g. because it is an orphaned node
not in the document, it may contain either for inline content or block-level elements.
When used as an inline-level content container, the list item represents a single paragraph.
The value attribute, if present, must
have a value that consists of an optional U+002D HYPHEN-MINUS followed by
one or more digits (U+0030 to U+0039) expressing a base ten integer giving
the ordinal value of the first list item.
If the value attribute is present,
user agents must convert the value to a numeric
type, truncating any fractional part, in order to determine the
attribute's value. If the attribute's value cannot be converted to a
number, it is treated as if the attribute was absent. The attribute has no
default value.
The value attribute is processed by
the parent ol element, if there is one. If
there is not, the attribute has no effect.
The value DOM
attribute must reflect the value of
the value content attribute.
dl elementBlock-level element, and structured inline-level element.
dt elements followed by one or mode dd elements.
HTMLElement.
The dl element introduces an unordered
association list consisting of zero or more name-value groups. Each group
must consist of one or more names (dt
elements) followed by one or more values (dd elements).
Name-value groups may be terms and definitions, metadata topics and values, or any other groups of name-value data.
The following are all conforming HTML fragments.
In the following example, one entry ("Authors") is linked to two values ("John" and "Luke").
<dl> <dt> Authors <dd> John <dd> Luke <dt> Editor <dd> Frank </dl>
In the following example, one definition is linked to two terms.
<dl> <dt lang="en-US"> color </dt> <dt lang="en-GB"> colour </dt> <dd> A sensation which (in humans) derives from the ability of the fine structure of the eye to distinguish three differently filtered analyses of a view. </dd> </dl>
The following example illustrates the use of the dl element to mark up metadata of sorts. At the
end of the example, one group has two metadata labels ("Authors" and
"Editors") and two values ("Robert Rothman" and "Daniel Jackson").
<dl> <dt> Last modified time </dt> <dd> 2004-12-23T23:33Z </dd> <dt> Recommended update interval </dt> <dd> 60s </dd> <dt> Authors </dt> <dt> Editors </dt> <dd> Robert Rothman </dd> <dd> Daniel Jackson </dd> </dl>
If a dl element is empty, it contains no
groups.
If a dl element contains non-whitespace
text nodes, or elements other than dt and
dd, then those elements or text nodes do
not form part of any groups in that dl,
and the document is non-conforming.
If a dl element contains only dt elements, then it consists of one group with
names but no values, and the document is non-conforming.
If a dl element contains only dd elements, then it consists of one group with
values but no names, and the document is non-conforming.
The dl element is
inappropriate for marking up dialogue, since dialogue is ordered (each
speaker/line pair comes after the next). For an example of how to mark up
dialogue, see the blockquote
element.
dt elementdd elements inside dl elements.
HTMLElement.
The dt element represents the term, or
name, part of a name-value group in a dl
element.
The dt element itself does
not indicate that its contents are a term being defined, but this can be
indicated using the dfn element.
dd elementdt elements inside dl elements.
dl
element and the grandchild of an element that is being used as an inline-level content
container: inline-level
content.
HTMLElement.
The dd element represents the
definition, or value, part of a name-value group in a dl element.
The content model of a dd element
depends on the way its parent element is being used. If the parent element
is a dl element that is being used as
structured inline content (i.e. if the dl
element's parent element is being used as an inline-level content
container), then the dd element must only
contain inline-level content.
Otherwise, the element may be used either for inline content or block-level elements.
a elementInteractive, strictly inline-level content.
href (optional)
rel (optional)
media
(optional)
hreflang
(optional)
type (optional)
interface HTMLAnchorElement : HTMLElement { attribute DOMString href; attribute DOMString rel; attribute DOMString media; attribute DOMString hreflang; attribute DOMString type; };
If the a element has an href attribute, then it represents
a hyperlink.
If the a element has no href attribute, then the
element is a placeholder for where a link might otherwise have been
placed, if it had been relevant.
If a site uses a consistent navigation toolbar on every page, then the
link that would normally link to the page itself could be marked up using
an a element:
<nav> <ul> <li> <a href="/">Home</a> </li> <li> <a href="/news">News</a> </li> <li> <a>Examples</a> </li> <li> <a href="/legal">Legal</a> </li> </ul> </nav>
The href
attribute, if present, must have a value that is a URI (or IRI).
The relationship between the document containing the hyperlink and the
destination resource indicated by the hyperlink is given by the value of
the rel attribute.
The allowed values and their meanings are defined
in a later section. The rel attribute has no default value. If the
attribute is omitted or if none of the values in the attribute are
recognised by the UA, then the document has no particular relationship
with the destination resource other than there being a hyperlink between
the two.
Interactive user agents should allow users to follow hyperlinks created
using the a element. The rel, media, hreflang, and
type attributes may
be used to indicate to the user the likely nature of the target resource.
The media
attribute describes for which media the target document was designed. It
is purely advisory. The value must be a valid media query. [MQ] The default, if the media attribute is omitted or has an invalid
value, is all.
The hreflang attribute, if present,
gives the language of the linked resource. It is purely advisory. The
value must be a valid RFC 3066 language code. RFC3066 User agents must not consider this
attribute authoritative — upon fetching the resource, user agents
must only use language information associated with the resource to
determine its language, not metadata included in the link to the resource.
The type
attribute, if present, gives the MIME type of the linked resource. It is
purely advisory. The value must be a valid MIME type, optionally with
parameters. [RFC2046] User agents must not
consider the type
attribute authoritative — upon fetching the resource, user agents
must only use the Content-Type information associated with the resource to
determine its type, not metadata included in the link to the resource.
The a element must not be empty.
The DOM attributes href, rel, media, hreflang, and type each reflect the respective content attributes of
the same name.
em elementStrictly inline-level content.
HTMLElement.
The em element represents stress
emphasis of its contents.
The level of emphasis that a particlar piece of content has is given by
its number of ancestor em elements.
The placement of emphasis changes the meaning of the sentence. The element thus forms an integral part of the content. The precise way in which emphasis is used in this way depends on the language.
These examples show how changing the emphasis changes the meaning. First, a general statement of fact, with no emphasis:
<p>Cats are cute animals.</p>
By emphasising the first word, the statement implies that the kind of animal under discussion is in question (maybe someone is asserting that dogs are cute):
<p><em>Cats</em> are cute animals.</p>
Moving the emphasis to the verb, one highlights that the truth of the entire sentence is in question (maybe someone is saying cats are not cute):
<p>Cats <em>are</em> cute animals.</p>
By moving it to the adjective, the exact nature of the the cats is reasserted (maybe someone suggested cats were mean animals):
<p>Cats are <em>cute</em> animals.</p>
Similarly, if someone asserted that cats were vegetables, someone correcting this might emphasise the last word:
<p>Cats are cute <em>animals</em>.</p>
By emphasising the entire sentence, it becomes clear that the speaker is fighting hard to get the point across. This kind of emphasis also typically affects the punctuation, hence the exclamation mark here.
<p><em>Cats are cute animals!</em></p>
Anger mixed with emphasising the cuteness could lead to markup such as:
<p><em>Cats are <em>cute</em> animals!</em></p>
strong elementStrictly inline-level content.
HTMLElement.
The strong element represents strong
importance for its contents.
The relative level of importance of a piece of content is given by its
number of ancestor strong elements;
each strong element increases the
importance of its contents.
Changing the importance of a piece of text with the strong element does not change the meaning of
the sentence.
Here is an example of a warning notice in a game, with the various parts marked up according to how important they are:
<p><strong>Warning.</strong> This dungeon is dangerous. <strong>Avoid the ducks.</strong> Take any gold you find. <strong><strong>Do not take any of the diamonds</strong>, they are explosive and <strong>will destroy anything within ten meters.</strong></strong> You have been warned.</p>
small elementStrictly inline-level content.
HTMLElement.
The small element represents small
print (part of a document often describing legal restrictions, such as
copyrights or other disadvantages), or other side comments.
The small element does
not "de-emphasise" or lower the importance of text emphasised by the
em element or marked as important with the
strong element.
In this example the footer contains contact information and a copyright.
<footer> <address> For more details, contact <a href="mailto:js@example.com">John Smith</a>. </address> <p><small>© copyright 2038 Example Corp.</small></p> </footer>
In this second example, the small
element is used for a side comment.
<p>Example Corp today announced record profits for the second quarter <small>(Full Disclosure: Foo News is a subsidiary of Example Corp)</small>, leading to speculation about a third quarter merger with Demo Group.</p>
In this last example, the small
element is marked as being important small print.
<p><strong><small>Continued use of this service will result in a kiss.</small></strong></p>
m elementStrictly inline-level content.
HTMLElement.
The m element represents a run of text
marked or highlighted.
Should we just repurpose u or
b for this semantic instead? What would they stand for?
In the following snippet, a paragraph of text refers to a specific part of a code fragment.
<p>The highlighted part below is where the error lies:</p> <pre><code>var i: Integer; begin i := <m>1.1</m>; end.</code></pre>
Another example of the m element is
highlighting parts of a document that are matching some search string. If
someone looked at a document, and the server knew that the user was
searching for the word "kitten", then the server might return the
document with one paragraph modified as follows:
<p>I also have some <m>kitten</m>s who are visiting me these days. They're really cute. I think they like my garden!</p>
abbr elementStrictly inline-level content.
title
(optional)
HTMLElement.
The abbr element represents an
abbreviation or acronym. The title attribute should be used
to provide an expansion of the abbreviation. If present, the attribute
must only contain an expansion of the abbreviation.
The paragraph below contains an abbreviation marked up with the
abbr element.
<p>The <abbr title="Web Hypertext Application Technology Working Group">WHATWG</abbr> is a loose unofficial collaboration of Web browser manufacturers and interested parties who wish to develop new technologies designed to allow authors to write and deploy Applications over the World Wide Web.</p>
The title
attribute may be omitted if there is a dfn element in the document whose defining term is the abbreviation (the
textContent of the abbr element).
In the example below, the word "Zat" is used as an abbreviation in the
second paragraph. The abbreviation is defined in the first, so the
explanatory title attribute has been omitted. Because of
the way dfn elements are defined, the
second abbr element in this example
would be connected (in some UA-specific way) to the first.
<p>The <dfn><abbr>Zat</abbr></dfn>, short for Zat'ni'catel, is a weapon.</p> <p>Jack used a <abbr>Zat</abbr> to make the boxes of evidence disappear.</p>
dfn elementStrictly inline-level content.
dfn elements.
dfn
elements.
title
(optional)
HTMLElement.
The dfn element represents the defining
instance of a term. The paragraph,
definition list group, or section that
contains the dfn element contains the
definition for the term given by the contents of the dfn element.
dfn elements must not be nested.
Defining term: If the dfn element has a title attribute, then the exact
value of that attribute is the term being defined. Otherwise, if it
contains exactly one element child node and no child text nodes, and that
child element is an abbr element with a
title
attribute, then the exact value of that attribute is the term
being defined. Otherwise, it is the exact textContent of the dfn element that gives the term being defined.
If the title
attribute of the dfn element is present,
then it must only contain the term being defined.
There must only be one dfn element per
document for each term defined (i.e. there must not be any duplicate terms).
The title attribute of ancestor elements does not
affect dfn elements.
The dfn element enables automatic
cross-references. Specifically, any span, abbr,
code, var, samp, or
i element that has a non-empty title attribute whose
value exactly equals the term of a dfn
element in the same document, or which has no title attribute but whose textContent exactly equals the term of a dfn element in the document, and that has no
interactive elements or dfn elements either as ancestors or descendants,
and has no other elements as ancestors that are themselves matching these
conditions, should be presented in such a way that the user can jump from
the element to the first dfn element
giving the defining instance of that term.
In the following fragment, the term "DHD" is first defined in the first
paragraph, then used in the second. A compliant UA could provide a link
from the abbr element in the second
paragraph to the dfn element in the
first.
<p>The <dfn><abbr title="Dial Home Device">DHD</abbr></dfn> is a device that allows off-world teams to open the iris.</p> <!-- ... later in the document: --> <p>Teal'c activated his <abbr title="Dial Home Device">DHD</abbr> and so Hammond ordered the iris to be opened.</p>
i elementStrictly inline-level content.
HTMLElement.
The i element represents an instance of
the use of a term, such as a taxonomic designation, technical term, an
idiomatic phrase from another language, or similar.
Terms in languages different from the main text should be annotated with
lang attributes (xml:lang in XML).
The examples below show uses of the i
element:
<p>The <i>felis silvestris catus</i> is cute.</p> <p>The <i>block-level elements</i> are defined above.</p> <p>There is a certain <i lang="fr">je ne sais quoi</i> in the air.</p>
The i element is not
appropriate for marking up names (e.g. of people, or of ships).
code elementStrictly inline-level content.
HTMLElement.
The code element represents a fragment
of computer code. This could be an XML element name, a filename, a
computer program, or any other string that a computer would recognise.
See the pre element for
more detais.
The following example shows how a block of code could be marked up
using the pre and code elements.
<pre><code>var i: Integer; begin i := 1; end.</code></pre>
var elementStrictly inline-level content.
HTMLElement.
The var element represents a variable.
This could be an actual variable in a mathematical expression or
programming context, or it could just be a term used as a placeholder in
prose.
In the paragraph below, the letter "n" is being used as a variable in prose:
<p>If there are <var>n</var> pipes leading to the ice cream factory then I expect at <em>least</em> <var>n</var> flavours of ice cream to be available for purchase!</p>
samp elementStrictly inline-level content.
HTMLElement.
The samp element represents (sample)
output from a program or computing system.
See the pre and kbd elements for more detais.
This example shows the samp element
being used inline:
<p>The computer said <samp>Too much cheese in tray two</samp> but I didn't know what that meant.</p>
This second example shows a block of sample output. Nested samp and kbd
elements allow for the styling of specific elements of the sample output
using a stylesheet.
<pre><samp><samp class="prompt">jdoe@mowmow:~$</samp> <kbd>ssh demo.example.com</kbd> Last login: Tue Apr 12 09:10:17 2005 from mowmow.example.com on pts/1 Linux demo 2.6.10-grsec+gg3+e+fhs6b+nfs+gr0501+++p3+c4a+gr2b-reslog-v6.189 #1 SMP Tue Feb 1 11:22:36 PST 2005 i686 unknown <samp class="prompt">jdoe@mowmow:~$</samp> <samp class="cursor">_</samp></samp></pre>
kbd elementStrictly inline-level content.
HTMLElement.
The kbd element represents user input
(typically keyboard input, although it may also be used to represent other
input, such as voice commands).
When the kbd element is nested inside a
samp element, it represents the input as
it was echoed by the system.
When the kbd element contains
a samp element, it represents input
based on system output, for example invoking a menu item.
When the kbd element is nested inside
another kbd element, it represents an
actual key or other single unit of input as appropriate for the input
mechanism.
Here the kbd element is used to
indicate keys to press:
<p>To make George eat an apple, press <kbd><kbd>Shift</kbd>+<kbd>F3</kbd></kbd></p>
In this second example, the user is told to pick a particular menu
item. The outer kbd element marks up a
block of input, with the inner kbd
elements representing each individual step of the input, and the samp elements inside them indicating that the
steps are input based on something being displayed by the system, in this
case menu labels:
<p>To make George eat an apple, select
<kbd><kbd><samp>File</samp></kbd>|<kbd><samp>Eat Apple...</samp></kbd></kbd>
</p>
sup and sub
elementsStrictly inline-level content.
HTMLElement.
The sup element represents a
superscript and the sub element
represents a subscript.
These elements must only be used to mark up typographical conventions
with specific meanings, not for typographical presentation for
presentation's sake. For example, it would be inappropriate for the
sup and sub elements to be used in the name of the LaTeX
document preparation system. In general, authors should not use these
elements if the absence of those elements would not change the
meaning of the content.
When the sub element is used inside a
var element, it represents the subscript
that identifies the variable in a family of variables.
<p>The coordinate of the <var>i</var>th point is (<var>x<sub><var>i</var></sub></var>, <var>y<sub><var>i</var></sub></var>). For example, the 10th point has coordinate (<var>x<sub>10</sub></var>, <var>y<sub>10</sub></var>).</p>
In certain languages, superscripts are part of the typographical conventions for some abbreviations.
<p>The most beautiful women are <span lang="fr"><abbr>M<sup>lle</sup></abbr> Gwendoline</span> and <span lang="fr"><abbr>M<sup>me</sup></abbr> Denise</span>.</p>
Mathematical expressions often use subscripts and superscripts. Authors
are encouraged to use MathML for marking up mathematical, but authors may
opt to use sub and sup if detailed mathematical markup is not
desired. [MathML]
<var>E</var>=<var>m</var><var>c</var><sup>2</sup>
f(<var>x</var>, <var>n</var>) = log<sub>4</sub><var>x</var><sup><var>n</var></sup>
q elementStrictly inline-level content.
cite (optional)
q element uses the HTMLQuoteElement interface.
The q element represents a part of a
paragraph quoted from another source.
Content inside a q element must be quoted
from another source, whose URI, if it has one, should be cited in the cite attribute.
If the cite
attribute is present, it must be a URI (or IRI). User agents should allow
users to follow such citation links.
cite elementStrictly inline-level content.
HTMLElement.The cite element represents a
citation: the source, or reference, for a quote or statement made in the
document.
A citation is not a quote (for which the
q element is appropriate).
This is incorrect usage:
<p><cite>This is wrong!</cite>, said Ian.</p>
This is the correct way to do it:
<p><q>This is correct!</q>, said <cite>Ian</cite>.</p>
This is also wrong, because the title and the name are not references or citations:
<p>My favourite book is <cite>The Reality Dysfunction</cite> by <cite>Peter F. Hamilton</cite>.</p>
span elementStrictly inline-level content.
HTMLElement.
The span element doesn't mean anything
on its own, but can be useful when used together with other attributes,
e.g. lang or dir.
bdo elementStrictly inline-level content.
dir global attribute is
required on this element.
HTMLElement.
The bdo element allows authors to
override the Unicode bidi algorithm by explicitly specifying a direction
override. [BIDI]
Authors must specify the dir attribute
on this element, with the value ltr to specify a
left-to-right override and with the value rtl to specify a
right-to-left override.
If the element has the dir attribute set
to the exact value ltr, then for the purposes of the bidi
algorithm, the user agent must act as if there was a U+202D LEFT-TO-RIGHT
OVERRIDE character at the start of the element, and a U+202C POP
DIRECTIONAL FORMATTING at the end of the element.
If the element has the dir attribute set
to the exact value rtl, then for the purposes of the bidi
algorithm, the user agent must act as if there was a U+202E RIGHT-TO-LEFT
OVERRIDE character at the start of the element, and a U+202C POP
DIRECTIONAL FORMATTING at the end of the element.
The requirements on handling the bdo
element for the bidi algorithm may be implemented indirectly through the
style layer. For example, an HTML+CSS user agent should implement these
requirements by implementing the CSS unicode-bidi property.
[CSS21]
br elementStrictly inline-level content.
HTMLElement.
The br element represents a line break.
br elements must be empty. Any content
inside br elements must not be considered
part of the surrounding text.
br elements must only be used for line
breaks that are actually part of the content, as in poems or addresses.
The following example is correct usage of the br element:
<p>P. Sherman<br> 42 Wallaby Way<br> Sydney</p>
br elements must not be used for
separating thematic groups in a paragraph.
The following examples are non-conforming, as they abuse the br element:
<p><a ...>34 comments.</a><br> <a ...>Add a comment.<a></p>
<p>Name: <input name="name"><br> Address: <input name="address"></p>
Here are alternatives to the above, which are correct:
<p><a ...>34 comments.</a></p> <p><a ...>Add a comment.<a></p>
<p>Name: <input name="name"></p> <p>Address: <input name="address"></p>
The ins and del elements represent edits to the document.
ins elementBlock-level element, and strictly inline-level content.
ins elements, and
del elements: same content model as the
parent element, with the additional restriction that if the parent
element allows a choice in content models (e.g. block or inline) then if
all the children of all the sibling ins
elements were placed directly in the parent element, the document would
still be conforming.
cite
(optional)
datetime (optional)
HTMLModElement
interface.
The ins element represents an addition
to the document.
The ins element must be used only where
block-level elements or strictly inline-level content can be used.
An ins element must only contain
content that would still be conformant if all ins elements were replaced by their contents.
The following would be syntactically legal:
<aside> <ins> <p>...</p> </ins> </aside>
As would this:
<aside> <ins> <em>...</em> </ins> </aside>
However, this last example would be illegal, as em and p cannot
both be used inside an aside element
at the same time:
<aside> <ins> <p>...</p> </ins> <ins> <em>...</em> </ins> </aside>
del elementBlock-level element, and strictly inline-level content.
cite
(optional)
datetime (optional)
HTMLModElement
interface.
The del element represents a removal
from the document.
The del element must only contain
content that would be allowed inside the parent element (regardless of
what the parent element actually contains).
The following would be syntactically legal:
<aside> <del> <p>...</p> </del> <ins> <em>...</em> </ins> </aside>
...even though the p and em elements would never be allowed side by side in
the aside element. This is allowed
because the del element represents
content that was removed, and it is quite possible that an edit could
cause an element to go from being an inline-level container to a
block-level container, or vice-versa.
ins and del elementsThe cite
attribute may be used to specify a URI that explains the change. When that
document is long, for instance the minutes of a meeting, authors are
encouraged to include a fragment identifier pointing to the specific part
of that document that discusses the change.
If the cite
attribute is present, it must be a URI (or IRI) that explains the change.
User agents should allow users to follow such citation links.
The datetime attribute may be
used to specify the time and date of the change.
If the datetime attribute is present, it must have a
value consisting of four digits representing the year, a literal hyphen,
two digits representing the month, a literal hyphen, two digits
representing the day, a literal T, two digits for the hour, a colon, two
digits for the minutes, another colon, two digits for the seconds,
optionally a decimal point followed by one or more digits for the fraction
of a second, and finally either a literal Z, or, a plus sign or a minus
sign followed by two digits for the hour offset, a colon, and two digits
for the minute offset.
In other words: YYYY-MM-DDThh:mm:ss.sTZ
Digits must be in the range 0-9 (U+0030 to U+0039), interpreted in base ten. The hyphen must be U+002D, the T must be U+0054, the colon must be U+003A, the Z must be U+005A, the plus must be U+002B, and the minus U+002D (same as the hyphen).
To interpret this value, user agents must first check to see if the value matches the pattern described here. If it does, then the values must be extracted and interpreted as a date and time with a timezone offset, as per ISO 8601. [ISO8601]
If the attribute value does not match the format, or, if the date or time given is not a valid date and time (e.g. because the month is out of range) then the user agent must ignore the attribute (the modification has no associated timestamp).
The ins and del elements must implement the HTMLModElement interface:
interface HTMLModElement : HTMLElement { attribute DOMString cite; attribute DOMString datetime; };
The cite and
datetime
DOM attributes should reflect the elements' content attributes of the same
name.
img elementStrictly inline-level content.
src (required)
alt (required)
height (optional)
width (optional)
usemap (optional)
ismap (optional)
interface HTMLImageElement : HTMLElement { attribute DOMString src; attribute DOMString alt; attribute long height; attribute long width; attribute boolean isMap; attribute DOMString useMap; };
The img element represents a piece of
text with an alternate graphical representation. The text is given by the
alt attribute, and the URI to the graphical representation of
that text is given by the src attribute.
This section is (obviously) incomplete.
This section will contain definitions of the
table element and so forth.
This section will contain definitions of the
form element and so forth.
script elementBlock-level element, strictly inline-level content, and metadata element.
head element.
src attribute, depends on the value of the type attribute.
src attribute, the element must be empty.
src (optional)
type
(optional)
interface HTMLScriptElement : HTMLElement { attribute DOMStringtext; attribute DOMStringsrc; attribute DOMStringtype; };
The script element allows authors to
include dynamic script in their documents.
When the src
attribute is set, the script element
refers to an external file, which must (if it uses a supported scripting
language) be downloaded and executed. The user agent must delay the
execution of other scripts associated with the page that are invoked
during the download (e.g. event handlers) until after the external script
has been downloaded and executed.
The language of the script is given by the type attribute. The value must
be a valid MIME type, optionally with parameters. [RFC2046]
For script elements that have the
src attribute set,
user agents may use the type given in this attribute to decide whether or
not to consider using the resource at all. If the UA does not support the
given MIME type as a scripting language, then the UA may opt not to
download the script.
User agents must not consider the type attribute authoritative, however —
upon fetching the script, user agents must only use the Content-Type
information associated with it to determine whether or not to execute it;
user agents must not use the type attribute in the document to determine the
actual type of the script.
If the type
attribute is omitted but the src attribute is set, then the UA must fetch the
resource to determine its type and thus determine if it supports (and can
execute) that external script.
If the src
attribute is not set, then the script is given by the contents of the
element. The language is given by the type attribute. If it is omitted, then the
default is the ECMAScript MIME type.
When examining types to determine if they support the language, user agents must not ignore unknown MIME parameters — types with unknown parameters must be assumed to be unsupported.
User agents that support scripting must execute scripts (written in
languages that they support) immediately upon parsing a script element's end tag, and immediately upon
having a dynamically created script
element inserted into the DOM. Once a script element has been executed, it must be
flagged as such and never re-executed again. When an element with this
flag set is cloned, the new element must not have the flag set.
For scripting languages that consist of pure text, user agents must use
the value of the DOM text attribute (defined below) as the script to
execute. For XML-based scripting languages, user agents must use all the
children nodes of the script element
as the script.
The DOM attributes src and type each reflect the respective content attributes of
the same name.
The DOM attribute text must return a
concatenation of the contents of all the text nodes and CDATA nodes that
are direct children of the script
element (ignoring any other nodes such as comments or elements), in tree
order. On setting, it must act the same way as the textContent DOM attribute.
The following lists some MIME types and the languages to which they refer:
text/javascript
text/javascript;e4x=1
noscript elementThe noscript
element needs to be defined too.
all the new things in WA1: menu, calendar, card, canvas, switch, gauge, progress, datagrid, datatree, switch, etc
This section may somehow introduce some predefined classes with actual semantic meanings; possibly by defining a profile.
This section might at some future point list a small
set of link relationship types and more exactly define their
semantics than HTML4. This section (or indeed this specification in
general) is unlikely to specify anything related to the profile attribute and how to extend the link
types in HTML. Work in this area is currently being done by GMPG and others.
User agents must support all of the common attributes and event handlers
on the section element, as well as
the active attribute (for use with mutually exclusive sections).
In CSS-aware user agents, the default presentation of this element should be achieved by including the following rules, or their equivalent, in the UA's user agent style sheet:
@namespace xh url(http://www.w3.org/1999/xhtml);
xh|section { display: block; margin: 1em 0; }
For h1 elements, CSS-aware visual user
agents should derive the size of the header from the level of section nesting. This effect should be
achieved by including the following rules, or their equivalent, in the
UA's user agent style sheet:
@namespace xh url(http://www.w3.org/1999/xhtml);
xh|section xh|h1 { /* same styles as h2 */ }
xh|section xh|section xh|h1 { /* same styles as h4 */ }
xh|section xh|section xh|section xh|h1 { /* same styles as h4 */ }
xh|section xh|section xh|section xh|section xh|h1 { /* same styles as h5 */ }
xh|section xh|section xh|section xh|section xh|section xh|h1 { /* same styles as h6 */ }
Authors should use h1 elements to denote
headers in sections. Authors may instead use h2 ... h6 elements,
for backwards compatibility with user agents that do not support section elements.
This section should probably die.
A group of related, order-neutral sections may be denoted using the tabbox element. The default presentation in
a visual media (as described below) is to render each section as a
separate tab in a tab box, allowing the user to switch between them.
Sections can also be represented by links to other documents, instead of
them being included literally in the markup.
The tabbox element is a block-level
element that should only contain section, fieldset, and a elements.
Authors should only use a elements that
cause the user agent to change the active page to a page with a similar
structure. Other behaviours are likely to be highly confusing to users.
Each section,
fieldset, and a child can have
a title. If the element is a section
element, then the title is taken from the title attribute of the element, if specified,
or, if absent, from the textContent DOM attribute of the first
element child of the section element,
if that is an h1 ... h6 element. (If it is taken from a header child,
then that child is hidden from the rendering.) If the element is a
fieldset element, then the title is taken from the the
textContent DOM attribute of the
first element child of the fieldset element, if that is an
legend element. If the element is an a element, then the title is taken from the textContent DOM attribute of the element.
(Titles may be the empty string.)
The titles obtained in this way, and the section, fieldset, and a elements from which they were derived, represent
the list of sections in the tabbox.
This list is live, in that dynamic changes to the DOM immediately
affect the representation of the tabbox
element.
All the other child nodes of the tabbox shall be ignored for the purposes of
rendering the tabbox. Authors may use
this in order to obtain acceptable renderings even in UAs that do not
support tabbox.
In CSS-aware user agents, the default presentation of the tabbox element should, in part, be achieved by
including the following rules, or their equivalent, in the UA's user agent
style sheet:
@namespace xh url(http://www.w3.org/1999/xhtml);
xh|tabbox { display: block; }
xh|tabbox > xh|section:not([title]) > xh|h1:first-child,
xh|tabbox > xh|section:not([title]) > xh|h2:first-child,
xh|tabbox > xh|section:not([title]) > xh|h3:first-child,
xh|tabbox > xh|section:not([title]) > xh|h4:first-child,
xh|tabbox > xh|section:not([title]) > xh|h5:first-child,
xh|tabbox > xh|section:not([title]) > xh|h6:first-child,
xh|tabbox > xh|fieldset > xh|legend:first-child { display: none; }
These rules do not come even close to fully describing the full
behaviour of a tabbox element, however.
The behaviour of the tabbox should be
to provide quick access to any of the children of the tabbox that have a title (as described above).
UAs may keep track of which section is the selected section, and report
this information to the user.
When the user specifies a section to access, the relevant element must
have a click event dispatched to it, whose default action is
to further dispatch a DOMActivate event to the element.
For section and
fieldset elements, the default action of
DOMActivate events is to display, or jump to, the relevant
section. For a elements, the default action
is the normal default action for a elements
(activating the link, command, or whatever). In addition to these default
actions, when a child of a tabbox is
accessed, it becomes the selected section.
If the DOMActivate event is canceled (or if the
click event is canceled, causing the DOMActivate
event to never be fired in the first place), then the selected section
does not change.
If an a element has a command
attribute, it can be disabled. In such cases, the UA should not allow the
user to select that section.
The initially selected section shall be the first element from the
tabbox element's child list that is:
a element whose href
attribute matches the URI of the current document, if there is one,
a element whose
href attribute matches the URI given by the
href attribute of the first link element in the document that has a
rel attribute whose value contains the keyword
up (treating that attribute as a space-separated list), if
there is one,
section or
fieldset element that has a title, if there is one.
If no elements match, then initially no section shall be selected.
In the above algorithm, URI comparisons should be done after
canonicalisation, and should ignore fragment identifiers unless the
a element in question has one.
In non-interactive or non-spatial media (such as in print, on braille systems, or with speech synthesis) the UA may automatically switch the selected section to the next section once the selected section has been rendered.
Which section is selected if the element representing the currently selected section is dynamically removed from the document is up to the UA.
In interactive visual media, the tabbox element should be rendered as a tab box,
with the section titles listed as the tabs, and the selected section (if
it is a section or
fieldset element) displayed in the tab panel area. When the
selected section is an a element, the tab
panel area should be empty.
This specification does not describe how CSS properties apply to
tabbox elements when the UA uses this
rendering, but the children rendered in the tab panel area must be styled
using CSS, as if the tab panel area defined a new containing block and new
block formatting context.
User agents must support all of the common attributes and event handlers
on the tabbox element.
Here is an example of a tabbox used
to allow the user to read three different parts of the document:
<tabbox> <section> <h2>About</h2> <p><img src="logo" alt=""></p> <p>The Application.</p> <p>© copyright 2004 by The First Team.</p> </section> <section> <h2>Credits</h2> <ul> <li>Jack O'Neill</li> <li>Samantha Carter</li> <li>Daniel Jackson</li> <li>Teal'c</li> <li>Jonas Quinn</li> </ul> </section> </tabbox>
Next, an example of a form that has been split into little groups of controls:
<tabbox> <fieldset> <legend>Identity</legend> <p><label>First name: <input name="fn"></label></p> <p><label>Last name: <input name="ln"></label></p> <p><label>Date of Birth: <input name="dob" type="date"></label></p> </fieldset> <fieldset> <legend>Food</legend> <p><label>Favourite appetizer: <input name="fa"></label></p> <p><label>Favourite meal: <input name="fm"></label></p> <p><label>Favourite desert: <input name="fd"></label></p> </fieldset> </tabbox>
Finally, an example of a page using a tabbox to point to sections outside the
document. Note the use of fallback content (elements and text in the
tabbox element that are not
fieldset, section, or
a elements) for backwards compatibility.
<div> <tabbox> <strong>Navigation:</strong> <a href="/"><span>Home</span></a>, <a href="/news/"><span>News</span></a>, <a href="/games/"><span>Games</span></a>, <a href="/help/"><span>Help</span></a>, <a href="/contact/"><span>Contact</span></a>. </tabbox> </div>
This would be semantically equivalent to the following:
<tabbox> <section><h2>Home</h2> ...content... </section> <section><h2>News</h2> ...content... </section> <section><h2>Games</h2> ...content... </section> <section><h2>Help</h2> ...content... </section> <section><h2>Contact</h2> ...content... </section> </tabbox>
The switch element represents a
block of mutually exclusive sections.
For example, in an application for an online mutiplayer game, there could be four mutually exclusive sections: one for the login page, one for the network status page displayed while the user is logging in, one for a "lobby" where players get together to organise a game, and one for the actual game. The different sections are the various states that the application can reach.
The switch element must contain only
block-level elements. User agents
must support all of the common attributes and event handlers on the
switch element.
All child elements of a switch
element shall be hidden except those that have active
attributes (or, for non-XHTML elements, active attributes in
the XHTML namespace).
In CSS-aware user agents, the default presentation of this element should be achieved by including the following rules, or their equivalent, in the UA's user agent style sheet:
@namespace xh url(http://www.w3.org/1999/xhtml);
xh|switch { display: block; }
xh|switch xh|*:not([active]) { display: none; }
xh|switch *:not([xh|active]) { display: none; }
switch and sectioninterface HTMLSwitchElement : HTMLElement { readonly attribute Element activeElement; void setActive(in Element element); }; interface HTMLSectionElement : HTMLElement { readonly attribute boolean active; void setActive(); };
...
When an element is added to a switch
element as a child (whether during parsing, or later), the element is
examined. If the element has an active attribute (or, if it
is a non-XHTML element, if it has an active attribute in the
XHTML namespace), or, if the switch
element's activeElement DOM attribute is null, then the
switch element's setActive
method is called with that element as the argument. This causes the
element to be made the active element for the switch, and causes any other
elements to be deactivated if needed.
A side-effect of this definition is that the first element in a switch element is the default element if none
have been explicitly marked as active.
The calendar element may be used
for indicating hCalendar fragments that should be processed and rendered,
e.g. as inline calendars.
The calendar element is a
block-level element whose content model is any block-level elements. User agents must
support all the common attributes and event handlers on calendar elements.
Web browsers should render the calendar element by replacing the element by a
representation of the calendar data contained within it.
UAs must process the contents of calendar data as described in the hCalendar
specification. [HCALENDAR]
These examples will need updating to track hCalendar as it evolves.
The following fragment:
<calendar>
<div class="vcalendar">
<span class="prodid">-//hCalendar//EN</span>
<span class="version">2.0</span>
<p class="vevent">
<a href="http://www.web2con.com/">
<span class="dtstart">20041005</span>-
<span class="dtend">20041007</span>
<span class="summary">Web 2.0 Conference</span>
</a>
</p>
</div>
</calendar>
...might render as the following:

The card element may be used for
indicating hCard fragments that should be processed and rendered, e.g. as
inline business cards.
The card element is a block-level
element whose content model is any block-level elements. User agents must
support all the common attributes and event handlers on card elements.
Web browsers should render the card
element by replacing the element by a representation of the personal data
contained within it.
UAs must process the contents of card
data as described in the hCard specification. [HCARD]
These examples will need updating to track hCard as it evolves.
The following fragment:
<card> <p class="vcard"> <a class="fn n" href="http://tantek.com/"> <span class="Given-Name">Tantek</span> <span class="Family-Name">Çelik</span> </a> </p> </card>
...might render as the following:

This section is a place-holder for where elements such as <date> or <time> might be defined. But it will probably be moved up to the earlier section. This might also just be merged with the "Semantics and structure of HTML elements" section above, or dropped, based on demand.
The gauge element is an inline element that represents a
fractional value, such as the relative relevance of a search result, the
fraction of a user's quota that is used, or the fraction of a voting
population to have selected a particular candidate.
User agents must support all of the common attributes and event handlers
on the gauge element, plus the following attributes:
The value should come from parsing the .textContent attribute and taking the first string of digits (possibly with a single dot) as the numerator and the second string of digits (possibly with another single dot) as the denominator, defaulting the denominator to 100 if it is absent, treating zero denominators as 100, and using the resulting fraction as the value, in the range 0 to 1, for the gauge. If the numerator is absent, default to 0.
Do we want something to say that "above 0.75 is bad"? "below 0.2 is bad"?
Similar to gauge, but renders as a progress bar. If the numerator is absent, default to an indeterminate progress bar (barber pole, bouncing blue box, etc).
datagrid elementIt has been suggested that instead of this flattened-row API, we should have all the "row" arguments in the API below be arrays of integers, and instead of getParentRow(), we would have getRowCount() get the number of children that a row had. A future version of this specification will make this change, along with adding a way to detect when a row/selection has been deleted, activated, etc.
This element is defined as interactive, which means it can't contain other interactive elements, despite the fact that we expect it to work with other interactive elements e.g. checkboxes and input fields. It should be called something like a Leaf Interactive Element or something, which counts for ancestors looking in and not descendants looking out.
Interactive, block-level element.
multiple (optional)
disabled (optional)
interface HTMLDataGridElement : HTMLElement { attribute DataGridDataProvider data; attribute SelectionRanges selection; attribute boolean multiple; attribute boolean disabled; void updateEverything(); void updateRowsChanged(in long row, in long count); void updateRowsInserted(in long row, in long count); void updateRowsRemoved(in long row, in long count); void updateRowChanged(in long row); void updateColumnChanged(in long column); void updateCellChanged(in long row, in long column); };
The datagrid element represents an
interactive representation of tree, list, or tabular data.
The data being presented can come either from the content, as elements
given as children of the datagrid
element, or from a scripted data provider given by the data DOM attribute.
The multiple attribute, if present, must be
either empty or have the literal value multiple.
Similarly, the disabled attribute, if present, must be
either empty or have the literal value disabled.
(The actual values do not have any effect on how these attributes are
processed, only the presence or absence of the attributes is important.)
The multiple and disabled
DOM attributes reflect the multiple
and disabled content attributes respectively.
datagrid data modelThis section is non-normative.
In the datagrid data model, data
is structured as a set of rows representing a tree, each row being split
into a number of columns. The columns are always present in the data
model, although individual columns may be hidden in the presentation.
Each row can have a parent row. If a row r has a parent row p, then all the rows between it and its parent will also have a parent row, and for each row i between p and r the parent row of i will be either p or another row between p and i.
Rows that have other rows claiming them as their parent row are open. Rows can be closed, hiding all the data that would form child rows, but when a row is closed its child data does not appear in the data model.
The columns can have captions. Those captions are not considered a row in their own right, they are obtained separately.
Selection of data in a datagrid
operates at the row level. If the multiple attribute is present, multiple rows
can be selected at once, otherwise the user can only select one row at a
time.
The datagrid element can be
disabled entirely by setting the disabled attribute.
Columns, rows, and cells can each have specific flags, known as classes,
applied to them by the data provider. These classes affect the functionality of the datagrid element, and are also passed to the style system. They are similar
in concept to the class attribute, except
that they are not specified on elements but are given by scripted data
providers.
The conformance criteria in this section apply to any implementation
of the DataGridDataProvider, including
(and most commonly) the content author's implementation(s).
// To be implemented by Web authors as a JS object
interface DataGridDataProvider {
void initialize(in HTMLDataGridElement datagrid);
long getRowCount();
long getColumnCount();
DOMString getCaptionText(in long column);
void getCaptionClasses(in long column, in DOMTokenString classes);
long getRowParent(in long row);
DOMString getRowImage(in long row);
HTMLMenuElement getRowMenu(in long row);
void getRowClasses(in long row, in DOMTokenString classes);
DOMString getCellData(in long row, in long column);
void getCellClasses(in long row, in long column, in DOMTokenString classes);
void toggleRowOpenState(in long row);
void toggleColumnSortState(in long column);
void setCellCheckedState(in long row, in long column, in int state);
void cycleCell(in long row, in long column);
void editCell(in long row, in long column, in DOMString data);
}
The DataGridDataProvider interface
represents the interface that objects must implement to be used as custom
data views for datagrid elements.
Not all the methods are required. The minimum number of methods that
must be implemented in a useful view is two: the getRowCount() and getCellData() methods.
Once the object is written, it must be hooked up to the datagrid using the data DOM attribute.
The following methods may be usefully implemented:
initialize(datagrid)
datagrid element
(the one given by the datagrid argument) after it has
first populated itself. This would typically be used to set the initial
selection of the datagrid element
when it is first loaded. The data provider could also use this method
call to register a select event handler on the datagrid in order to monitor selection
changes.
getRowCount()
datagrid must be called first. Otherwise,
this method must always return the same number.
getColumnCount()
datagrid's updateEverything() method must be
called.
getCaptionText(column)
datagrid's updateColumnChanged() method must
be called with the appropriate column index.
getCaptionClasses(column, classes)
datagrid's updateColumnChanged() method must
be called with the appropriate column index. Some classes have predefined meanings.
getRowParent(row)
datagrid is a list and not a tree.
If the value that this method would return changes, the datagrid's update methods must be called to
update all the rows in the range that covers the old parent, the new
parent, and the row in question.
getRowImage(row)
datagrid's update methods must be called to
update the row in question.
getRowMenu(row)
HTMLMenuElement object that is to be used
as a context menu for row row, or null if there is no
particular context menu. May be omitted if none of the rows have a
special context menu. As this method is called immediately before showing
the menu in question, no precautions need to be taken if the return value
of this method changes.
getRowClasses(row, classes)
datagrid's update methods must be
called to update the row in question. Some classes have predefined meanings.
getCellData(row, column)
datagrid's update methods must be called to
update the rows that changed. If only one cell changed, the updateCellChanged() method may be
used.
getCellClasses(row, column, classes)
datagrid's update methods must be called to
update the rows or cells in question. Some classes have predefined meanings.
toggleRowOpenState(row)
datagrid when the
user tries to open or close a row. When it is called on a closed row, the
data provider must update its state so that the rows now include the
child rows, and must call the updateRowsInserted() method
appropriately. Similarly, when it is called on an open row, the data
provider must update its state so that the rows that were shown under the
row in question are now removed from the data model, and must then call
the updateRowsRemoved() method
appropriately. There is no need to tell the datagrid that the row itself has changed (as
it should; in particular its classes should change to reflect the new
open/closed state), as the datagrid
automatically assumes that the row will need updating.
toggleColumnSortState(column)
Called by the datagrid when the
user tries to sort the data using a particular column column. The data provider must update its state so that
the rows are in the new order, and update the classes of the columns to
represent the new sort status. There is no need to tell the datagrid that it the data has changed, as
the datagrid automatically assumes
that the entire data model will need updating.
It is the data provider's responsibility to ensure that the user's
selection persists through a sort. Typically this will involve taking a
note of which rows were selected before the sort (using the getRangeStart() and getRangeLength() methods of the selection
DOM attribute, for instance), and then clearing
the selection and reselecting all the rows in their new positions (e.g.
using the addRange() method).
setCellCheckedState(row, column, state)
datagrid when the
user changes the state of a checkbox cell on row row,
column column. The checkbox should be toggled to the
state given by state, which is a positive integer (1)
if the checkbox is to be checked, zero (0) if it is to be unchecked, and
a negative number (-1) if it is to be set to the indeterminate state.
There is no need to tell the datagrid that the cell has changed, as the
datagrid automatically assumes that
the given cell will need updating.
cycleCell(row,
column)
datagrid when the
user changes the state of a cyclable cell on row row,
column column. The data provider should change the
state of the cell to the new state, as appropriate. There is no need to
tell the datagrid that the cell has
changed, as the datagrid
automatically assumes that the given cell will need updating.
editCell(row, column, data)
datagrid when the
user edits the cell on row row, column column. The new value of the cell is given by data. The data provider should update the cell
accordingly. There is no need to tell the datagrid that the cell has changed, as the
datagrid automatically assumes that
the given cell will need updating.The following classes (for rows, columns, and cells) may be usefully used in conjunction with this interface:
| Class name | Applies to | Description |
|---|---|---|
checked
| Cells | The cell has a checkbox and it is checked. (The cyclable and progress classes override this, though.)
|
closed
| Rows | The row can be opened and closed, and, unless the open class
is also present, the row is currently closed.
|
cyclable
| Cells | The cell can be cycled through multiple values. (The progress class overrides this, though.)
|
editable
| Cells | The cell can be edited. (The cyclable, progress, checked, unchecked and indeterminate classes override this,
though.)
|
header
| Rows | The row is a heading, not a data row. |
indeterminate
| Cells | The cell has a checkbox, and it can be set to an indeterminate
state. If neither the checked nor unchecked classes are present, then the
checkbox is in that state, too. (The cyclable and progress classes override this, though.)
|
initially-hidden
| Columns | The column will not be shown when the datagrid is initially rendered.
|
open
| Rows | The row can be opened and closed, and is currently open. |
progress
| Cells | The cell is a progress bar. |
reversed
| Columns | If the cell is sorted, the sort direction is descending, instead of ascending. |
selectable-separator
| Rows | The row is a normal, selectable, data row, except that instead of
having data, it only has a separator. (The header
and separator classes override this, though.)
|
separator
| Rows | The row is a separator row, not a data row. (The header
class overrides this, though.)
|
sortable
| Columns | The data can be sorted by this column. |
sorted
| Columns | The data is sorted by this column. Unless the reversed class is also present, the sort
direction is ascending.
|
unchecked
| Cells | The cell has a checkbox and, unless the checked class is present as well, it is
unchecked. (The cyclable and progress classes override this, though.)
|
The user agent must supply a default data provider for the case where
the datagrid's data attribute is
null. It must act as described in this section.
The behaviour of the default data provider depends on the nature of the
first element child of the datagrid.
table
getRowCount(): The number of
rows returned by the default data provider must be the number of
tr elements that are children of tbody
elements that are children of the table, if there are any
such child tbody elements. If there are no such
tbody elements then the number of rows returned must be the
number of tr elements that are children of the
table.
Rows in thead elements do not contribute to
the number of rows returned, although they do affect the columns and
column captions. Rows in tfoot elements are ignored
completely by this algorithm.
getColumnCount(): The number
of columns returned must be the number of td element
children in the first tr element child of the first
tbody element child of the table, if there are
any such tbody elements. If there are no such
tbody elements, then it must be the number of
td element children in the first tr element
child of the table, if any, or otherwise 1. If the number
that would be returned by these rules is 0, then 1 must be returned
instead.
getCaptionText(i): If the table has no
thead element child, or if its first thead
element child has no tr element child, the default data
provider must return the empty string for all captions. Otherwise, the
value of the textContent
attribute of the ith th element child
of the first tr element child of the first
thead element child of the table element must
be returned. If there is no such th element, the empty
string must be returned.
getCaptionClasses(i, classes): If the table
has no thead element child, or if its first
thead element child has no tr element child,
the default data provider must not add any classes for any of the
captions. Otherwise, each class in the class attribute of the ith
th element child of the first tr element child
of the first thead element child of the table
element must be added to the classes. If there is no
such th element, no classes must be added. The user agent
must then:
sorted and reversed classes.
table element has a class attribute that includes the sortable class, add the sortable class.
sorted class.
reversed class as well.
The various row- and cell- related methods operate relative to a particular element, the element of the row or cell specified by their arguments.
For rows: Since the view of the data can be sorted, the positions of the rows in the data model might not be the same as the positions of the real rows in the DOM. When the data is sorted, the row given by the method's argument has to be mapped to the real row. Initially, the mapping is the identity transform, but the mapping can be changed if the user sorts the rows.
Once the method's argument has been translated into an index for the
real row, the row's element is found as follows. If the
table has tbody element children, the element
for the ith real row is the ith
tr element that is a child of a tbody element
that is a child of the table element. If the
table does not have tbody element children,
then the element for the ith real row is the ith tr element that is a child of the
table element.
For cells: Given a row and its element, the row's
ith cell's element is the ith
td element child of the row element.
The colspan and rowspan
attributes are ignored by this algorithm.
getRowParent(i): The default data provider must
always return -1 as the parent row of any row.
The table-based default data provider cannot
represent a tree.
getRowImage(i): If the row's first cell's element
has an img element child, then the URI
of the row's image is the URI of the first img element child of the row's first cell's
element. Otherwise, the URI of the row's image is the empty string.
getRowMenu(i): If the row's first cell's element
has a menu element child, then the
row's menu is the first menu element
child of the row's first cell's element. Otherwise, the row has no menu.
getRowClasses(i, classes): The default data provider
must never add a class to the row's classes.
toggleColumnSortState(i): If the data is already being
sorted on the given column, then the user agent must change the current
sort mapping to be the inverse of the current sort mapping; if the sort
order was ascending before, it is now descending, otherwise it is now
ascending. Otherwise, if the current sort column is another column, or
the data model is currently not sorted, the user agent must create a new
mapping, which maps rows in the data model to rows in the DOM so that
the rows in the data model are sorted by the specified column, in
ascending order. (Which sort comparison operator to use is left up to
the UA to decide.)
getCellData(i, j), getCellClasses(i, j, classes), getCellCheckedState(i,
j, state), cycleCell(i, j), and editCell(i, j, data): See the common definitions
below.
The data provider must call the datagrid's update methods appropriately
whenever the descendants of the datagrid mutate. For example, if a
tr is removed, then the updateRowsRemoved() methods would
probably need to be invoked, and any change to a cell or its descendants
must cause the cell to be updated. If the table element
stops being the first child of the datagrid, then the data provider must call
the updateEverything() method on the
datagrid. Any change to a cell
that is in the column that the data provider is currently using as its
sort column must also cause the sort to be reperformed, with a call to
updateEverything() if the change did
affect the sort order.
select
The default data provider must return 1 for the column count, the empty string for the column's caption, and must not add any classes to the column's classes.
For the rows, assume the existence of a linear node iterator view of
the children of the first select element child of the
datagrid element, that skips all
nodes other than optgroup and option elements,
as well as any descendents of any option elements, and
descendants of optgroup elements with the closed token in their class attribute.
Given this view, each element in the view represents a row in the data model: the ith element in the view is the ith row's element. The row of a particular method call is the row given by its arguments.
getRowCount() must return the number of
elements in this view.
getRowParent(i) must
return the index in the view of the nearest ancestor
optgroup element of the row's element, -1 if there is no
such ancestor.
getRowImage(i) must
return the empty string, getRowMenu(i) must
return null.
getRowClasses(i, classes) must add the classes from the
following list to classes when their condition is
met:
class attribute
contains the closed class: closed
class attribute
doesn't contain the closed class: open
The toggleRowOpenState(i) method must add a closed class to that row's element's class attribute and remove any open class, unless it already has a closed class and has no open
class, in which case it must instead remove the closed class and add an open
class. It must then invoke the appropriate update methods to inform the
datagrid of the newly added or
removed rows.
The getCellData(i, j) method must return the value of the label attribute if the row's element
is an optgroup element, otherwise, if the row's element is
an optionelement, its label attribute if it has one,
otherwise the value of its textContent DOM attribute.
The getCellClasses(i, j, classes) method must
add no classes.
The data provider must call the datagrid's update methods appropriately
whenever the descendants of the datagrid mutate.
The default data provider must return 1 for the column count, the empty string for the column's caption, and must not add any classes to the column's classes.
For the rows, assume the existence of a linear node iterator view of
the children of the datagrid that
skips all nodes other than li, h1-h6, and
hr elements, and skips all elements that
are descendants of elements with the closed token
in their class attribute, and any
descendants of menu elements.
Given this view, each element in the view represents a row in the data model: the ith element in the view is the ith row's element. The row of a particular method call is the row given by its arguments.
getRowCount() must return the number of
elements in this view.
getRowParent(i) must
return the index in the view of the nearest ancestor (in the real DOM)
of the row's element that is also in the view, -1 if there is no such
ancestor.
In the following example, the row numbered 2 returns 1 as its parent, and the other rows return -1:
<datagrid>
<ol>
<li> row 0 </li>
<li> row 1
<ol>
<li> row 2 </li>
</ol>
</li>
<li> row 3 </li>
</ol>
</datagrid>
getRowImage(i) must
return the URI of the image given by the first img element descendant (in the real DOM) of the
row's element, that is not also a descendant of another element that has
a later position in the view.
In the following example, the row numbered 2 returns "http://example.com/a" as its image URI, and the other rows (including row 1) return the empty string:
<datagrid>
<ol>
<li> row 0 </li>
<li> row 1
<ol>
<li> row 2 <img src="http://example.com/a" alt=""> </li>
</ol>
</li>
<li> row 3 </li>
</ol>
</datagrid>
getRowMenu(i) must
return the first menu element
descendant (in the real DOM) of the row's element, that is not also a
descendant of another element that has a later position in the view.
(This is analogous to the image case above.)
getRowClasses(i, classes) must add the classes from the
following list to classes when their condition is
met:
class attribute
contains the closed class: closed
class attribute
doesn't contain the closed class: open
h1-h6 element:
header
hr
element: separatorThe toggleRowOpenState(i) method must add a closed class to that row's element's class attribute and remove any open class, unless it already has a closed class and has no open
class, in which case it must instead remove the closed class and add an open
class. It must then invoke the appropriate update methods to inform the
datagrid of the newly added or
removed rows.
The getCellData(i, j), getCellClasses(i, j, classes), getCellCheckedState(i,
j, state), cycleCell(i, j), and editCell(i, j, data) methods must act as described in the common definitions
below, treating the row's element as being the cell's element.
The data provider must call the datagrid's update methods appropriately
whenever the descendants of the datagrid mutate.
The data provider must return 0 for the number of rows, 1 for the
number of columns, the empty string for the first column's caption, and
must add no classes when asked for that column's classes. If the
datagrid's child list changes such
that the first element child is one of the above, then the data provider
must call the updateEverything() method on the
datagrid.
These definitions are used for the cell-specific methods of the default
data providers (other than in the select case). How they
behave is based on the contents of an element that represents the cell
given by their first two arguments (which are the row and column indices
respectively). Which element that is is defined in the previous section.
If the first element child of a cell's element is a
select element that has a no multiple attribute and has at least
one option element descendent, then the cell acts as a
cyclable cell.
The "current" option element is the selected
option element, or the first option element if
none is selected.
The getCellData() method must return the
textContent of the current
option element (the label attribute is ignored in this
context as the optgroups are not displayed).
The getCellClasses() method must add the
cyclable class and then all the classes of
the current option element.
The cycleCell() method must change the
selection of the select element such that the next
option element after the current option
element is the only one that is selected (in tree order). If the current
option element is the last option element
descendent of the select, then the first
option element descendent must be selected instead.
The setCellCheckedState() and editCell()
methods must do nothing.
If the first element child of a cell's element is a
progress element, then the cell acts as a progress bar
cell.
The getCellData() method must return the
value returned by the progress element's position DOM attribute.
The getCellClasses() method must add the
progress class.
The setCellCheckedState(), cycleCell(), and editCell()
methods must do nothing.
If the first element child of a cell's element is an
input element that has a type attribute with the value checkbox, then the cell acts as a check box cell.
The getCellData() method must return the
textContent of the cell
element.
The getCellClasses() method must add the
checked class if the input
element is checked, and the unchecked class otherwise.
The setCellCheckedState() method must
set the input element's checkbox state to checked if the method's third
argument is 1, and to unchecked otherwise.
The cycleCell() and editCell()
methods must do nothing.
If the first element child of a cell's element is an
input element that has a type attribute with the value text or that has no type attribute at all, then the cell acts
as an editable cell.
The getCellData() method must return the
value of the input
element.
The getCellClasses() method must add the
editable class.
The editCell() method must set the
input element's value
DOM attribute to the value of the third argument to the method.
The setCellCheckedState() and cycleCell() methods must do nothing.
datagrid elementA datagrid must be disabled until
its end tag has been parsed (in the case of a datagrid element in the original document
markup) or until it has been inserted into the document (in the case of a
dynamically created element). After that point, the element must fire a
single load event at itself, which doesn't
bubble and cannot be canceled.
The datagrid must then populate
itself using the data provided by the data provider assigned to the data DOM attribute.
After the view is populated (using the methods described below), the
datagrid must invoke the initialize() method on the data provider
specified by the data attribute, passing itself (the HTMLDataGridElement object) as the
only argument.
When the data
attribute is null, the datagrid must
use the default data provider described in the previous section.
To obtain data from the data provider, the element must invoke methods on the data provider object in the following ways:
getRowCount() method with no arguments.
The return value is the number of rows. If the return value is negative,
not an integer, or simply not a numeric type, or if the method is not
defined, then zero must be used instead.
getColumnCount() method with no
arguments. The return value is the number of columns. If the return value
is zero or negative, not an integer, or simply not a numeric type, or if
the method is not defined, then 1 must be used instead.
getCaptionText() method with the index
of the column in question. The index i must be in the
range 0 ≤ i < N, where N is the total number of columns. The return value is the
string to use when referring to that column. If the method returns null
or the empty string, the column has no caption. If the method is not
defined, then none of the columns have any captions.
getCaptionClasses() method with the
index of the column in question, and an object implementing the DOMTokenString interface, initialised
to empty. The index i must be in the range 0 ≤
i < N, where N is the total number of columns. The values contained in
the DOMTokenString object when
the method returns represent the classes that apply to the given column.
If the method is not defined, no classes apply to the column.
initially-hidden class applies to the
column. If it does, then the column should not be initially included; if
it does not, then the column should be initially included.
sortable class applies to the column. If it
does, then the user should be able to ask the UA to display the data
sorted by that column; if it does not, then the user agent must not allow
the user to ask for the data to be sorted by that column.
sorted
class applies to the column. If it does, then that column is the sorted
column, otherwise it is not.
sorted class applies to that column. The first
column that has that class, if any, is the sorted column. If none of the
columns have that class, there is no sorted column.
reversed class applies to the column. If it
does, then the sort direction is descending (down; first rows have the
highest values), otherwise it is ascending (up; first rows have the
lowest values).
Invoke the getRowParent() method with the index of
the row in question. The index i must be in the
range 0 ≤ i < N, where
N is the total number of rows. The return value p is the index of the parent row. If the method returns a
number outside the range 0 ≤ p < i, or if the returned value is non-numeric, or if the
method is not defined, then the row has no parent row (it is an
unparented top-level row).
If a row r has a parent row p, but not all the rows between it and its parent also have a parent row, or if there is a row i between p and r the parent of which is neither p nor another row between p and i, then the user agent may present the tree structure in an inconsistent way instead of attempting to render the actual described tree structure.
getRowImage() method with the index of the
row in question. The index i must be in the range 0
≤ i < N, where N is the total number of rows. The return value is a
string representing a URI or IRI to an image. Relative URIs must be
interpreted relative to the datagrid's base URI. If the method returns
the empty string, null, or if the method is not defined, then the row has
no associated image.
getRowMenu() method with the index of the
row in question. The index i must be in the range 0
≤ i < N, where N is the total number of rows. The return value is a
reference to an object implementing the HTMLMenuElement
interface, i.e. a menu element DOM
node. (This element must then be interpreted as described in the section
on context menus to obtain the actual context menu to use.) If the method
returns something that is not an HTMLMenuElement, or if the
method is not defined, then the row has no associated context menu. User
agents may provide their own default context menu, and may add items to
the author-provided context menu. For example, such a menu could allow
the user to change the presentation of the datagrid element.
getRowClasses() method with the index of
the row in question, and an object implementing the DOMTokenString interface, initialised
to empty. The index i must be in the range 0 ≤
i < N, where N is the total number of rows. The values contained in the
DOMTokenString object when the
method returns represent the classes that apply to the row in question.
If the method is not defined, no classes apply to the row.
header
class applies to the row, then it is not a data row, it is a subheading.
The data from the first cell of the row is the text of the subheading,
the rest of the cells must be ignored. Otherwise, if the separator class applies to the row, then in
the place of the row, a separator should be shown. Otherwise, if the
selectable-separator class
applies to the row, then the row should be a data row, but represented as
a separator. (The difference between a separator and a selectable-separator is that the
former is not an item that can be actually selected, whereas the second
can be selected and thus has a context menu that applies to it, and so
forth.) For both kinds of separator rows, the data of the rows' cells
must all be ignored. If none of those three classes apply then the row is
a simple data row.
open or closed
classes applies to the row. If one (or both) of these are present, then
the row can be opened and closed, otherwise neither are present and the
row cannot be opened or closed. (It might still have rows that consider
this row a parent, however.)
open class applies to the row. If it does, the
row is open. Otherwise, the row is closed. The closed
class is not examined to make this determination (although either it or
the open
class must be present to make the row openable in the first place). If a
closed row has rows that consider it a parent, those rows must still be
included in the rendering.getCellData() method with the first
argument being the index of the cell's row and the second argument being
the index of its column. The two arguments must be zero or positive
integers less than the total number of rows and columns respectively. The
return value is the value of the cell. If the return value is null or the
empty string, or if the method is not defined, then the cell has no data.
(For progress bar cells, the cell's value must be further interpreted, as
described below.)
getCellClasses() method with the first
argument being the index of the cell's row, the second argument being the
index of its column, and the third being an object implementing the
DOMTokenString interface,
initialised to empty. The first two arguments must be zero or positive
integers less than the total number of rows and columns respectively. The
values contained in the DOMTokenString object when the method
returns represent the classes that apply to that cell. If the method is
not defined, no classes apply to the cell.
progress class applies to the cell, it is a
progress bar. Otherwise, if the cyclable class applies to the cell, it is a
cycling cell whose value can be cycled between multiple states.
Otherwise, none of these classes apply, and the cell is a simple text
cell.
checked, unchecked, or indeterminate classes applies to the
cell. If any of these are present, then the cell has a checkbox,
otherwise none are present and the cell does not have a checkbox. If the
cell has no checkbox, check whether the editable class applies to the cell. If it
does, then the cell value is editable, otherwise the cell value is
static.
checked class applies to the cell. If it does,
the cell is checked. Otherwise, check whether the unchecked class applies to the cell. If it
does, the cell is unchecked. Otherwise, the indeterminate class appplies to the cell
and the cell's checkbox is in an indeterminate state. When the indeterminate class appplies to the
cell, the checkbox is a tristate checkbox, and the user can set it to the
indeterminate state. Otherwise, only the checked
and/or unchecked classes apply to the cell, and the
cell can only be toggled betwen those two states.
If the data provider ever raises an exception while the datagrid is invoking one of its methods, the
datagrid must act, for the purposes
of that particular method call, as if the relevant method had not been
defined.
The data model is considered stable: user agents may assume that
subsequent calls to the data provider methods will return the same data,
until one of the update methods is called on the datagrid element. If a user agent is returned
inconsistent data, for example if the number of rows returned by getRowCount() varies in ways that do not
match the calls made to the update methods, the user agent may disable the
datagrid. User agents that do not
disable the datagrid in inconsistent
cases must honour the most recently returned values.
User agents may cache returned values so that the data provider is never
asked for data that could contradict earlier data. User agents must not
cache the return value of the getRowMenu method.
The exact algorithm used to populate the data grid is not defined here, since it will differ based on the presentation used. However, the behaviour of user agents must be consistent with the descriptions above. For example, it would be non-conformant for a user agent to make cells have both a checkbox and be editable, as the descriptions above state that cells that have a checkbox cannot be edited.
datagridWhenever the data attribute is set to a new value, the datagrid must clear the current selection,
remove all the displayed rows, and plan to repopulate itself using the
information from the new data provider at the earliest opportunity.
There are a number of update methods that can be invoked on the datagrid element to cause it to refresh
itself in slightly less drastic ways:
When the updateEverything()
method is called, the user agent must repopulate the entire datagrid. If the number of rows decreased,
the selection must be updated appropriately. If the number of rows
increased, the new rows should be left unselected.
When the updateRowsChanged(row, count) method is
called, the user agent must refresh the rendering of the rows in the range
from row row to row row+count-1.
When the updateRowsInserted(row, count) method is
called, the user agent must assume that count new rows
have been inserted between what used to be row row-1
and row row. The user agent must update its rendering
and the selection accordingly. The new rows should not be selected.
When the updateRowsRemoved(row, count) method is
called, the user agent must assume that count rows
have been removed starting from row row. The user
agent must update its rendering and the selection accordingly.
The updateRowChanged(row) method must be exactly equivalent to
calling updateRowsChanged(row,
1).
When the updateColumnChanged(column) method is called, the user agent must
refresh the rendering of the specified column column,
for all rows.
When the updateCellChanged(row, column) method is
called, the user agent must refresh the rendering of the cell on row row, in column column.
Any effects the update methods have on the datagrid's selection is not considered a
change to the selection, and must therefore not fire the select event.
These update methods should only be called by the data provider, or code
acting on behalf of the data provider. In particular, calling the updateRowsInserted() and updateRowsRemoved() methods without
actually inserting or removing rows from the data provider is likely to
result in inconsistent renderings.
This section only applies to interactive user agents.
If the datagrid element has a disabled
attribute, then the user agent must disable the datagrid, preventing the user from
interacting with it. The datagrid
element should still continue to update itself when the data provider
signals changes to the data, though. Obviously, conformance requirements
stating that datagrid elements must
react to users in particular ways do not apply when one is disabled.
If a row is openable, then the user must be able
to toggle its open/closed state. When the user does so, then the datagrid must invoke the data provider's
toggleRowOpenState() method, with
the row's index as the only argument. The datagrid must then act as if the
datagrid's updateRowChanged() method had been
invoked with that row's index immediately before the provider's method was
invoked.
If a cell is a cell whose value can be cycled
between multiple states, then the user must be able to activate the
cell to cycle its value. When the user activates this "cycling" behaviour
of a cell, then the datagrid must
invoke the data provider's cycleCell() method, with the cell's row index
as the first argument and its column index as the second. The datagrid must then act as if the datagrid's updateCellChanged() method had been
invoked with those same arguments immediately before the provider's method
was invoked.
When a cell has a checkbox, the user must be
able to set the checkbox's state. When the user changes the state of a
checkbox in such a cell, the datagrid must invoke the data provider's
setCellCheckedState() method, with
the cell's row index as the first argument, its column index as the
second, and the checkbox's new state as the third. The state should be
represented by the number 1 if the new state is checked, 0 if the new
state is unchecked, and -1 if the new state is indeterminate (which must
only be possible if the cell has the indeterminate class set). The datagrid must then act as if the datagrid's updateCellChanged() method had been
invoked, specifying the same cell, immediately before the provider's
method was invoked.
If a cell is editable, the user must be able to
edit the data for that cell, and doing so must cause the user agent to
invoke the editCell() method of the data provider with
three arguments: the row number and column number of the cell, and the new
text entered by the user. The user agent must then act as if the updateCellChanged() method had been
invoked, with the same row and column specified.
This section only applies to interactive user agents. For other user
agents, the selection attribute must return null.
interface SelectionRanges {
readonly attribute long count;
long getRangeStart(in long index);
long getRangeLength(in long index);
void addRange(in long start, in long count);
void removeRange(in long index);
void setSelected(in long row, in bool selected);
bool isSelected(in long row);
void selectAll();
void invert();
void clear();
};
Each datagrid element must keep
track of which rows are currently selected. Initially no rows are
selected, but this can be changed via the methods described in this
section.
The selection of a datagrid is
represented by its selection DOM attribute,
which must be a SelectionRanges object.
The SelectionRanges object
represents the selection using ranges. Each range has a starting index and
a length. The starting index is relative to the first row (index 0) of the
datagrid. The length states how many
of the rows are selected, starting from the starting index. A range of
length one implies that only the row indicated by its starting index is
selected.
The ranges in a selection must not overlap. Ranges may be adjacent (e.g. one range starting at index zero with length two, and a second range starting at index two) but user agents should coalesce adjacent ranges.
The start index of a range must not be negative, and must not be greater than the index of the last row. The length of a range must not be such that the range's start index plus its length yields a value greater than the number of rows.
The count attribute must
return the number of ranges currently present in the selection. The getRangeStart()
and getRangeLength()
methods must return the starting index and length (respectively) of the
range specified by their argument. If the argument is out of range (less
than zero or greater than the number of ranges minus one), then they must
raise an INDEX_SIZE_ERR exception. [DOM3CORE]
The ranges must be returned in ascending numerical order. That is, the
value returned by the getRangeStart() method for an index x must always be greater than the value it returns for any
index less than x.
The addRange() method
takes two arguments, an index and a length, specifying a range of rows to
select. If the specified range is invalid or would contain rows outside
the datagrid (e.g. the starting
index is negative, or the length would take the selection beyond the end
of the datagrid), then the method
must raise an INDEX_SIZE_ERR exception. Otherwise, the
specified range must be added to the selection. If the range overlaps,
grows, or joins existing selections, the user agent must adjust the ranges
so that no two ranges overlap, and should adjust them so that no two
ranges are adjacent. Thus, calling addRange() may actually reduce the total
number of ranges in the selection.
The removeRange()
method takes two arguments, an index and a length, specifying a range of
rows to unselect. If the specified range is invalid or would contain rows
outside the datagrid (e.g. the
starting index is negative, or the length would take the selection beyond
the end of the datagrid), then the
method must raise an INDEX_SIZE_ERR exception. Otherwise, the
specified rows must be removed from the selection. Calling removeRange() may actually increase the
total number of ranges in the selection, e.g. if a range had to be split
in order to unselect a row in the middle.
The setSelected()
method takes two arguments, row and selected. When invoked, it must set the selection state of
row row to selected if selected is
true, and unselected if it is false, by adjusting the selection's ranges
accordingly. If row is less than zero or greater than
the index of the last row then the method must raise an
INDEX_SIZE_ERR exception.
The isSelected()
method must return the selected state of the row specified by its
argument. If the specified row exists and is in one of the ranges of the
selection, it must return true, otherwise it must return false.
The selectAll() method
must replace all the current ranges in the selection with a single
selection range having index zero and a length equal to the number of rows
in the datagrid. If there are no
rows in the datagrid then this
method must instead only remove all the current ranges. (In a compliant
UA, there would not be any ranges to remove.)
The invert() method must
adjust the selections such that the selection is inverted. That is, the
ranges must be adjusted such that only the rows that were previously not a
part of the selection must be made a part of the new selection.
The clear() method must
remove all the ranges in the selection.
If the datagrid element has a multiple
attribute, then the user must be able to select any number of rows (zero
or more). If the attribute is not present, then the user must only be able
to select a single row at a time, and selecting another one must unselect
all the other rows.
This only applies to the user. Scripts can select multiple
rows even when the multiple attribute is absent.
Whenever the selection of a datagrid changes, whether due to the user
interacting with the element, or as a result of calls to methods of the
selection object, a select
event that bubbles but is not cancelable must be fired on the datagrid element. If multiple changes are
made to the selection via calls to the object's methods during a single
execution of a script,
then the select
events should be coalesced into one (which later
fires once the script execution has completed).
This section only applies to interactive user agents.
Each datagrid element must keep
track of which columns are currently being rendered. User agents should
initially show all the columns except those with the initially-hidden class, but may allow
users to hide or show columns. User agents should initially display the
columns in the order given by the data provider, but may allow this order
to be changed by the user.
If columns are not being used, as might be the case if the data grid is being presented in an icon view, or if an overview of data is being read in an aural context, then the text of the first column of each row should be used to represent the row.
If none of the columns have any captions (i.e. if the data provider does
not provide a getCaptionText() method), then user
agents may avoid showing the column headers at all. This may prevent the
user from performing actions on the columns (such as reordering them,
changing the sort column, and so on).
Whatever the order used for rendering, and irrespective of
what columns are being shown or hidden, the "first column" as referred to
in this specification is always the column with index zero, and the "last
column" is always the column with the index one less than the value
returned by the getColumnCount() method of the data
provider.
If a column is sortable, then the user must
be able to invoke it to sort the data. When the user does so, then the
datagrid must invoke the data
provider's toggleColumnSortState() method,
with the column's index as the only argument. The datagrid must then act as if the
datagrid's updateEverything() method had been
invoked.
Web browsers and other user agents that display HTML documents to the user in the context of a browsing environment may display one or more views of the document to the user.
Each set of one or more views is considered a browsing context.
A browsing context may have
further browsing contexts nested within it; the iframe
element, for instance, instantiates a browsing
context within the context of a parent document. The lifetime
of a nested browsing context is bounded by the lifetime of
the document in which it lives, or by the UA if the browsing context does not have a parent
document.
A browsing context that does not have a parent document or browsing context is the top-level browsing context for any browsing contexts nested within it (and their documents).
Each browsing context must have a
single unique session history,
consisting of one or more documents, each represented by an object
implementing the DocumentWindow
interface.
A document can have more than one entry in the session history of a particular browsing
context. All the entries related to a particular DocumentWindow object are contiguous.
Each view of each document in a browsing
context must be represented by an object implementing the
Window interface. In each set of such
objects there is a default view, represented by
one of the Window objects, which is
the primary output mode of the document (and, for interactive user agents,
nominally the user's primary way of interacting with the document).
When a UI event is fired, the view attribute of
the UIEvent object must point to the Window object representing the view in which
the user triggered the event.
Typically Web browsers only have one view per document, but a Web browser that rendered document to a screen while simultaneously providing a speech synthesis version would be one example where two views were present.
It would be good to have a summary or diagram for the above relationships.
DocumentWindow interfaceThe DocumentWindow interface
extends the DocumentView interface defined in DOM2 Views. [DOM2VIEWS]
interface DocumentWindow : DocumentView { readonly attribute Window window; attribute Location location; /* performs magic on setting */ };
The window attribute of the
DocumentWindow interface must
return the document's default view. It
must return the same object as the defaultView attribute
inherited from the DocumentView interface. [DOM2VIEWS]
Window interfaceThe Window interface extends the
AbstractView interface defined in DOM2 Views. [DOM2VIEWS]
interface Window : AbstractView { // self-reference readonly attribute Window window; // helper objects readonly attribute History history; attribute Location location; /* performs magic on setting */ attribute Storage sessionStorage; readonly attribute StorageList globalStorage; // timers long setTimeout(in TimeoutHandler handler, in long timeout); long setTimeout(in TimeoutHandler handler, in long timeout, arguments...); long setTimeout(in DOMString code, in long timeout); long setTimeout(in DOMString code, in long timeout, in DOMString language); void clearTimeout(in long handle); long setInterval(in TimeoutHandler handler, in long timeout); long setInterval(in TimeoutHandler handler, in long timeout, arguments...); long setInterval(in DOMString code, in long timeout); long setInterval(in DOMString code, in long timeout, in DOMString language); void clearInterval(in long handle); // convenient event handlers attribute ErrorHandler onerror; }; interface TimeoutHandler { void handleEvent(arguments...); }; interface ErrorHandler { void handleEvent(in DOMString errorMessage, in DOMString fileName, in DOMString lineNumber); };
Objects implementing the Window
interface must also implement the EventTarget interface.
In UAs that expose the DOM to ECMAScript [ECMA262] scripts, the global scope object must
implement the Window interface
described above.
The window
attribute of an object implementing the Window interface must always point to the
object itself. In other words, the following equality must also always
hold:
x.window == x
...where x is an object implementing the Window interface.
Thus, in ECMAScript, the ECMAScript global object must have a property
window pointing at
the global object itself.
The document attribute inherited from the
AbstractView interface must return the document associated
with this view.
The onerror attribute takes a
reference to an object implementing the ErrorHandler interface. In
ECMAScript, such an interface is implemented by any function that takes
three arguments and returns a boolean value, as well as by the
null value and the undefined value.
The function to which the onerror
attributes points must be invoked whenever a runtime script error occurs
in the context of the window object, before the error is reported to
the user. If the function is null or if the function returns
true then the error should not reported to the user. If the function is
undefined or if the function doesn't returns true, then the
message must be reported as normal.
The three arguments passed to the function are all
DOMStrings; the first gives the message that the UA is
considering reporting, the second gives the URI to the resource in which
the error occured, and the third gives the line number in tha resource on
which the error occured.
The initial value of onerror must be
undefined.
The setTimeout and setInterval methods allow authors to
schedule timer-based events.
The setTimeout(handler, timeout[, arguments...]) method takes a reference to a
TimeoutHandler object and a
length of time in milliseconds. It must return a handle to the timeout
created, and then asynchronously wait timeout
milliseconds and then invoke handleEvent() on the handler object. If any arguments...
were provided, they must be passed to the handler as
arguments to the handleEvent() function.
In the ECMAScript DOM binding, the ECMAScript native
Function type must implement the TimeoutHandler interface such that
invoking the handleEvent() method of that interface on the
object invokes the function itself, with the arguments passed to
handleEvent() as the arguments passed to the function. Such
functions must be called in the global scope.
Alternatively, setTimeout(code, timeout[, language]) may be used. This variant takes a
string instead of a TimeoutHandler object. That string must
be parsed using the specified language (defaulting to
ECMAScript if the third argument is omitted) and executed in the global
scope.
Need to define language values.
The setInterval(...)
variants must work in the same way as the setTimeout variants except that the handler or code must be
invoked again every timeout milliseconds, not just the
once.
The clearTimeout() and clearInterval() methods take one
integer (the value returned by setTimeout and setInterval respectively) and must
cancel the specified timeout. When called with a value that does not
correspond to an active timeout or interval, the methods must return
without doing anything.
Timeouts must never fire while another script is executing. (Thus the HTML scripting model is strictly single-threaded and not reentrant.)
History objects provide a
representation of the pages in the session history of their Window object's browsing context. Each browsing context
(frame, iframe, etc) has a distinct session
history.
Each DocumentWindow object in
a browsing context's session history is associated with a unique instance
of the History object, although they
all must model the same underlying session history.
The history
attribute of the Window interface must
return the object implementing the History interface for that Window object's associated DocumentWindow object.
For historical reasons, the History object for a document is only
accessible from the Window objects of
a DocumentWindow object, not
directly from the DocumentWindow object itself.
History objects represent their
browsing context's session history
as a flat list of URIs and state objects. (This does not imply that the UI
need be linear. See the notes below.)
Typically, the history list will consist of only URIs. However, a page can add state objects between its entry in the session history and the next ("forward") entry. These are then returned to the script when the user (or script) goes back in the history, thus enabling authors to use the "navigation" metaphor even in one-page applications.
Entries that consist of state objects share the same DocumentWindow as the entry for the URI
itself. Contiguous entries that differ just by fragment identifier must
also share the same DocumentWindow.
All entries that share the same DocumentWindow (and that are therefore
merely different states of one particular document) are contiguous by
definition.
At any point, one of the entries in the session history is the current entry. This is the entry representing the page
in this browsing context that is
considered the "current" page by the UA. The current entry is usually an entry for the location of the
DocumentWindow. However, it can
also be one of the entries for state objects added to the history by that
document.
When the browser's navigation model differs significantly from the
sequential model represented by the History interface, for example if separate
DocumentWindow objects in the
session history are all simulatenously displayed and active, then the
current entry could even be an entry
unrelated to the History object's own
DocumentWindow object. If, when
a method is invoked on a History
object, the current entry for that
browsing context's session history
has a different DocumentWindow
object than the History object's own
DocumentWindow object, then the
user agent must raise a NO_MODIFICATION_ALLOWED_ERR DOM
exception. (This can only happen if scripts are allowed to run in
documents that are not the current document. Typically, however, user
agents only allow scripts from the current
entry to execute.)
User agents may discard the DOMs of entries
other than the current entry,
reloading the pages afresh when the user or script navigates back to such
pages. This specification does not specify when user agents should discard
pages' DOMs and when they should cache them. See the section on the load and unload events for more details.
Entries that have had their DOM discarded must, for the purposes of the
algorithms given below, act as if they had not. When the user or script
navigates back or forwards to a page which has no in-memory DOM objects,
any other entries that shared the same DocumentWindow object with it must share
the new object as well.
When a user agent discards the DOM from an entry in the session history,
it must also discard all the entries from the first state object entry for
that DocumentWindow object up
to and including the last entry for that DocumentWindow object (including any
non-state-object entries in that range, such as entries where the user
navigated using fragment identifiers). These entries are not recreated if
the user or script navigates back to the page. If there are no state
object entries for that DocumentWindow object then no entries
are removed.
History interfaceinterface History {
readonly attribute long length;
void go(in long delta);
void go();
void back();
void forward();
void pushState(in DOMObject data);
void clearState();
}
The length attribute of the
History interface must return the
number of entries in this session history.
The actual entries are not accessible from script.
The go(delta) method
causes the UA to move the number of steps specified by delta in
the session history.
If the index of the current entry plus delta is less than zero or greater than or equal to the number of items in the session history, then the user agent must do nothing.
If the delta is zero, then the user agent must act as if the
location.reload() method was
called instead.
Otherwise, the user agent must cause the current browsing context to navigate to the specified entry, as described below. The specified entry is the one whose index equals the index of the current entry plus delta.
If there are any entries with state objects between the current entry and the specified entry (not inclusive), then the user agent must iterate through every entry between the current entry and the specified entry, starting with the entry closest to the current entry, and ending with the one closest to the specified entry. For each entry, if the entry is a state object, the user agent must activate the state object.
If the specified entry has a different DocumentWindow object than the current entry then the user agent must make
that DocumentWindow object the
user's "current" one for that browsing
context.
If the specified entry is a state object, the user agent must activate that state object. Otherwise, the user agent must update the current location object to the new location.
User agents may also update other aspects of the document view when the location changes in this way, for instance the scroll position, values of form fields, etc.
When the user navigates through a browsing
context, e.g. using a browser's back and forward buttons, the
user agent must translate this action into the equivalent invocations of
the history.go(delta) method on the
various affected window objects.
Some of the other members of the History interface are defined in terms of the
go()
method, as follows:
| Member | Definition |
|---|---|
go()
| Must do the same as go(0)
|
back()
| Must do the same as go(-1)
|
forward()
| Must do the same as go(1)
|
The pushState(data)
method adds a state object to the history.
When this method is invoked, the user agent must first remove from the
session history any entries for that DocumentWindow from the entry after the
current entry up to the last entry in
the session history that references the same DocumentWindow object, if any. If the
current entry is the last entry in the
session history, or if there are no entries after the current entry that reference the same DocumentWindow object, then no entries
are removed.
Then, the user agent must add a state object entry to the session history, after the current entry, with the specified data as the state object.
Finally, the user agent must update the current entry to be the this newly added entry.
User agents may limit the number of state objects added to the session
history per page. If a page hits the UA-defined limit, user agents must
remove the entry immediately after the first entry for that DocumentWindow object in the session
history after having added the new entry. (Thus the state history acts as
a FIFO buffer for eviction, but as a LIFO buffer for navigation.)
The clearState() method
removes all the state objects for the DocumentWindow object from the session
history.
When this method is invoked, the user agent must remove from the session
history all the entries from the first state object entry for that
DocumentWindow object up to the
last entry that references that same DocumentWindow object, if any.
Then, if the current entry was
removed in the previous step, the current
entry must be set to the last entry for that DocumentWindow object in the session
history.
When a state object in the session history is activated (which happens
in the cases described above), the user agent must fire a popstate event in
the http://www.w3.org/2001/xml-events namespace on the
the body element using the
PopStateEvent interface, with
the state object in the state attribute. This event bubbles but is not
cancelable and has no default action.
If there is no "the body element" then the event must be fired
on the document's Document object instead.
interface PopStateEvent : Event {
readonly attribute DOMObject state;
void initPopStateEvent(in DOMString typeArg,
in boolean canBubbleArg,
in boolean cancelableArg,
in DOMObject statetArg);
void initPopStateEventNS(in DOMString namespaceURIArg,
in DOMString typeArg,
in boolean canBubbleArg,
in boolean cancelableArg,
in DOMObject stateArg);
};
The initPopStateEvent()
and initPopStateEventNS()
methods must initialise the event in a manner analogous to the
similarly-named methods in the DOM3 Events interfaces. [DOM3EVENTS]
The state attribute
represents the context information for the event.
Location interfaceThe location attribute of the
DocumentWindow interface must
return an object implementing the Location interface.
The location
attribute of the Window interface must
return the same object as the location attribute on its associated DocumentWindow object.
Location objects provide a
representation of the URI of their document, and allow the current entry of the browsing context's session history to be
changed, by adding or replacing entries in the history object.
interface Location {
readonly attribute DOMString hash;
readonly attribute DOMString host;
readonly attribute DOMString hostname;
readonly attribute DOMString href;
readonly attribute DOMString pathname;
readonly attribute DOMString port;
readonly attribute DOMString protocol;
readonly attribute DOMString search;
void assign(in DOMString url);
void replace(in DOMString url);
void reload();
}
In the ECMAScript DOM binding, objects implementing this interface must
stringify to the same value as the href attribute.
In the ECMAScript DOM binding, the location members of the DocumentWindow and Window interfaces behave as if they had a
setter: user agents must treats attempts to set these location attribute as attempts at setting the href attribute of
the relevant Location object
instead.
The href
attribute returns the address of the page represented by the associated
DocumentWindow object, as an
absolute IRI reference.
On setting,
the user agent must act as if the assign() method had been called with the new
value as its argument.
When the assign(url)
method is invoked, the UA must remove all the entries after the current entry in its DocumentWindow's History object, add a new entry, with the
given url, at the end of the list (asynchronously loading the
new page if necessary), and then advance to that page as if the history.forward() method had been invoked.
When the replace(url)
method is invoked, the UA must act as if the assign() method
had been invoked, but with the additional step of removing the entry that
was the current entry before the
method call after the above steps (thus simply causing the current page to
be replaced by the new one).
In both cases, if the location before the method call would differ from
the location after the method only in terms of the fragment identifier,
then the user agent must use the same DocumentWindow object, updating only the
scroll position in the document's view(s) appropriately.
Relative url arguments for assign() and
replace()
must be resolved relative to the base URI of the script that made the
method call.
The component parts and .reload() are yet to be defined. If anyone can come up with a decent definition, let me know.
This section is non-normative.
The History interface is not meant
to place restrictions on how implementations represent the session history
to the user.
For example, session history could be implemented in a tree-like manner,
with each page having multiple "forward" pages. This specification doesn't
define how the linear list of pages in the history object are derived from the actual
session history as seen from the user's perspective.
Similarly, a page containing two iframes has a history object distinct
from the iframes' history objects, despite the fact that typical
Web browsers present the user with just one "Back" button, with a session
history that interleaves the navigation of the two inner frames and the
outer page.
Security: It is suggested that to avoid letting a page
"hijack" the history navigation facilities of a UA by abusing pushState(),
the UA provide the user with a way to jump back to the previous page
(rather than just going back to the previous state). For example, the back
button could have a drop down showing just the pages in the session
history, and not showing any of the states. Similarly, an aural browser
could have two "back" commands, one that goes back to the previous state,
and one that jumps straight back to the previous page.
This section is non-normative.
This specification introduces two related mechanisms, similar to HTTP session cookies [RFC2965], for storing structured data on the client side.
The first is designed for scenarios where the user is carrying out a single transaction, but could be carrying out multiple transactions in different windows at the same time.
Cookies don't really handle this case well. For example, a user could be buying plane tickets in two different windows, using the same site. If the site used cookies to keep track of which ticket the user was buying, then as the user clicked from page to page in both windows, the ticket currently being purchased would "leak" from one window to the other, potentially causing the user to buy two tickets for the same flight without really noticing.
To address this, this specification introduces the sessionStorage DOM attribute. Sites can
add data to the session storage, and it will be accessible to any page
from that domain opened in that window.
For example, a page could have a checkbox that the user ticks to indicate that he wants insurance:
<label> <input type="checkbox" onchange="sessionStorage.insurance = checked"> I want insurance on this trip. </label>
A later page could then check, from script, whether the user had checked the checkbox or not:
if (sessionStorage.insurance) { ... }
If the user had multiple windows opened on the site, each one would have its own individual copy of the session storage object.
The second storage mechanism is designed for storage that spans multiple windows, and lasts beyond the current session.
The globalStorage DOM attribute
is used to access the global storage areas.
The site at example.com can display a count of how many times the user has loaded its page by putting the following at the bottom of its page:
<p>
You have viewed this page
<span id="count">an untold number of</span>
time(s).
</p>
<script>
var storage = globalStorage['example.com'];
if (!storage.pageLoadCount)
storage.pageLoadCount = 0;
storage.pageLoadCount += 1;
document.getElementById('count').textContent = storage.pageLoadCount;
</script>
Each domain and each subdomain has its own separate storage area. Subdomains can access the storage areas of parent domains, and domains can access the storage areas of subdomains.
globalStorage[''] is accessible to all domains.
globalStorage['com'] is accessible to all .com domains
globalStorage['example.com'] is accessible to example.com
and any of its subdomains
globalStorage['www.example.com'] is accessible to
www.example.com and example.com, but not www2.example.com.
Storage areas (both session storage and global storage) can store most simple data types (numbers, strings, booleans, etc), as well as simple JS objects, and DOM nodes. Functions and objects with methods can't be stored, however.
Storage interface// DOMUserData is defined in DOM3 Core [DOM3CORE]
interface Storage {
readonly attribute unsigned long length;
DOMString key(in unsigned long index);
DOMUserData getItem(in DOMString key);
void setItem(in DOMString key, in DOMUserData data);
void removeItem(in DOMString key);
};
Each Storage object provides access
to a list of key/value pairs, which are sometimes called items. Keys are
strings, and any string (including the empty string) is a valid key.
Values can be of any type.
In the ECMAScript binding, enumerating the object must enumerate through
the currently stored keys (not the values, and not the actual members of
the interface). In the ECMAScript binding, Storage objects must support dereferencing such
that getting a property that is not a member of the object (i.e. is
neither a member of the Storage
interface nor of Object) must invoke the getItem() method
with the property's name as the argument, and setting such a property must
invoke the setItem() method with the property's name as
the first argument and the given value as the second argument.
Each Storage object is associated
with a list of key/value pairs when it is created, as defined in the
sections on the sessionStorage and globalStorage attributes. Multiple
separate objects implementing the Storage interface can all be associated with
the same list of key/value pairs simultaneously.
The length attribute must return
the number of key/value pairs currently present in the list associated
with the object.
The key(n) method must
return the name of the nth key in the list. The order of keys
is user-agent defined, but must be consistent within an object between
changes to the number of keys. (Thus, adding or removing a
key may change the order of the keys, but merely changing the value of an
existing key must not.)
If n is less than zero or greater than or equal to the number
of key/value pairs in the object, then this method must raise an
INDEX_SIZE_ERR exception.
The getItem(key)
method must return the restored value
for the key/value pair with the given key. If the given
key does not exist in the list associated with the object, then
this method must return null.
The setItem(key, value) method must first check if a key/value
pair with the given key already exists in the list associated
with the object. If it does not, then a new key/value pair must be added
to the list, with the given key. Then, the key/value pair with
the given key must have its value updated so that if it is
retrieved it will return the restored value for for the given
original value, the value given in the value argument.
When the setItem() method is invoked, events are fired
on other DocumentWindow objects
that can access the newly stored data, as defined in the sections on the
sessionStorage and globalStorage attributes.
The removeItem(key)
method must cause the key/value pair with the given key to be
removed from the list associated with the object, if it exists. If no item
with that key exists, the method must do nothing.
The restored value (returned by getItem()) of a
given original value (as passed to
setItem())
is defined as follows, depending on the type of the original value:
Numbers, Booleans,
DOMTimeStamps, DOMStrings,
undefined, null, and other "plain old data"
types
Node objects
Node, which has the
same nodeType, nodeName,
nodeValue, namespaceURI, and
baseURI as the original. In addition, for each entry in the
original node's attributes and childNodes
lists, the new object must have a corresponding entry that has been
restored in the same way, in the same order. (In other words, the
restoring recurses.) The ownerDocument attributes of the
restored Node objects must be set to the value of the document attribute of the Window object that the Storage object is associated with. User
data, event handlers, and other attributes on the original
Nodes (e.g. isId or specified on
attributes, or domConfig on documents) are not restored on
the new Nodes. [DOM3CORE]
null.
Subsequent calls to getItem() for the same item must return new
objects each time.
sessionStorage attributeThe sessionStorage attribute
represents the storage area specific to the current top-level browsing context.
Each top-level browsing context has a unique set of session storage areas, one for each domain.
When a new DocumentWindow is
created, the user agent must check to see if the document's top-level browsing context has allocated a
session storage area for that document's domain. If it does not, a new
storage area for that document's domain must be created.
The Storage object for the
document's associated Window object's
sessionStorage attribute must then be
associated with the domain's session storage area.
When a new top-level browsing context is created by cloning an existing browsing context, the new browsing context must start with the same session storage areas as the original, but the two sets must from that point on be considered separate, not affecting each other in any way.
When a new top-level browsing
context is created by a script in an existing browsing context, or by the user following a
link in an existing browsing context, or in some other way related to a
specific DocumentWindow, then,
if the new context's first DocumentWindow has the same domain as
the DocumentWindow from which
the new context was created, the new browsing context must start with a
single session storage area. That storage area must be a copy of that
domain's session storage area in the original browsing context.
This specification does not yet define exactly
how the user agent determines the domain for a document. For documents
with URIs that contain domain components, the obvious answer is to use
that domain component as the domain; for other schemes, e.g. for
data: or javascript: pages, it is suggested that
user agents use the domain of the site where the link was found, or a
globally unique domain if the user went to the page directly.
When the setItem() method is called on a Storage object x that is associated
with a session storage area, then in every DocumentWindow object whose Window object's sessionStorage attribute's Storage object is associated with the same
storage area, other than x, a storage event must be fired, as described below.
globalStorage attributeinterface StorageList {
Storage getDomain(in DOMString domain);
};
The globalStorage object
provides a Storage object for each
domain.
In the ECMAScript binding, StorageList objects must support
dereferencing such that getting a property that is not a member of the
object (i.e. is neither a member of the StorageList interface nor of
Object) must invoke the getDomain()
method with the property's name as the argument.
User agents must have a set of global storage areas, one for each domain.
The getDomain(domain) method tries to returns a Storage object associated with the given
domain, according to the rules that follow.
The domain must first be split into an array of strings, by splitting the string at "." characters (U+002E FULL STOP). If the domain argument is the empty string, then the array is empty as well. If the domain argument is not empty but has no dots, then the array has one item, which is equal to the domain argument. If the domain argument contains consecutive dots, there will be empty strings in the array (e.g. the string "hello..world" becomes split into the three strings "hello", "", and "world", with the middle one being the empty string).
Each component of the array must then have the IDNA ToASCII algorithm
applied to it, with both the AllowUnassigned and UseSTD3ASCIIRules flags
set. [RFC3490] If ToASCII fails to convert one
of the components of the string, e.g. because it is too long or because
it contains invalid characters, then the user agent must raise a
SYNTAX_ERR exception. [DOM3CORE]
The components after this step consist of only US-ASCII characters.
The components of the array must then be converted to lowercase. Since only US-ASCII is involved at this step, this only requires converting characters in the range A-Z to the corresponding characters in the range a-z.
The resulting array is used in a comparison with another array, as described below. In addition, its components are concatenated together, each part separated by a dot (U+002E), to form the normalised requested domain.
If the original domain was "Åsgård.Example.Com", then the resulting array would have the three items "xn--sgrd-poac", "example", and "com", and the normalised requested domain would be "xn--sgrd-poac.example.com".
Next, the page's own domain is processed to find if it is allowed to access the requested domain.
This specification does not yet define exactly
how the user agent determines the domain for a document. For documents
with URIs that contain domain components, the obvious answer is to use
that domain component as the domain; for other schemes, e.g. for
data: or javascript: pages, it is suggested that
user agents use the domain of the site where the link was found, or a
globally unique domain if the user went to the page directly.
If the page's domain name in not known, e.g. if only the server's IP address is known, and the normalised requested domain is not the empty string, then the user agent must raise a security exception.
If the normalised requested domain is the empty string, then the rest of this algorithm can be skipped. This is because in that situation, the comparison of the two arrays below will always find them to be the same — the first array in such a situation is also empty and so permission to access that storage area will always be given.
If the page's domain contains no dots (U+002E) then the string
".localdomain" must be appended to the page's domain.
Then, the page's domain must be turned into an array, being split, converted to ASCII, and lowercased as described for the domain argument above.
Of the two arrays, the longest one must then be shortened to the length of the shorter one, by dropping items from the start of the array.
If the domain argument is "www.example.com" and the page's domain is "example.com" then the first array will be a three item array ("www", "example", "com"), and the second will be a two item array ("example", "com"). The first array is therefore shortened, dropping the leading parts, making both into the same array ("example", "com").
If the two arrays are not component-for-component identical in literal string comparisons, then the user agent must then raise a security exception.
Otherwise, the user agent must check to see if it has allocated global storage area for the normalised requested domain. If it does not, a new storage area for that domain must be created.
The user agent must then create a Storage object associated with that domain's
global storage area, and return it.
When the requested domain is a top level domain, or the empty string, or a country-specific sub-domain like "co.uk" or "ca.us", the associated global storage area is known as public storage area
The setItem() method might be called on a Storage object that is associated with a
global storage area for a domain d, created by a StorageList object associated with a
Window object x. Whenever
this occurs, a storage event must be fired, as described
below, in every DocumentWindow
object that matches the following conditions:
Window object is not
x, and
Window object's globalStorage attribute's StorageList object's getDomain() method would not raise a
security exception according to the rules above if it was invoked with
the domain d.
In other words, every other document that has access to that domain's global storage area is notified of the change.
storage eventThe storage
event is fired in a DocumentWindow when a storage area
changes, as described in the previous two sections (for session storage, for global storage).
When this happens, a storage event
in the http://www.w3.org/2001/xml-events namespace, which
bubbles, is not cancelable, has no default action, and which uses the
StorageEvent interface described
below, must be fired on the body
element, or, if there isn't one, on the DocumentWindow object itself.
However, it is possible (indeed, for session storage areas, likely) that
the target DocumentWindow
object is not active at that time. For example, it might not be the
current entry in the session history;
user agents typically stop scripts from running in pages that are in the
history. In such cases, the user agent must instead delay the firing of
the event until such time as the DocumentWindow object in question
becomes active again.
When there are multiple delayed storage events for the same DocumentWindow object, user agents
should coalesce events with the same domain value
(dropping duplicates).
If the DOM of a page that has delayed storage events queued up is discarded, then the delayed
events are dropped as well.
interface StorageEvent : Event {
readonly attribute DOMString domain;
void initStorageEvent(in DOMString typeArg,
in boolean canBubbleArg,
in boolean cancelableArg,
in DOMString domainArg);
void initStorageEventNS(in DOMString namespaceURIArg,
in DOMString typeArg,
in boolean canBubbleArg,
in boolean cancelableArg,
in DOMString domainArg);
};
The initStorageEvent() and
initStorageEventNS()
methods must initialise the event in a manner analogous to the
similarly-named methods in the DOM3 Events interfaces. [DOM3EVENTS]
The domain attribute of the
StorageEvent event object must be
set to the name of the domain associated with the storage area that
changed if that storage area is a global storage area, or the string
"#session" if it was a session storage area.
User agents should limit the total amount of space allowed for a domain based on the domain of the page setting the value.
User agents should not limit the total amount of space allowed on a per-storage-area basis, otherwise a site could just store data in any number of subdomains, e.g. storing up to the limit in a1.example.com, a2.example.com, a3.example.com, etc, circumventing per-domain limits.
User agents may prompt the user when per-domain space quotas are reached, allowing the user to grant a site more space. This enables sites to store many user-created documents on the user's computer, for instance.
User agents should allow users to see how much space each domain is using.
If the storage area space limit is reached during a setItem() call,
the user agent should raise an exception.
A mostly arbitrary limit of five megabytes per domain is recommended. Implementation feedback is welcome and will be used to update this suggestion in future.
Multiple browsing contexts must be able to access the global storage areas simultaneously in a predictable manner. Specifically, if a script running in one browsing context accesses a global storage area, scripts in other browsing contexts must block when trying to access any global storage area until the first script has executed to completion. Similarly, when a script in one browsing context accesses its session storage area, any scripts that have the same top level browsing context and the same domain must block when accessing their session storage area until the first script has executed to completion.
The above requirements are required to guarentee that the length attribute
of a Storage object never changes
while a script is executing, other than in a way that is predictable by
the script itself.
If someone can come up with another way of preventing such changes without requiring as much blocking, and without running the risk of deadlocks, let me know.
A third-party advertiser (or any entity capable of getting content distributed to multiple sites) could use a unique identifier stored in its domain's global storage area to track a user across multiple sessions, building a profile of the user's interests to allow for highly targetted advertising. In conjunction with a site that is aware of the user's real identity (for example an e-commerce site that requires authenticated credentials), this could allow oppressive groups to target individuals with greater accuracy than in a world with purely anonymous Web usage.
The globalStorage object also
introduces a way for sites to cooperate to track users over multiple
domains, by storing identifying data in "public" top-level domain storage area,
accessible by any domain.
There are a number of techniques that can be used to mitigate the risk of user tracking:
Blocking third-party storage: user agents may restrict access to the
globalStorage object to scripts
originating at the domain of the top-level document of the browsing context.
This blocks a third-party site from using its private storage area for tracking a user, but top-level sites could still cooperate with third parties to perferm user tracking by using the "public" storage area.
Expiring stored data: user agents may automatically delete stored data after a period of time.
For example, a user agent could treat the global storage area as session-only storage, deleting the data once the user had closed all the browsing contexts that could access it.
This can restrict the ability of a site to track a user, as the site would then only be able to track the user across multiple sessions when he authenticates with the site itself (e.g. by making a purchase or logging in to a service).
Blocking access to the top-level domain ("public") storage areas: user agents
may prevent domains from storing data in and reading data from the
top-level domain entries in the globalStorage object.
In practice this requires a detailed list of all the "public"
second-level (and third-level) domains. For example, content at the
domain www.example.com would be allowed to access
example.com data but not com data; content at
the domain example.co.uk would be allowed access to
example.co.uk but not co.uk or
uk; and content at example.chiyoda.tokyo.com
would be allowed access to example.chiyoda.tokyo.com but
not chiyoda.tokyo.jp, tokyo.jp, or
jp, while content at example.metro.tokyo.jp
would be allowed access to both example.metro.tokyo.jp and
metro.tokyo.jp but not tokyo.jp or
jp. The problem is even more convoluted when one considers
private domains with third-party subdomains such as
dyndns.org or uk.com.
Blocking access to the "public" storage areas can also prevent innocent sites from cooperating to provide services beneficial to the user.
Treating persistent storage as cookies: user agents may present the persistent storage feature to the user in a way that does not distinguish it from HTTP session cookies. [RFC2965]
This might encourage users to view persistent storage with healthy suspicion.
Site-specific white-listing of access to "public" storage area: user agents may allow sites to access persistent storage for their own domain and subdomains in an unrestricted manner, but require the user to authorise access to the storage area of higher-level domains.
For example, code at example.com would be always allowed
to read and write data for www.example.com and
example.com, but if it tried to access com,
the user agent could display a non-modal message informing the user that
the page requested access to com and offering to allow it.
Origin-tracking of persistent storage data: user agents may record the domain of the script that caused data to be stored.
If this information is then used to present the view of data currently in persistent storage, it would allow the user to make informed decisions about which parts of the persistent storage to prune. Combined with a blacklist ("delete this data and prevent this domain from ever storing data again"), the user can restrict the use of persistent storage to sites that he trusts.
Shared blacklists: user agents may allow users to share their persistent storage domain blacklists.
This would allow communities to act together to protect their privacy.
While these suggestions prevent trivial use of this API for user tracking, they do not block it altogether. Within a single domain, a site can continue to track the user across multiple sessions, and can then pass all this information to the third party along with any identifying information (names, credit card numbers, addresses) obtained by the site. If a third party cooperates with multiple sites to obtain such information, a profile can still be created.
However, user tracking is to some extent possible even with no cooperation from the user agent whatsoever, for instance by using session identifiers in URIs, a technique already commonly used for innocuous purposes but easily repurposed for user tracking (even retroactively). This information can then be shared with other sites, using using visitors' IP addresses and other user-specific data (e.g. user-agent headers and configuration settings) to combine separate sessions into coherent user profiles.
If the user interface for persistent storage presents data in the persistent storage feature separately from data in HTTP session cookies, then users are likely to delete data in one and not the other. This would allow sites to use the two features as redundant backup for each other, defeating a user's attempts to protect his privacy.
Since the "public" global storage areas are accessible by content from many different parties, it is possible for third-party sites to delete or change information stored in those areas in ways that the originating sites may not expect.
Authors must not use the "public" global storage areas for storing sensitive data. Authors must not trust information stored in "public" global storage areas.
This API makes no distinction between content served over HTTP, HTTPS, FTP, or other host-based protocols, and does not distinguish between content served from different ports at the same host.
Thus, for example, data stored in the global persistent storage for
domain "secure.example.com" by a page served over SSL from
https://secure.example.com/ will be accessible from a page
served in plain text from http://example.com/.
Since the data is not sent over the wire by the user agent, this is not a security risk in its own right. However, authors must take proper steps to ensure that all hosts that have fully qualified host names that are subsets of hosts dealing with sensitive information are as secure as the secure hosts themselves.
Similarly, authors must ensure that all Web servers on a host, regardless of the port, are equally trusted if any of them are to use persistent storage. For instance, if a Web server runs a production service that makes use of the persistent storage feature, then other users that have access to that machine and that can run a Web server on another port will be able to access the persistent storage added by the production service (assuming they can trick a user into visiting their page).
However, if one is able to trick users into visiting a Web server with the same hostname but on a different port as a production service used by these users, then one could just as easily fake the look of the site and thus trick users into authenticating with the fake site directly, forwarding the request to the real site and stealing the credentials in the process. Thus, the persistent storage feature is considered to only minimally increase the risk involved.
Different authors sharing one host name, for example users hosting
content on geocities.com, all share one persistent storage
object. There is no feature to restrict the access by pathname. Authors on
shared hosts are therefore recommended to avoid using the persistent
storage feature, as it would be trivial for other authors to read from and
write to the same storage area.
The two primary risks when implementing this persistent storage feature are letting hostile sites read information from other domains, and letting hostile sites write information that is then read from other domains.
Letting third-party sites read data that is not supposed to be read from their domain causes information leakage, For example, a user's shopping wishlist on one domain could be used by another domain for targetted advertising; or a user's work-in-progress confidential documents stored by a word-processing site could be examined by the site of a competing company.
Letting third-party sites write data to the storage areas of other domains can result in information spoofing, which is equally dangerous. For example, a hostile site could add items to a user's wishlist; or a hostile site could set a user's session identifier to a known ID that the hostile site can then use to track the user's actions on the victim site.
A risk is also presented by servers on local domains having hostnames
matching top-level domain names, for instance having a host called "com"
or "net". Such hosts might, if implementations fail to correctly implement
the .localdomain suffixing, have full
access to all the data stored in a UA's persistent storage for that top
level domain.
Thus, strictly following the model described in this specification is important for user security.
Both Documents and Elements must also
implement the GetElementsByClassName
interface:
interface GetElementsByClassName {
NodeList getElementsByClassName(in DOMString className1 [, in DOMString className2, ...] );
}
This interface defines one method, getElementsByClassName(),
which takes one or more strings representing classes and must return all
the elements in that document or below that element that are of all those
classes. HTML, XHTML, SVG and MathML elements define which classes they
are in by having an attribute in the per-element partition with the name
class containing a space-separated list
of classes to which the element belongs. Other specifications may also
allow elements in their namespaces to be labelled as being in specific
classes. UAs must not assume that all attributes of the name class for elements in any namespace work in this
way, however, and must not assume that such attributes, when used as
global attributes, label other elements as being in specific classes.
Given the following XHTML fragment:
<div id="example"> <p id="p1" class="aaa bbb"/> <p id="p2" class="aaa ccc"/> <p id="p3" class="bbb ccc"/> </div>
A call to
document.getElementById('example').getElementsByClassName('aaa')
would return a NodeList with the two paragraphs
p1 and p2 in it. A call to
getElementsByClassName('ccc', 'bbb') would only return one
node, however, namely p3.
We could also have a getElementBySelector() method, but it seems that it would be best to let the CSSWG define that.
The DOM IG expressed concerns about this interface, suggesting that DOM Traversal would be a better way of doing this.
All objects that implement the Node interface shall also
implement the ElementTraversal interface:
// Originally defined in SVG 1.2 Appendix A
interface ElementTraversal {
readonly attribute Element firstElementChild;
readonly attribute Element lastElementChild;
readonly attribute Element nextElementSibling;
readonly attribute Element previousElementSibling;
};
The firstElementChild and
lastElementChild attributes
must return the first element child and last element child (respectively)
of their node. If there is no such child, they must return null.
The nextElementSibling
and previousElementSibling
attributes must return the first element to follow the current node and
the first element to precede the current node (respectively). If there is
no such element, they must return null.
This section will try to explain how
document.write() actually works (HTML only), and will define
the innerHTML attribute, for both HTML and XML contexts. Wish
us luck.
We need a section to define how events all work, default actions, etc. For example, how does clicking on a span in a link that is in another link actually cause a link to be followed? which one?
In the ECMAScript DOM binding, the ECMAScript
native Function type must implement the
EventListener interface such that invoking the
handleEvent() method of that interface on the object invokes
the function itself, with the event argument as its only
argument. Such functions must be called in the global scope. If the
function returns false, the event's preventDefault() method
must then invoked. Exception: for historical reasons, for the HTML
mouseover event, the preventDefault() method
must be called when the function returns true instead.
In HTML, event handler attributes (such as
onclick) are invoked as if they were functions implementing
EventListener, with the argument called event.
Such attributes are added as non-capture event listeners of the type given
by their name (without the leading on prefix). Only
attributes actually defined to exist by specifications implemented by the
UA (e.g. HTML, Web Forms 2, Web
Apps) are actually
registered, however; for example if an author created an
onfoo attribute, it would not be fired for foo
events.
The scope chain for ECMAScript executed in HTML
event handler attributes must link from the activation object for the
handler, to its this parameter (the event target), to the
element's form element if it is a form control, to the
document, to the default view (the window).
This definition is intentionally backwards compatible with DOM Level 0. See also ECMA262 Edition 3, sections 10.1.6 and 10.2.3, for more details on activation objects. [ECMA262]
This specification extends the DocumentStyle interface introduced in
DOM2 Style. [DOM2STYLE]
// Introduced in DOM Level 2: [DOM2STYLE]
interface DocumentStyle {
readonly attribute StyleSheetList styleSheets;
// New in this specification:
attribute DOMString selectedStylesheetSet;
readonly attribute DOMString lastStylesheetSet;
readonly attribute DOMString preferredStylesheetSet;
readonly attribute DOMStringList stylesheetSets;
void enableStylesheetsForSet(in DOMString name);
};
For this interface, the DOMString values "null" and "the
empty string" are distinct, and must not be considered equivalent.
The new members are defined as follows:
selectedStylesheetSet of
type DOMString
This attribute indicates which style sheet set ([HTML4]) is in use. This attribute is live; changing the disabled attribute on style sheets directly will change the value of this attribute.
If all the sheets that are enabled have the same title (by case
insensitive comparisons) then the value of this attribute shall be
exactly equal to the title of the first enabled style sheet with a title
in the styleSheets list. If style sheets from different
sets are enabled, then the return value shall be null (there is no way
to determine what the currently selected style sheet set is in those
conditions). Otherwise, either all style sheets are disabled, or there
are no alternate style sheets, and selectedStylesheetSet must
return the empty string.
Setting this attribute to the null value shall have no effect.
Setting this attribute to a non-null value must call enableStylesheetsForSet()
with that value as the function's argument, then set lastStylesheetSet to that value.
From the DOM's perspective, all views have the same selectedStylesheetSet. If a UA
supports multiple views with different selected alternate style sheets,
then this attribute (and the StyleSheet interface's
disabled attribute) must return and set the value for the
default view.
lastStylesheetSet of
type DOMString, readonly
This property shall return the last value that selectedStylesheetSet was set
to, or, if none, null.
preferredStylesheetSet of
type DOMString, readonly
This attribute shall indicate the preferred style sheet set as set by
the author. It is determined from the order of style sheet declarations
and the Default-Style HTTP headers. [HTML4]. If there is no preferred style sheet set,
this attribute must return the empty string. The case of this attribute
must exactly match the case given by the author where the preferred
style sheet is specified or implied. This attribute must never return
null.
stylesheetSets of type
DOMStringList, readonly
This must return the live list of the currently available style sheet
sets. This list is constructed by enumerating all the style sheets for
this document available to the implementation, in the order they are
listed in the styleSheets attribute, adding the title of
each style sheet with a title to the list, avoiding duplicates by
dropping titles that match (case insensitively) titles that have already
been added to the list.
enableStylesheetsForSet(name), method
Calling this method must change the disabled attribute on
each StyleSheet object with a title attribute with a length
greater than 0 in the styleSheets attribute, so that all
those whose title matches the name argument are
enabled, and all others are disabled. Title matches are case
insensitive. Calling this method with the empty string disables all
alternate and preferred style sheets (but does not change the state of
persistent style sheets, that is those with no title attribute).
Calling this method with a null value must have no effect.
Style Sheets that have no title are never affected by this method.
This method does not change the values of the lastStylesheetSet or preferredStylesheetSet
attributes.
If new style sheets with titles are added to the document, the UA must decide whether or not the style sheets should be initially enabled or not. How this happens depends on the exact state of the document at the time the style sheet is added, as follows.
First, if the style sheet is a preferred style sheet (it has a title,
but is not marked as alternate), and there is no current preferred style
sheet (the preferredStylesheetSet attribute
is equal to the empty string) then the preferredStylesheetSet attribute
is set to the exact value of this style sheet's title. (This changes the
preferred style sheet set, which causes further changes — see
below.)
Then, for all sheets, if any of the following is true, then the style sheet must be enabled:
lastStylesheetSet
is null, and the style sheet's title matches (by case insensitive match)
the value of the preferredStylesheetSet
attribute.
lastStylesheetSet
attribute.
Otherwise, the style sheet must be disabled.
If the UA has the preferred style sheet set changed, for example if it
receives a "Default-Style:" HTTP header after it receives HTTP "Link:"
headers implying another preferred style sheet, then the preferredStylesheetSet
attribute's value must be changed appropriately, and, if the lastStylesheetSet is null, the
enableStylesheetsForSet()
method must be called with the new preferredStylesheetSet value.
(The lastStylesheetSet
attribute is not changed.)
Thus, in the following HTML snippet:
<link rel="alternate stylesheet" title="foo" href="a"> <link rel="alternate stylesheet" title="bar" href="b"> <script> document.selectedStylesheetSet = 'foo'; document.styleSheets[1].disabled = false; </script> <link rel="alternate stylesheet" title="foo" href="c"> <link rel="alternate stylesheet" title="bar" href="d">
...the style sheets that end up enabled are style sheets "a", "b", and
"c", the selectedStylesheetSet attribute
would return null, lastStylesheetSet would return
"foo", and preferredStylesheetSet would
return "".
Similarly, in the following HTML snippet:
<link rel="alternate stylesheet" title="foo" href="a"> <link rel="alternate stylesheet" title="bar" href="b"> <script> var before = document.preferredStylesheetSet; document.styleSheets[1].disabled = false; </script> <link rel="stylesheet" title="foo" href="c"> <link rel="alternate stylesheet" title="bar" href="d"> <script> var after = document.preferredStylesheetSet; </script>
...the "before" variable will be equal to the empty string, the "after"
variable will be equal to "foo", and style sheets "a" and "c" will be
enabled. This is the case even though the first script block sets style
sheet "b" to be enabled, because upon parsing the following
<link> element, the preferredStylesheetSet is set
and the enableStylesheetsForSet()
method is called (since selectedStylesheetSet was never
set explicitly, leaving lastStylesheetSet at null
throughout), which changes which style sheets are enabled and which are
not.
The user interface of Web browsers that support style sheets should list
the style sheet titles given in the stylesheetSets list, showing the
selectedStylesheetSet as
the selected style sheet set, leaving none selected if it is null or the
empty string, and selecting an extra option "Basic Page Style" (or
similar) if it is the empty string and the preferredStylesheetSet is the
empty string as well.
Selecting a style sheet from this list should set the selectedStylesheetSet attribute.
If UAs persist the selected style sheet set, they should use the value
of the selectedStylesheetSet attribute,
or if that is null, the lastStylesheetSet attribute, when
leaving the page (or at some other time) to determine the set name to
store. If that is null then the style sheet set should not be persisted.
When re-setting the style sheet set to the persisted value (which can
happen at any time, typically at the first time the style sheets are
needed for styling the document, after the <head> of
the document has been parsed, after any scripts that are not dependent on
computed style have executed), the style sheet set should be set by
setting the selectedStylesheetSet attribute
as if the user had selected the set manually.
This specification does not give any suggestions on how UAs should decide to persist the style sheet set or whether or how to persist the selected set across pages.
Future versions of CSS may introduce ways of having alternate style
sheets declared at levels lower than the top level, i.e. embedded within
other style sheets. Implementations of this specification that also
support this proposed declaration of alternate style sheets are expected
to perform depth-first traversals of the styleSheets list,
not simply enumerations of the styleSheets list that only
contains the top level.
This entire section will be merged with earlier sections in due course.
When an element is focused, key events are targetted at that element instead of at the document's root element.
tabindex AttributeThis section on the tabindex attribute needs to be checked for
backwards-compatibility.
The tabindex attribute defined in
HTML4 is extended to apply to all HTML elements by defining it as a common
attribute.
The tabindex attribute specifies
the relative order of elements for the purposes of sequential focus
navigation. The name "tab index" comes from the common use of the "tab"
key to navigate through the focusable elements. The term "tabbing" refers
to moving forward through the focusable elements.
The tabindex attribute can take
any integer (an optional U+002D HYPHEN-MINUS representing negativity
followed by one or more digits in the range 0-9, U+0030 to U+0039,
interpreted as base ten).
A positive integer (including zero) specifies the index of the element in the current scope's tab order. Elements with the same index are sorted in document order for the purposes of tabbing.
A negative integer specifies that the element should be removed from the tab order. If the element does normally take focus, it may still be focused using other means (e.g. it could be focussed by a click).
Other values are ignored, as if the attribute was absent. Certain
elements may default absent tabindex
attributes to zero, at the user agent's discretion. (In other words, some
elements are focusable by default, and they are assumed to have tab index
0. Text fields will typically be in the tab order by default, for
instance.)
When an element that does not normally take focus has the tabindex attribute specified with a positive
value, then it is added to the tab order and is made focusable. When
focused, the element matches the CSS :focus pseudo-class and key events are
dispatched on that element when appropriate, just like focusing a link.
Since all HTML elements can thus be focused and unfocusd, the
onfocus and onblur attributes shall also apply
to all HTML elements.
ElementFocus interfaceThe ElementFocus interface
contains methods for moving focus to and from an element. It can be
obtained from objects that implement the Element interface
using binding-specific casting methods.
interface ElementFocus {
attribute long tabIndex;
void focus();
void blur();
};
The tabIndex DOM attribute
reflects the value of the related content attribute. If the attribute is
not present (or has an invalid value) then the DOM attribute should return
the UA's default value for that element, typically either 0 (for elements
in the tab order) or -1 (for elements not in the tab order).
The focus() and blur() methods focus and unfocus the element
respectively, if the element is focusable.
DocumentFocus interfaceThe DocumentFocus interface
contains methods for moving focus around the document. It can be obtained
from objects that implement the Document interface using
binding-specific casting methods.
interface DocumentFocus {
readonly attribute Element currentFocus;
void moveFocusForward();
void moveFocusBackward();
void moveFocusUp();
void moveFocusRight();
void moveFocusDown();
void moveFocusLeft();
};
The currentFocus attribute
returns the element to which key events will be sent when the document
receives key events.
The moveFocusForward
method uses the 'nav-index' property and the tabindex attribute to find the next focusable
element and focuses it.
The moveFocusBackward
method uses the 'nav-index' property and the tabindex attribute to find the previous
focusable element and focuses it.
The moveFocusUp method uses the
'nav-up' property and the tabindex attribute to find an appropriate
focusable element and focuses it.
In a similar manner, the moveFocusRight, moveFocusDown, and moveFocusLeft methods use the
'nav-right', 'nav-down', and
'nav-left' properties (respectively), and the tabindex attribute, to find an appropriate
focusable element and focus it.
The 'nav-index', 'nav-up',
'nav-right', 'nav-down', and
'nav-left' properties are defined in [CSS3UI].
contentEditable attributeThis section will be based on the contentEditable attribute.
The contentEditable
attribute is a common attribute. User agents must support this attribute
on all HTML elements.
If an HTML element has a contentEditable attribute set to
exactly the literal value true, or if its nearest ancestor
with the contentEditable
attribute set has its attribute set to exactly the literal value
true, then the UA must treat the element as editable (as described below).
If an HTML element has a contentEditable attribute set but the
value of the attribute is not exactly the literal value true,
or if its nearest ancestor with the contentEditable attribute set is not
editable, or if it has no ancestor with
the contentEditable attribute
set, then the element is not editable.
Authors must only use the values true and
false with the contentEditable attribute.
If an element is editable and its parent element is not, then the element is an editing host. Editable elements can be nested, meaning the user can edit through them (see below). User agents must make editing hosts focusable (which typicially means it enters the tab order). An editing host can contain non-editable sections, these are handled as described below. An editing host can contain non-editable sections that contain further editing hosts. These nested editing hosts are not handled any differently to top-level editing hosts — they ...
How editable elements act depends on their CSS 'display'
type. (For non-CSS user agents, analogous rules should be followed.)
If an editable element is an inline box ('display' has the
value 'inline' or 'run-in' and the result is an
inline box), ...
...
This section defines an event-based drag-and-drop mechanism.
This specification does not define exactly what a drag and drop operation actually is.
On a visual medium with a pointing device, a drag operation could be the
default action of a mousedown event
that is followed by a series of mousemove events, and the drop could be
triggered by the mouse being released.
On media without a pointing device, the user would probably have to explicitly indicate his intention to perform a drag-and-drop operation, stating what he wishes to drag and what he wishes to drop, respectively.
However it is implemented, drag and drop operations must have a starting point (e.g. where the mouse was clicked, or the start of the selection or element that was selected for the drag), may have any number of intermediate steps (elements that the mouse moves over during a drag, or elements that the user picks as possible drop points as he cycles through possibilities), and must either have an end point (the element above which the mouse button was released, or the element that was finally selected), or be canceled. The end point must be the last element selected as a possible drop point before the drop occurs (so if the operation is not canceled, there must be at least one element in the middle step).
There are two processing models for drag-and-drop: one for when a drag is initiated within the document, and one for when a drag is initiated in another (DOM-based) document or another application altogether, but the user has selected a node in the document as a drop target.
When the user attempts to begin a drag operation, the user agent must
first determine what is being dragged. If the drag operation was invoked
on a selection, then it is the selection that is being dragged. Otherwise,
it is the first element, going up the ancestor chain, starting at the node
that the user tried to drag, that has the DOM attribute draggable set to
true. If there is no such element, then nothing is being dragged, the
drag-and-drop operation is never started, and the user agent must not
continue with this algorithm.
If the user agent determines that something can be dragged, a dragstart event
must then be fired.
If it is a selection that is being dragged, then this event must be fired on the node that the user started the drag on (typically the text node that the user originally clicked). If the user did not specify a particular node, for example if the user just told the user agent to begin a drag of "the selection", then the event must be fired on the deepest node that is a common ancestor of all parts of the selection.
If it is not a selection that is being dragged, then the event must be fired on the element that is being dragged.
The node on which the event is fired is the source node. Multiple events are fired on this node during the course of the drag-and-drop operation.
The dataTransfer member of the event must
initially contain no
nodes if a selection is being dragged, and just the source node otherwise.
If the event is canceled, then the drag and drop operation must not occur; the user agent must not continue with this algorithm.
If it is not canceled, then the drag and drop operation must be initiated.
Since events with no event handlers registered are, almost by definition, never canceled, drag and drop is always available to the user if the author does not specifically prevent it.
The drag-and-drop feedback must be generated from the selection if the
user is dragging a selection, or from the nodes that were in the dataTransfer object's list after the
event has been handled otherwise. In visual media, if an image was specified,
then that image must be used instead.
The user agent must take a note of the data that was placed in the
dataTransfer object.
From this point until the end of the drag-and-drop operation, mouse and key events must be suppressed. In addition, the user agent must track all DOM changes made during the drag-and-drop operation, and add them to its undo history as one atomic operation once the drag-and-drop operation has ended.
During the drag operation, the element directly indicated by the user as the drop target is called the immediate user selection. (Only elements can be selected by the user; other nodes must not be made available as drop targets.)
However, the immediate user selection is not necessarily the element the current target element, the element currently selected for the drop part of the drag-and-drop operation.
The immediate user selection changes as the user selects different elements (either by pointing at them with a pointing device, or by selecting them in some other way). The current target element changes when the immediate user selection changes, based on the results of event handlers in the document, as described below.
Both the current target element and the immediate user selection can be null, which means no target element is selected. They can also both be elements in other (DOM-based) documents, or other (non-Web) programs altogether. (For example, a user could drag text to a word-processor.) The current target element is initially null.
In addition, there is also a current drag operation, which can take on the values "none", "copy", "link", and "move". Initially it has the value "none". It is updated by the user agent as described in the steps below.
User agents must, every 350ms (±200ms), perform the following steps in sequence. (If the user agent is still performing the previous iteration of the sequence when the next iteration becomes due, the user agent must not execute the overdue iteration, effectively "skipping missed frames" of the drag and drop operation.)
First, the user agent must fire a drag event at the source
node.
Next, if the drag
event was not canceled and the user has not ended the drag-and-drop
operation, the user agent must check the state of the drag-and-drop
operation, as follows:
First, if the user is indicating a different immediate user selection than during the last iteration (or if this is the first iteration), and if this immediate user selection is not the same as the current target element, then the current target element must be updated, as follows:
If the new immediate user selection is null, or is in a non-DOM document or application, then set the current target element to the same value.
Otherwise, the user agent must fire a dragenter
event at the immediate user
selection.
If the event is canceled, then the current target element must be set to the immediate user selection.
Otherwise, if the current target
element is not the body element, the user agent must
fire a dragenter event at the body element, and the current target element must be set to
the body element,
regardless of whether the event was canceled or not.
If the previous step caused the current
target element to change, and if the previous target
element was not null or a part of a non-DOM document, the user agent
must fire a dragleave event at the previous target
element.
If the current target element
is a DOM element, the user agent must fire a dragover event
at this current target element.
If the dragover event is not canceled, the
dataTransfer object's
dropEffect attribute must then be reset to the value it
was given when the event was fired.
Then, regardless of whether the event was canceled or not, the drag
feedback (e.g. the mouse cursor) must be updated to match the kind of
drag-and-drop operation indicated by the event's dataTransfer object's dropEffect attribute, as
follows:
dropEffect
| Drag operation |
|---|---|
none
| No operation allowed. |
copy
| Data will be copied. |
link
| Data will be linked. |
move
| Data will be moved. |
The drag operation in question is the new current drag operation.
Otherwise, if the current target element is not a DOM element, the user agent must use platform-specific mechanisms to determine what drag operation is being performed (none, copy, link, or move). This sets the current drag operation.
Otherwise, if the user ended the drag and drop operation (e.g. by releasing the mouse button in a mouse-driven drag-and-drop interface), then this will be the last iteration. The user agent should follow the following steps, then stop looping.
If the current drag operation
is none (no drag operation), or, if the user ended the drag-and-drop
operation by canceling it (e.g. by hitting the Escape key),
or if the current target element
is null, then the drag operation failed. If the current target element is a DOM element,
the user agent must fire a dragleave event at it; otherwise, if it
is not null, it must use platform-specific conventions for drag
cancellation.
Otherwise, the drag operation was as success. If the current target element is a DOM element,
the user agent must fire a drop event at it; otherwise, it must use
platform-specific conventions for indicating a drop.
When the target is a DOM element, the dropEffect attribute of the
event's dataTransfer object must be given the
value representing the current drag
operation (copy, link, or move), and the object
must be set up so that the getData() method will return
the data that was added during the dragstart event.
Some elements have a default behaviour for "drop", e.g. textarea receives new text. Cancelable.
Finally, the user agent must fire a dragend event at the source node.
Some elements have a default behaviour for "dragend", e.g. textarea deletes source text in a move. NOT cancelable.
The events must be fired as described above, even if the nodes are in different documents (assuming those are DOM-based). User agents should handle cases where the target is not in a DOM-based document according to the platform conventions.
...
draggable
attribute...
The draggable DOM attribute reflects
the draggable content attribute. However, the
default value varies based on the element type For img elements, the default is true. For a elements, the default is true if the element has
an href content
attribute, and false otherwise. For all other elements, the default is
false.
DragEvent interface and the dataTransfer objectNeed to define DragEvent interface.
interface DataTransfer {
attribute DOMString dropEffect;
attribute DOMString effectAllowed;
void clearData(in DOMString format);
void setData(in DOMString format, in DOMString data);
DOMString getData(in DOMString format);
// XXX addElement, dragImage, etc
};
Need to define DataTransfer members
When a DragEvent event object is initialised by the user
agent for the purposes of the drag-and-drop model described above (as
opposed to when a custom DragEvent event object is created by
author script), the object must be initialised as follows.
dataTransfer member must be initialised
to a new instance of a DataTransfer object.
dataTransfer object's effectAllowed attribute
must be set to "uninitialized" for dragstart events,
and to whatever value the field had after the last drag-and-drop event
was fired for all other events (only counting events fired by the user
agent for the purposes of the drag-and-drop model described above).
dropEffect
attribute must be set to "none" for dragstart, drag, dragleave, and
dragend events
(except when stated otherwise in the algorithms given in the earlier
sections), and to a value based on the effectAllowed attribute's
value and to the drag-and-drop source, as given by the following table,
for other events:
effectAllowed
| dropEffect
|
|---|---|
none
| none
|
copy, copyLink, copyMove, all
| copy
|
link, linkMove
| link
|
move
| move
|
uninitialised when what is being dragged is
a selection from a text field
| move
|
uninitialised when what is being dragged is
a selection
| copy
|
uninitialised when what is being dragged is
an a element with an href
attribute
| link
|
| Any other case | copy
|
This section is non-normative. It merely summarises the preceeding sections.
The following events are involved in the drag-and-drop model. They all
use the DragEvent interface.
| Event Name | Target | Bubbles? | Cancelable? | dataTransfer
| effectAllowed
| dropEffect
| Default Action |
|---|---|---|---|---|---|---|---|
dragstart
| Source node | ✓ Bubbles | ✓ Cancelable | Contains source node unless a selection is being dragged, in which case it is empty | uninitialized
| none
| Initiate the drag-and-drop operation |
drag
| Source node | ✓ Bubbles | ✓ Cancelable | — | Same as last event | none
| Continue the drag-and-drop operation |
dragenter
| Immediate user selection or
the body element
| ✓ Bubbles | ✓ Cancelable | — | Same as last event | Based on
effectAllowed value
| Reject immediate user selection as potential target element |
dragleave
| Previous target element | ✓ Bubbles | — | — | Same as last event | none
| None |
dragover
| Current target element | ✓ Bubbles | ✓ Cancelable | — | Same as last event | Based on
effectAllowed value
| Reset dropEffect based on effectAllowed
value
|
drop< |