W3C

WICD Core 1.0

Editor's Draft 01 Nov 2006

This version:
http://www.w3.org/TR/2005/WD-WICD-20051219/
Latest version:
http://www.w3.org/TR/WICD/
Previous version:
http://www.w3.org/TR/2005/WD-WICD-20051121/
Editors:
Timur Mehrvarz, Vodafone Group Services Limited
Daniel Appelquist (early drafts), Vodafone Group Services Limited
Lasse Pajunen, Nokia
Julien Quint, DAISY Consortium

Abstract

This document specifies WICD Core 1.0, a device independent Compound Document profile based on XHTML, CSS and SVG.

Compound Document is the W3C term for a document that combines multiple formats.

WICD stands for Web Integration Compound Document and is based on the idea of integrating existing markup language formats in preference to inventing new markup.

Status of this Document

This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at http://www.w3.org/TR/.

The Compound Document Formats Working Group explicitly requests comments on this specification. Please send them to public-cdf@w3.org. This list is archived and acceptance of this archiving policy is requested automatically upon first post. To subscribe to this list send an email to public-cdf-request@w3.org with the word subscribe in the subject line.

This document has been produced by the Compound Document Formats Working Group as part of the Rich Web Client Activity within the W3C Interaction Domain.

This document was produced under the 5 February 2004 W3C Patent Policy. The Working Group maintains a public list of patent disclosures relevant to this document; that page also includes instructions for disclosing [and excluding] a patent. An individual who has actual knowledge of a patent which the individual believes contains Essential Claim(s) with respect to this specification should disclose the information in accordance with section 6 of the W3C Patent Policy.

Per section 4 of the W3C Patent Policy, Working Group participants have 150 days from the title page date of this document to exclude essential claims from the W3C RF licensing requirements with respect to this document series. Exclusions are with respect to the exclusion reference document, defined by the W3C Patent Policy to be the latest version of a document in this series that is published no later than 90 days after the title page date of this document.

Publication as a Working Draft does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress.

Table of Contents

1 Introduction
    1.1 Scope of this Specification
    1.2 Related Specifications
    1.3 Relationship to Referenced Specifications
2 Root, Parent and Child Documents
    2.1 Referencing Child Documents
3 Scalable Child Elements
    3.1 Supported Scalable Child Element Formats
    3.2 Scalable Child Element Use Cases
    3.3 Scalable Child Element Layout
4 Other Child Element Formats
5 Hyperlinking
    5.1 Link Activation
6 Focus Handling
    6.1 Focus Modes
    6.2 Focus Event triggered Child Element Animations
    6.3 Focus Navigation Models
7 Font Support
    7.1 System Fonts
    7.2 Font Naming
    7.3 Font Sharing
8 Content Encoding, Packaging and Transferring
    8.1 Content Encoding
    8.2 Content Packaging
9 Synchronization Support
    9.1 Temporal Synchronization of Media
    9.2 Timeline Initialization
    9.3 Play Animations while Document is loading
10 Events
    10.1 XHTML Event Attributes
    10.2 Attaching Events to WICD Documents
11 Intended Layout
    11.1 Media Queries
    11.2 Style sheet being provided for specific agent classes
    11.3 No style sheet being provided to handheld agents
    11.4 Switching off mousepointer emulation for handheld content

Appendices

A Definitions
B Conformance
C References
D Authoring Guidelines (Non-Normative)
E Acknowledgements (Non-Normative)
F Changes Log (Non-Normative)


1 Introduction

1.1 Scope of this Specification

(This section is informative)

This document defines a Web Integration Compound Document (WICD) Core, which is based upon the Compound Document by Reference Framework 1.0 (CDRF) and serves as a foundation for the creation of rich multimedia content profiles and describes rules for combining Extensible Hypertext Markup Language (XHTML), Cascading Style Sheets (CSS), and Scalable Child Element formats, such as Scalable Vector Graphics (SVG) in a non device specific manner.

1.2 Related Specifications

(This section is informative)

The image below shows the relation between the WICD and CDRF specifications.

Shows the relation of WICD and CDRF documents
CDRF - Compound Document by Reference Framework

CDRF describes generic rules and behavior for combining sets of standalone XML formats.

NOTE: The Compound Document Framework is language-independent. While it is clearly meant to serve as the basis for integrating W3C's family of XML formats within its Interaction Domain (e.g., CSS, MathML, SMIL, SVG, VoiceXML, XForms, XHTML, XSL) with each other, it can also be used to integrate non-W3C formats with W3C formats or integrate non-W3C formats with other non-W3C formats.

WICD Mobile 1.0

The WICD Mobile 1.0 profile is designed to enable rich multimedia content on mobile handset devices. It may also be appropriate for other handheld devices. However, WICD Mobile addresses the special requirements of mass-market, single-handed operated devices and enables publishers to target these type of devices without having to evaluate the user agent identification string. In this profile, child documents are embedded by reference (CDRF = Compound Document by Reference Framework).

WICD Mobile 1.0 builds upon WICD Core 1.0.

WICD Full 1.0

The WICD Full 1.0 profile is designed to enable rich multimedia content on desktop-type agents. It may also be appropriate for high capability handheld devices with a pointing device. In this profile, child documents are embedded by reference (CDRF).

WICD Full 1.0 builds upon WICD Core 1.0.

1.3 Relationship to Referenced Specifications

This document may contain clarifications, refinements, or specific implementation examples of content specified in referenced documents. Should there be a conflict with any text in this document and the referenced document, then the referenced document is the normative reference.

2 Root, Parent and Child Documents

A document that references other documents is a parent document. A root document is the topmost parent document. A document is a child document, if it is referenced by other documents. A child document can be a parent document at the same time.

Any profile, conforming to WICD Core 1.0, must support XHTML as root document.

Different WICD profiles may support different versions of XHTML. Later versions of WICD Core may define additional root document formats.

2.1 Referencing Child Documents

In XHTML, there are many elements (like object, img, iframe) that are used to reference child documents. In a similar way, child documents can be referenced from CSS declarations.

Any profile, conforming to WICD Core 1.0, must support the XHTML <object> element as a means of referencing Scalable Child Elements.

3 Scalable Child Elements

Scalable Child Elements appear as rectangular objects, which in their normal presentation, can always fit the screen or destination box, because they are scalable and usually meant to be viewed as a whole. Scalable Child Elements can be documents (e.g. SVG). They can also be non-documents (have a binary format or be applications).

3.1 Supported Scalable Child Element Formats

Any profile, conforming to WICD Core 1.0, must support SVG documents as Scalable Child Element format.

Later versions of WICD Core may mandate additional formats. Different WICD profiles may support different versions of SVG.

3.1.1 SVG

Multiple SVG child documents may be referenced from the same XHTML document.

Multiple SVG child documents may animate in parallel.

3.2 Scalable Child Element Use Cases

Scalable Child Elements can be referenced from a parent document as foreground objects, as background images or as overlay objects.

Any Scalable Child Element format must support these three use cases: Scalable Foreground Child Elements, Scalable Background Image and Scalable Overlay Objects (Sprites).

3.2.1 Scalable Foreground Child Elements

Scalable Foreground Child Elements are referenced using the XHTML <object> element. They appear on the main XHTML layer, just like bitmap images.

User agents must support Scalable Foreground Child Elements, which may be animating, interactive and may have embedded links.

The following example shows how a SVG document is referenced from a XHTML document:

<object data="icon.svg" type="image/svg+xml" width="100%" />
3.2.1.1 Still-Image Rendering

Using a param element with name="render", the document author can specify whether a frozen, static, or dynamic rendering is desired. The terms static and dynamic have the same meaning as in SVG. The term frozen implies a single conversion to a raster image. Dynamic rendering is the default behavior. The value of the param element is case sensitive. Unrecognized param values shall be treated as default values. If more than one "render" parameter is provided for an element, then only the last one shall be used.

Authors are encouraged to set the render param whenever referencing multiple non-animating child objects. This may allow user agents to implement performance and memory optimizations. For example, the storage space used by an SVG image might be reclaimed after a frozen rendering has been performed.

An <object> element <param> child element with name="render" and value="dynamic" shall result in a dynamic rendering. Links shall be activatable. Animations shall play, if the timeline has started. Modifications made by script shall update the rendering. The rendering shall also update, if the size of the rendering area changes.

An <object> element <param> child element with name="render" and value="static" shall result in a static rendering. Links shall not be activatable. Animations shall not play. Modifications made by script shall update the rendering. The rendering shall also update, if the size of the rendering area changes.

An <object> element <param> child element with name="render" and value="frozen" shall result in a one-time static rendering to a raster image. Links shall be not be activatable. Animations shall not play. Modifications made by script shall update the rendering. The rendering shall also update, if the size of the rendering area changes.

The default value for <param name="render"> is "dynamic".

Example:

<object data="icon.svg" type="image/svg+xml" width="100%" > 
  <param name="render" value="static" />
<object>

For SVG child objects, the document time used for rendering a frozen or static image shall be that given by the SVG 'snapshotTime' attribute. If no 'snapshotTime' is present in the animation, a document time of zero (0) must be used. Other Scalable Child Element formats may use a similar mechanism. Scalable Child Elements lacking such capability should use a time of zero (0) for still-image rendering.

3.2.2 Scalable Background Image

User agents must support Scalable Child Elements (e.g. SVG's) to be used as CSS background images.

Agents may support declarative animated background images. A Scalable Child Element, used as a background image, will not provide support for scripting and interaction, such as zooming, panning, linking and user interaction events. Authors should only provide non-animating or non-interactive animating content for use as a background image. If supported, a 'snapshotTime' should be authored. Agents that do not support animated background images, may generate a still-image presentation of the provided object. A still-image presentation of an animating object may be generated per description in 3.2.1.1 Still-Image Rendering, by using the "render/static" functionality.

The following example shows how a SVG document is placed on the XHTML background, using the CSS background-image attribute:

Use of background-image:

<html>
  <body style="background-image:url(background.svg);background-attachment:fixed">
    <p>This in foreground</p>  
  </body>
</html>

The following example will set an SVG image background.svg as a fixed, non-repeating (i.e. not tiled) non-scrolling ('pinned') background, using the individual properties:

Pinned background:

body {
  background-color: white;
  background-image: url(background.svg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center 
}

or using the shorthand :

Pinned background, shorthand:

body { background: white url(background.svg) no-repeat fixed center center }

If background.svg has its width and height set in px, then this is well-defined. If the default is declared (width="100%" height="100%"), then it will display as large as possible, where the background area to be be covered is treated as a viewport.

3.2.3 Scalable Overlay Objects (Sprites)

WICD user agents must support content layering using CSS absolute positioning in x, y and z order. This will detach a child element from the main XHTML layer and create a new transparent layer.

WICD user agents must make all visible and focusable points in the XHTML layer and the positioned Overlay Object reachable and activatable.

WICD user agents must support transparency for Overlay Objects.

Scalable Overlay Objects referred to from the XHTML page may be put in front of, or behind, the default XHTML layer.

Any transparent areas in the Overlay Object and in the XHTML root document must allow the layer behind to be visible.

A detailed description of the stacking level for different layers can be found in Appendix E in the [CSS21] specification.

Example:

.svg-sprite
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 0px;
}

<body>
  <div>
    <object class="svg-sprite" data="sprite.svg" type="image/svg+xml" />
    <p>Hello 1</p>
    <object data="foo.svg" type="image/svg+xml" width="100" height="50" />
    <p>Hello 2</p>
  </div>
</body>

User agents must support interactivity in overlay elements.

User agents must support overlay images with embedded links.

3.3 Scalable Child Element Layout

3.3.1 Rightsizing

Scalable Child Elements are referenced by using width and/or height attributes with values relative to their destination box (which may be the full available rendering area (canvas) of the user agent or maybe a table cell). In case the Scalable Child Element has it's own fixed aspect ratio, it is enough to provide only one size attribute value (width -or- height) of the object element (through CSS or directly in XHTML), when referencing it.

[CSS21] contains a detailed description of the required Visual formatting model.

If only one size attribute value is provided, a fixed aspect ratio child element will get 'rightsized' proportionally, by being scaled to fit into the destination box.

Example:

<object data="icon.svg" type="image/svg+xml" width="100%" />

The following illustration shows how a square, scalable element with a fixed aspect ratio, has being scaled into an available area with a requested width of 100%.

Shows how an SVG diagram is scaled into an available area

The following illustration shows, how two scalable elements with fixed aspect ratio, have been scaled into an available area, both with a requested width of 100%.

Shows how two SVG diagrams are scaled into an available area

When an embedded child document fragment (such as SVG) specifies its horizontal width and omits a height specification, then the actual extent of the image is defined by the content within it. On placing such an image into a user agent, the viewport is usually a window on a 'galley' view of the entire document. In such cases, the element should float to the top of the available galley as no height is specified. This is shown in the illustrations above. Where the aspect ratio rules for the embedded graphic force the width to be less than the user agents window width, the image should be centered horizontally (see 'Leftover Margins' below). If the dominant text layout direction is vertical text, the aforementioned rules should be adapted to the different layout flow direction in the case of 'height' being the only sizing specification.

3.3.2 Leftover Margins

Rendering scalable, but fixed aspect-ratio content into a fixed-sized destination area will often result in leftover margins. In case of SVG child documents: When the viewbox and the resulting viewport do not have the same aspect ratio, and preserveAspectRatio is not set to 'none' (the default being 'xMidyMid') some space is left in between the borders of the viewbox and that of the viewport.

The following illustration shows, how a square, scalable element, with a fixed aspect ratio, has been scaled into an available area (destination box) with a requested width of 100%. Because the viewport has a wider aspect ratio than the child object's viewBox, the viewport and viewBox cannot align exactly. Assuming the SVG content's root 'svg' element has 'preserveAspectRatio' of 'xMidYMid meet' (the default value), the child element's viewport will gain the width and height of the destination box, but the width and height of the resulting viewbox will be equal to the height of the available area.

Leftover margins will appear to the left and right of the child element's viewbox.

Shows how an SVG diagram is scaled into an available area with leftover margins

The following illustration shows, how a square, scalable element, with a fixed aspect ratio, is being scaled into an available area with a requested height of 100%. Because the viewport has a taller aspect ratio than the child object's viewBox, the viewport and viewBox cannot align exactly. Assuming the SVG content's root 'svg' element has 'preserveAspectRatio' of 'xMidYMid meet' (the default value), the child element's viewport will gain the width and height of the destination box, but the width and height of the resulting viewbox will be equal to the width of the available area.

Leftover margins will appear above and below the child element's viewbox.

Shows how an SVG diagram is scaled into an available area with leftover margins

The child content must render the entire viewport, including any leftover margins.

In the absence of a background color or image on the element that established the viewport (abbr html:object or svg:svg) it's background is transparent. In order to maximize the visual quality of the content, the parent document should be visible through the leftovers (as well as through the child content itself where it is transparent).

A defined background applies to the entire viewport (including the leftovers) so that content that spills outside of the viewbox into the leftovers is still on the correct background.

Any UI event, such as a mouse click, that hits the leftover areas, is dispatched in the same manner as UI events over non-leftover areas (i.e., to the child document)

3.3.3 Transparency

3.3.3.1 Introduction

(This section is informative)

The rendering of a WICD document may result in an overlap of content, originating from different namespaces, for example, an SVG graphic on top of some XHTML. Some user agents may provide monolithic implementations for all namespaces, whilst others may render each namespace by a separate block of executable code. For example, by providing a so-called 'plug-in' interface for each renderer.

In the case where an existing XHTML implementation is to be extended via the addition of a namespace supporting transparency (such as SVG) it is possible to provide a combined output using alpha-compositing by allowing the SVG implementation access to the output of the XHTML rendering. This would assume the XHTML base layer is opaque and the SVG layer on top would be responsible for retrieving the rendered output pixel data from the XHTML renderer and combining it with the SVG to support SVG layering on top of the XHTML. Such an approach removes the need to add any transparency support to an existing XHTML implementation whilst adding support for transparency support when new namespaces are added.

Such an approach to supporting a foreground transparency layer can be easily implemented given access to the result of rendering output of an existing implementation. In order to support such a feature, the XHTML implementation would need to notify a plugin that its rendering is complete.

If animation were supported in XHTML, then it would also be a requirement that the plugin is notified every time a change occurs in the rendered output. Such a change would most likely require an off-screen buffer to be used in order to 'double-buffer' so as to avoid flicker.

3.3.3.2 Foreground Scalable Child Elements over XHTML Backgrounds

Transparency in foreground Scalable Child Elements should be supported when rendered over XHTML background content.

3.3.3.3 Foreground Scalable Child Elements over Scalable Background

Transparency in Scalable Child Elements should be supported when a foreground Scalable Child Element is rendered over a background Scalable Child Element.

3.3.3.4 Foreground Bitmap Image over Non-Animating Background

Transparency in foreground bitmap images must be supported when rendered over non-animating background content.

3.3.3.5 Foreground Bitmap Image over Animating Background

Transparency in foreground bitmap images should be supported when rendered over animating background content.

4 Other Child Element Formats

Any audio or video format supported by the user agent must also be supported for use with the <audio> and <video> elements in SVG and the <object> element in XHTML.

5 Hyperlinking

WICD compliant agents should support seamless hyperlinking originating from any of the supported document formats to all supported content types. If it is possible to link from XHTML to some other supported content type (for example: XHTML linking to RSS, Java or multimedia content), then it should also be possible to link to the same content types from any other supported document format which supports hyperlinking (for example: SVG linking to RSS, Java or multimedia content).

If linking from XHTML to any of the supported content types will result in content type specific treatment, then linking to that same format from any other supported document format (such as from SVG) should result in the same content type specific treatment. If a WICD compliant agent supports linking from XHTML to URI schemes other than http:// (for examples wtai://, tel://, mailto://, etc.), then these URI schemes should also be supported, when linked-to from any of the other supported document formats that support hyperlinking (such as from SVG).

All URI schemes, supported for hyperlinking and the related functionality, should be supported, independent of the originating document format.

5.1 Link Activation

(This section is informative)

Link activation behavior for hyperlinks within a child object is defined by the child object's relevant language specification. For example, if the parent document is XHTML and the child object is SVG, then the SVG specification defines the behavior for what happens when a hyperlink within the SVG object is activated.

  • Link activation behavior for hyperlinks within a parent object is defined by the parent object's relevant language specification.
  • Link activation behavior for hyperlinks within a child object is defined by the child object's relevant language specification.

Nested hyperlinks are more complicated. The following illustrates nested hyperlinks. Suppose the parent document is XHTML as follows:

<!-- parent.html -->
<html:a href="LargeMap.html">
  <html:object type="image/svg+xml" data="child.svg" />
</html:a>

And the child SVG document contains the following:

<!-- child.svg -->
<svg:a xlink:href="DetailedCountyMap.html">
  <svg:text>county map</svg:text>
</svg:a>

The <svg:text> element is surrounded by two hyperlinks: a near one defined within the same SVG file and a farther one defined within the parent XHTML file. Nested hyperlinks for Compound Documents are processed in a manner consistent with the following model:

  • hyperlink-related event processing is compatible with the DOM3 Event model. Thus, an event such as a mouse click or a keyboard action which maps to DOMActivate will participate in capture, target and bubble phases according to the DOM3 Event specification.
  • elements which define hyperlinks (e.g., the <html:a> and <svg:a> elements) define implicit DOMActivate event listeners for the target and bubble phases (i.e., the useCapture parameter on the implicit addEventListenerNS() call is false), with a default action to execute a hyperlink to the identified resource.
  • the target element for pointer device events is established by first determining the most deeply nested child document which has content that intersects with the geometric (x,y) location of the event. Within the child document, the target element is chosen following the rules defined within the child document's language specification. (For example, the SVG specification says that the target element for pointer events generally is the topmost element on the canvas.)

The implication is that the behavior of nested hyperlinks depends on how the hyperlink is activated. Here are some examples which illustrate common possibilities:

  • Suppose the user gives focus to an <html:a> within the parent XHTML document above and then hits the "Enter" key to activate that link. In the example above, the <html:a> element is the event target. This would cause execution of the hyperlink to "LargeMap.html".
  • Suppose the user gives focus to an <svg:a> within the child SVG document and then hits the "Enter" key to activate that link. In the example above, the <svg:a> element is the event target. This would cause execution of the hyperlink to "DetailedCountyMap.html".
  • Suppose the user uses a mouse or other pointer device to click on the work "county map" in the above example. Because this pointing device event occurs over geometry controlled by both the parent XHTML and child SVG documents, and because the SVG document is the most deeply nested, then the target element will be chosen according to the rules in the SVG specification. In the example above, this will cause the <svg:text> element to be the event target. The <svg:a> element will receive the event after bubbling from the <svg:text> element, which will cause a hyperlink to "DetailedCountyMap.html".

5.1.1 Child Documents

(This section is informative)

Since the child document's language specification defines hyperlinking behavior, here are recommendations for language specifications for languages which might be used as child documents within the context of Compound Documents:

If specifications provide a mechanism for hyperlinking they must also define a way to target specific frames. In addition it must be defined how the current document can be replaced (the document the link is defined in), the parent document and the root document.

Relevant language specifications should include a mechanism for defining the possible targets for the hyperlink. For example, the HTML4 specification includes a 'target' attribute on the 'html:a' element which supports targets of _blank, _self, _parent, _top and <frametarget> (see http://www.w3.org/TR/html401/types.html#type-frame-target). The SVG Tiny 1.2 specification also supports a 'target' attribute on the 'svg:a' element with the same list of possible values, except with the addition of an "_replace" keyword (see http://www.w3.org/TR/SVGMobile12/linking.html#AElementTargetAttribute). The WebCGM specification also supports targets of _blank, _self, _parent, _top, _replace and <frametarget> (see http://www.w3.org/TR/REC-WebCGM/REC-03-CGM-IC.html#webcgm_3_1_2_2).

NOTE: The keyword _self does not mean the same in SVG as it does in HTML. In HTML it replaces the current document and in SVG it replaces the parent document.

Relevant language specifications should provide a clear definition of the behavior of the "_self" keyword. For SVG and WebCGM, when there is a parent HTML document which references an SVG or WebCGM graphic via html:object, the "_self" keyword causes the HTML document to be replaced by the linked content. However, when a parent HTML document references a child HTML document via html:object or html:iframe, some HTML browsers implement the "_self" keyword, so that only the child HTML document is replaced. Because of this, relevant language specifications should be clear about UA behavior in response to the "_self" keyword. One strategy to consider: if the primary usage scenario falls under the category of "replaced element" (see http://www.w3.org/TR/REC-CSS2/conform.html#replaced-element), as is the case with SVG, then defining "_self" to replace the parent document is appropriate.

For language specifications such as SVG which define "_self" to replace the parent document, it might be appropriate to support a "_replace" feature similar to what exists in SVG Tiny 1.2 and WebCGM. This feature causes a hyperlink to replace the child document only and to leave parents and other ancestor documents unchanged. (For example, if an SVG document is referenced by a parent HTML document via an 'html:object' element, and if the SVG document has an 'svg:a' element with target="_replace", then when that hyperlink is activated, the SVG document gets replaced but there are no changes within the parent HTML document.)

Sometimes in industry practice a plugin user agent is used to handle certain types of child documents. For example, plugins might handle SVG or MathML child documents. In these scenarios the plugin may only be able to handle particular formats via the "_replace" keyword. (For example, a MathML plugin might be able to handle only MathML content.) Because of this, relevant language specifications, that support "_replace" (or alternative syntax for the same feature), should clearly specify requirements, when "_replace" references content of the same type and content of other types. (For example, only content of the same type can be referenced with "_replace", or any type can be referenced with "_replace", but then error-processing must be defined for unknown or unsupported content.)

5.1.2 Parent Documents

(This section is informative)

One potential area of ambiguity in the context of Compound Document is the meaning of the "_self" and "_parent" keywords. (See HTML4's definition at http://www.w3.org/TR/html401/types.html#type-frame-target and SVG Tiny 1.2's definition at http://www.w3.org/TR/SVGMobile12/linking.html#AElementTargetAttribute). For example, suppose a parent XHTML document references a child SVG document via an 'html:object' element and suppose the SVG document has an 'svg:a' element with target="_self". The SVG Tiny 1.2 specification says that "_self" causes both the XHTML parent frame and the child SVG to be replaced when the hyperlink is activated.

However, there are potential ambiguities if the parent language format supports its own particular notions of nested regions (e.g., frames, panes or sub-documents). It is strongly recommended that relevant language specifications clearly define how its own nested region features relate to the hyperlinking keywords _self, _parent, and _top.

6 Focus Handling

WICD compliant user agents must provide the ability for users with a keyboard or joystick input device (and without a pointing device), to navigate to any focusable element in the root document and all of its descendants.

The language specifications that are used with this framework define what elements are focusable. For example, focusable items in an SVG document are defined by the SVG 1.2 focusable attribute [SVGMobile12, Element focus].

In XHTML, <object> elements are, by default, focusable. However, authors can remove such elements from the tabbing order, by setting the element's tabindex attribute to "-1". This may be useful, if selected <object> elements, for instance non interactive SVG images, are not supposed to participate in the focus traversal.

<object data="static-icon.svg" type="image/svg+xml" width="50%" tabindex="-1" />

In some situations, a user agent may allow the user to navigate focus to child elements which would not normally be selectable. For instance, a user agent may allow a user to navigate focus to a PNG image for the purposes of saving the image. Normally, however, a user agent should support the author's intent and not make any extra child elements focusable.

6.1 Focus Modes

This section defines two modes of child element focusability.

By using the <object> element's child <param> element with the attribute name="focusable", the author of the parent document can specify whether "flat" or "hierarchical" focusability is desired for a child.

If more than one "focusable" parameter is provided for an element, then only the last one shall be used. Unrecognized param values shall be ignored.

The default focus mode is "hierarchical".

6.1.1 Flat Focus

Authors use <param name="focusable" value="flat" />, to make focusable elements of the child become direct participants of the parents focus traversal. Access keys, defined by child documents, will not become accessible to the user, if they are also defined by the parent or by some other child element.

<object data="multifocus.svg" type="image/svg+xml" width="50%">
  <param name="focusable" value="flat" />
</object>

6.1.2 Hierarchical Focus

Authors use <param name="focusable" value="hierarchical" /> to select hierarchical (activatable) focus handling for a referenced child. A user, navigating to such a child element, will have the option to activate it, or to move on, to the next focusable element. Activating the child, will provide the user with access to the child's interactivity, it's focusable elements, such as embedded links and it's access keys. The user must deactivate an activated child element, in order to gain access to the parents focus traversal again.

<object data="interactive.svg" type="image/svg+xml" width="50%">
  <param name="focusable" value="hierarchical" />
</object>

Some types of child content will have to be "hierarchical", to properly function in the context of a Compound Document. Trying to make such child content become part of the parents "flat" focus navigation, may result in situations, where a user, using a keyboard or joystick input device, may get trapped inside a child element, with no ability to leave it again. This may happen, if the child content consumes some (or all) key events, used by the user agent focus traversal management. For instance, if key events are handled by script (or maybe by Java code). Or, for example, when the child content enables zoom and pan functionality. A parent document author may also choose to make a child element "hierarchical" for other, more practical reasons. For instance, when the child has too many focusable sub elements, for the parent document to be comfortably usable.

Shows Flat Focus ModeShows Hierarchical Focus Mode

6.2 Focus Event triggered Child Element Animations

An example of focus event triggered animations is the implementation of scalable buttons which render their own visual feedback. Such buttons are allowed to contain animation, but no interaction. They will provide a scalable alternative to the use of images as the source of links that can be traversed.

Focus events are enabled for each child content by setting the "animation" object element parameter:

<object data="focus-button.svg" type="image/svg+xml">
  <param name="animation" value="onfocusevent" />
</object>

With the "animation" parameter set to "onfocusevent",

  • the child content must render the first frame for time zero (0).

  • If the root element does not have focus, then the root element must then be paused at time zero(0).

  • Upon receiving focus, the root element is resumed.

  • Upon losing focus, the root element is paused.

The default animation mode is "none".

The following SVG example applies to declarative animation:

<svg id="SVGRoot">
  ...
  <rect ... >
    <animate begin="SVGRoot.focusin" ... />
    <animate begin="SVGRoot.focusout" ... />
  </rect>
  ...
</svg>

The following XHTML code makes use of focus events in order to implement SVG child document rendered focus animations on multiple anchor elements. The user agents default focus outline is disabled using CSS.

<style type="text/css">
  a.svglink:focus { outline: none }
</style>

<object type="image/svg+xml" data="header.svg" />  <!-- defaults to 'play' -->

<a href="foo1.html" class="svglink">
  <object type="image/svg+xml" data="foo1.svg">
    <param name="animation" value="onfocusevent" />  
  </object>
</a>

<a href="foo2.html" class="svglink">
  <object type="image/svg+xml" data="foo2.svg">
    <param name="animation" value="onfocusevent" />  
  </object>
</a>

The 'focusin'-animation does not timeout and may loop any number of times.

The 'focusout'-animation should be limited to one second.

The 'focusout'-animation must not loop.

6.3 Focus Navigation Models

(This section is informative)

This section describes several focus navigation models. Device specific WICD profiles may reference this section and may require implementation of one of the focus navigation models.

Focus Navigation can be one dimensional (linear focus ring). And on devices with a multidirectional input device (like a joystick), focus navigation can also be two dimensional (spatial).

In addition, focus navigation in a Compound Document can be hierarchical (6.1.2 Hierarchical Focus) or flat (6.1.1 Flat Focus). This results in four alternative focus navigation models:

  • One dimensional focus navigation with hierarchical child elements
  • One dimensional focus navigation with flat child elements
  • Two dimensional focus navigation with hierarchical child elements
  • Two dimensional focus navigation with flat child elements

The different models are described below. Several illustrations show how focus may travel from the first focusable element in a parent document ("XHTML Link 1") to the last focusable element ("XHTML Link 8"). There is always at least one path traveling through all focusable elements of a Compound Document. In case of two dimensional focus navigation, there may be multiple ways to navigate from the first focusable element to the last.

6.3.1 One Dimensional Focus Navigation with Hierarchical Child Elements

Desktop agents, tablet's and PDA's usually allow navigation of a web document using a pointing device (mouse or stylus). Additionally, on desktop agents, the tab key can be used to navigate over focusable elements. Here, all focusable elements of a single Web document are chained in one linear path, based on the order of occurrence in the source document. This creates the so-called focus navigation ring, where advancing over the last focusable element brings the focus back to the first focusable element.

One Dimensional Focus Navigation with Hierarchical Child Elements

In the example shown above, the XHTML parent document contains it's own focusable elements, as well as one SVG child element with focusable sub elements. Focus navigation starts from "XHTML Link 1". All focusable elements of the parent XHTML document are included in one, linear focus traversal path. The child is made accessible as one single focusable element, initially. It's focusable sub elements are not flattened into the parent document. The child needs to be manually activated by the user, for it's focusable sub elements to become accessible. An activated child has to be deactivated, for the focus to be brought back up to the level of the parent XHTML document. Deactivating a child element will make the SVG child element gain focus again as a whole. Advancing the focus further will then move focus to "XHTML Link 5".

6.3.2 One Dimensional Focus Navigation with Flat Child Elements

In this 2nd model, focusable elements of a child are flattened into the focus traversal path of the parent.

One Dimensional Focus Navigation with Flat Child Elements

As shown in the above illustration, focus moves directly from "XHTML Link 4" to "SVG Link 1". Flattened child elements do not get focused as a whole. No manual activation of a child element is required. Infact, content authors may make it impossible for users to visually detect any borders between the parent document and flattened child elements.

6.3.3 Two Dimensional Focus Navigation with Hierarchical Child Elements

In this 3rd model, focus can travel freely in any direction as long as there is another focusable element. The next focusable elements are always calculated, after a focus advance event is triggered by the user. This must be done in realtime, because scripts and animations may change presentation and location of focusable elements at any time. However, child elements do get focused as a whole and will need to be activated, for their sub elements to become accessible.

In this model, focus navigation events may also be used to scroll the document. This is needed when the user agent implements scrolling functionality for documents that cannot be fully displayed.

Two Dimensional Focus Navigation with Hierarchical Child Elements

In the illustration aboce, there are multiple ways of navigating through the Compound Document. Focus may travel from "XHTML Link 1" to "XHTML Link 3". But it may also travel from "XHTML Link 1" to "XHTML Link 2". Focus traversal does not relate to the order of focusable elements in the source documents. Instead, focus traversal relates to the rendered location of neighboring focusable elements.

6.3.4 Two Dimensional Focus Navigation with Flat Child Elements

This model is a combination of the two previous models. Focus can travel freely in any direction and focusable child elements may be flattened into the focus traversal path of the parent. A child with flattened elements does not get focused as a whole. It does therefore not need to be activated by the user.

Two Dimensional Focus Navigation with Flat Child Elements

The illustration above only shows one of many ways focus may travel through a Compound Document. Here, focus travels from "XHTML Link 1" down to "XHTML Link 3" and further down to "SVG Link 1". Child element activation is not required. Another movement down will move the focus directly to "SVG Link 3". The user can now move right to "SVG Link 4" and then down again, to "XHTML Link 6" and "XHTML Link 8".

6.3.5 Current Focus Point Algorithm

The Current Focus Point Algorithm can be used to implement two dimensional focus traversal. It is given, as an example implementation guideline. It allows for natural traversal over randomly arranged focusable elements in a WICD document, using a multidirection input device (i.e., joystick).

The following illustration shows a complex WICD document, with twentyfive focusable elements of different shape and size.

Current Focus Point Algorithm 1

Current Focus Points are not shown to the user. They mark invisible coordinates on visited, focusable elements. These coordinates represent entry points, where traversal from a previous focusable element to the current focusable element has taken place. The following illustration shows a cutout of the above example. It shows the otherwise invisible Focus Points (1,2,3), as they are created, when a user navigates over focusable elements C -> D -> E.

Current Focus Point Algorithm 2

When the user navigates to the right from element 'D', the Current Focus Point Algorithm calculates the next visible, focusable element to the right of the current Focus Point ('2', which was attached to element 'D' on focus entry from element 'C'). Element 'E' is found as a result and a Focus Point ('3') is attached to it. Element 'E' will now gain focus from element 'D'.

The following illustration highlights another cutout from the original example.

Current Focus Point Algorithm 2

This cutout shows how focus travels along the following elements: K -> L -> K -> M -> L -> M -> N -> L -> N -> O. Ten Focus Points are created during this process. (Actually, Focus Points 1,2,3 are created on the same horicontal axis. The same is true for 4,5,6 and 7,8,9,10.)

One important characteristic of the Current Focus Point Algorithm is shown above: when leaving element 'L' going down, the focus always travels back to the element ('K','M' or 'N') from which element 'L' was before entered.

The Current Focus Point is always used as a starting point for the 6.3.5.1 Distance Function calculation towards neighboring focusable elements. The Current Focus Point Algorithm consists of three phases:

  • Phase 1: All focusable elements are searched from the direction of the navigation. The search includes content that is currently visible in that direction and content that becomes visible if the viewport changes. Focusable elements are searched from the direction of navigation. The search includes content that is currently visible in that direction and content that becomes visible if the viewport changes.
  • Phase 2: A new location for the current focus point is calculated based on the euclidean distance between the current focus point and each focusable element, direction of navigation, etc. The current focus point is moved in the direction of navigation. This movement may keep the point within the current focusable element or it may move it out of the current focusable element. Then, the current focus point movement is adjusted by the 6.3.5.1 Distance Function. The distance function takes the location of the current focus point and the locations and shapes of available focusable content in the area. It then calculates the most suitable location for the point movement. The distance function enables the selection of close focusable elements in cases where a more unintuitive selection would otherwise be made.
  • Phase 3: If the focus point moves to another element, focused element is changed accordingly.
6.3.5.1 Distance Function

The distance function takes into account the following metrics:

  • The Euclidian distance (dotDist) between the current focus point position and its potential position in each of the candidates determined in phase 1. If the two positions have the same coordinate on the axis orthogonal to the navigation direction, dotDist is forced to 0 in order to favor elements in direction of navigation.
  • The absolute distance (dx or dy) on the navigation axis between the opposing edges of the currently focused element and each of candidates determined in phase 1.
  • The absolute distance (xdisplacement or ydisplacement) on the axis orthogonal to the navigation axis between the opposing edges of currently focused element and each of candidates determined in phase 1. When dx (dy) != 0, xdisplacement (ydisplacement) = 0. These values are used to compensate for the situations where an element is close on the navigation axis, but very far on the orthogonal axis. In such a case, it is more natural to navigate to another element, which may be further away on the navigation axis, but approximately on the same level on the other axis.
  • The overlap (Overlap) between the opposing edges of currently focused element and each of candidates determined in phase 1. Elements are rewarded for having high overlap with the currently focused element. To prevent the longer boxes from always winning the focus over shorter boxes when longer boxes are partially outside of viewport, the visible width has been set as an upper limit for the overlap.

The distance function (df) is:

df = dotDist + dx + dy + 2 * (xdisplacement + ydisplacement) - sqrt(Overlap)

7 Font Support

7.1 System Fonts

Standalone components or renderers, such as SVG engines, do not always provide a default system font.

In the context of WICD Core, however, user agents must at least provide one default system font (including a missing glyph, AKA 'Replacement Character', Unicode notation U+FFFD) to all components, such as browsers, SVG engines and other renderers. If there isn't enough information in the font to display a particular character, then the missing glyph is used.

Whatever I18N support a WICD implementation provides should not be worse than that of the platform on which it is running.

WICD Core specification cannot mandate any particular font, nor a specific font technology. But it mandates the availability of at least one default font, available to all renderers. This allows content providers to print text in any component (or renderer), as simply as in XHTML.

The default system font(s) may be bitmap or vector based. Ideally, the same default system font(s) are made available for all components.

The following SVG sample markup must generate visible text:

<svg xmlns="http://www.w3.org/2000/svg" 
        viewBox="0 0 250 50" 
        baseProfile="tiny" version="1.2">
  <text x="20" y="20" font-size="30" fill="#000">Fahrvergnuegen</text>
</svg>

7.2 Font Naming

In both XHTML (using CSS) and SVG, font selection is done by the font-family property as described in CSS [CSS21].

In desktop usage, authors frequently choose fonts that they know are installed by default on particular platforms.

On mobile:

  • there are typically fewer fonts available, perhaps only one
  • the fonts are unlikely to have the same names as desktop platforms

Conforming WICD Core 1.0 content should specify serif, sans-serif, or monospaced (three of the 'generic font families') as the last item in the list of font family names.

In SVG, named fonts, or subsets of fonts, can be supplied along with the content. This ensures that the desired look and feel is preserved regardless of the fonts available on a particular platform.

7.3 Font Sharing

Sharing of fonts between the SVG and XHTML renderers, while allowed by the respective specifications, is not required by WICD 1.0. It may be required by a later WICD specification.

8 Content Encoding, Packaging and Transferring

8.1 Content Encoding

Content (XHTML, SVG, CSS, script, etc) may be compressed with gzip [RFC 1952] or deflate [RFC 1951]. Conforming WICD viewers must correctly support gzip-encoded and deflate-encoded content.

If they support HTTP/1.1, they must support these encodings according to the HTTP/1.1 specification [RFC2616]; in particular, the client must specify with an "Accept-Encoding:" request header [HTTP-ACCEPT-ENCODING] which of the encodings it accepts, including at a minimum gzip and deflate, and then decompress any gzip-encoded and deflate-encoded data streams.

If the content is compressed with gzip or deflate, conforming WICD aware servers must indicate this with the "Content-Encoding: gzip" or "Content-Encoding: deflate" headers, as appropriate.

8.2 Content Packaging

Multipart/related packaging should be supported by all agents implementing any WICD Profile. These agents will advertise "multipart/related" capability with their HTTP request accept headers.

MIME implementations must in general treat unrecognized subtypes of "multipart" as being equivalent to Multipart/mixed. Agents supporting the WICD Profile are therefore expected to support both, related and mixed.

Implementations preceding this specification may support only Multipart/mixed. These agents advertise "multipart/mixed" with their HTTP request accept headers.

9 Synchronization Support

9.1 Temporal Synchronization of Media

WICD documents may have various animating objects like SVG images, videos, audio streams, and animating images. Therefore, there is a need to define how the various media elements are synchronised when presented on a screen or audio device.

Document formats conforming to WICD Core must use the Timing and Synchronization model defined in the SMIL specification.

The document begin for WICD documents is when the complete host document has been loaded by the user agent.

The document end for WICD documents is when the associated application exits or switches context to another document.

The elements which support timing are all those that reference timed media. In the case of an XHTML root document, the 'object' element supports timing.

Unless defined otherwise, the root document executes all timed children in parallel, following the semantics of the SMIL 'par' element. In other words, the root document of WICD has an implicit value for the SMIL 'timeContainer' attribute of 'par'.

Other profiles of WICD may allow the 'timeContainer' attribute.

9.2 Timeline Initialization

Using a param element with name="timeline", the document author can specify whether the timeline on a Scalable Child Element is started. This is useful for conserving system resources when multiple Scalable Child Element are used, and only animate in certain situations. Using scripting, the animations on individual children can be started and stopped by changing the value attribute.

A param element with name="timeline" and value="disable" shall prevent the timeline of the Scalable Child Element from starting or, if already started, shall stop it. Thus, animations will not play.

A param element with name="timeline" and value="enable" shall allow the timeline of the Scalable Child Element to start. Thus, for dynamic rendering, animations will play. If previously stopped, the timeline shall reset and re-start.

If there is no param element with name="timeline", the timeline of the Scalable Child Element shall start. Thus, for dynamic rendering, animations will play.

9.2.1 Interaction with the 'render' param

Only dynamic renderings can have their timeline started and stopped. Frozen and static renderings have no timeline and thus cannot be started and stopped.

A param element with name="render" and value="frozen" or value="static" shall result in a rendering which is not dynamic and thus, animations shall not play even if a param element with name="timeline" has a value="enable".

9.3 Play Animations while Document is loading

The behavior of playing animations while loading a document is dependent on the capabilities of the root namespace of the document.

XML documents may use a parse first and then process model where the entire DOM is built and then handed to the user agent for processing, or may use a parse and process in parallel model where the document is processed immediately by the user agent.

When loading more than one animation during document load, synchronization of animations may be desirable. However XHTML has no inherent capability of providing this synchronization and XHTML eventing cannot guarantee synchronization of animations while the document is loading.

SVG and SVG Tiny do have synchronization capabilities that can be used when these namespaces are the root of a child document. The timeline for synchronization occurs when the first child document capable of synchronization begins. For example, an XHTML document has a referenced child SVG Tiny document whose timeline begins when the user agent begins processing the referenced child document which may animate a progress load bar while the rest of the composite document loads.

10 Events

10.1 XHTML Event Attributes

In WICD Core, HTML's event attributes (e.g., onclick and onload) map to equivalent DOM3 Events features. Each event attribute represents the creation and registration of an EventListener. The corresponding element represents the EventTarget. For these event listeners, useCapture is set to false. If the attribute representing the event listener is changed, this corresponds to the removal of the previously registered EventListener and the registration of a new one. The relative order of event listeners due to HTML event attributes versus other event listeners is not defined.

The following defines the mapping from HTML event attributes to corresponding DOM3 events:

  • onload - {" http://www.w3.org/2001/xml-events", "load"}
  • onunload - {" http://www.w3.org/2001/xml-events", "unload"}
  • onclick - {" http://www.w3.org/2001/xml-events", "click"}
  • ondblclick - {" http://www.w3.org/2001/xml-events", "click"}, except event handler returns if UIEvent.detail < 2
  • onmousedown - {" http://www.w3.org/2001/xml-events", "mousedown"}
  • onmouseup - {" http://www.w3.org/2001/xml-events", "mouseup"}
  • onmouseover - {" http://www.w3.org/2001/xml-events", "mouseover"}
  • onmousemove - {" http://www.w3.org/2001/xml-events", "mousemove"}
  • onmouseout - {" http://www.w3.org/2001/xml-events", "mouseout"}
  • onfocus - {" http://www.w3.org/2001/xml-events", "focus"}
  • onblur - {" http://www.w3.org/2001/xml-events", "blur"}
  • onkeypress - [HTML defines as a combination of key down and key up.

    Need to coordinate with HTML and DOM groups.

    ]
  • onkeydown - {" http://www.w3.org/2001/xml-events", "keydown"}
  • onkeyup - {" http://www.w3.org/2001/xml-events", "keyup"}
  • onsubmit - {" http://www.w3.org/2001/xml-events", "submit"}
  • onreset - {" http://www.w3.org/2001/xml-events", "reset"}
  • onselect - {" http://www.w3.org/2001/xml-events", "select"}
  • onchange - {" http://www.w3.org/2001/xml-events", "change"}

10.2 Attaching Events to WICD Documents

For WICD documents where in one language the focus event in [http://www.w3.org/2001/xml-events] is used and DOMFocusIn is used in the other, authors have to take note of the fact, that directly after the focus event is dispatched, the DOMFocusIn event is dispatched, but not the other way around. Equivalent for blur and DOMFocusOut.

Conforming content should use the DOMFocusIn and DOMFocusOut events.

Conforming content should attach event listeners either via the DOM addEventListenerNS method or (for SVG content) XML Events.

Note: The CDF WG expects this section to be removed in future versions and instead reference the [DOM Level 3 Events] specification [http://www.w3.org/TR/DOM-Level-3-Events/] once it reaches a stable maturity level.

11 Intended Layout

11.1 Media Queries

Conforming WICD user agents must implement Media Queries [MQ].

Due to the wide range of devices that may support WICD, it is crucial for content authors to be able to provide CSS that fits best for each device that the content authors target. For instance, if the content authors want to deliver WICD content for devices that have different screen aspect ratio, [MQ] allows different style sheets to be applied to allow scalable content to be fitted based on the devices' aspect ratio, e.g. depending on the orientation of the screen, the content can be authored in a way that scalable content fits 100% vertically or horizontally.

11.2 Style sheet being provided for specific agent classes

A user agent that discovers a CSS style sheet, provided for its own device class (either by media attribute - for instance set to "handheld" - or by a Media Query expression), should assume the content was created with specific properties "in mind". The agent is then expected to deactivate any custom adaptation techniques (for example rendering wide screen content on a narrow screen) and display the intended layout "as is".

11.3 No style sheet being provided to handheld agents

(This section is informative)

A handheld user agent should also not activate special content adaptation techniques for the narrow screen, if documents, which do not contain a style sheet reference for the "handheld" media type, do not require such treatment. Such documents should be rendered as is.

11.4 Switching off mousepointer emulation for handheld content

(This section is informative)

When switching off special adaptation techniques for rendering wide screen content on a narrow screen, vendors of handset devices should also switch off any type of mouse pointer emulation.

A Definitions

The terms used in this document are specified in Compound Document by Reference Framework 1.0.

B Conformance

This specification defines conformance for several classes of products:

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 (see ). However, for readability, these words do not appear in all uppercase letters in this specification.

At times, this specification recommends good practice for authors and user agents. These recommendations are not normative and conformance with this specification does not depend on their realization. These recommendations contain the expression "We recommend ...", "This specification recommends ...", or some similar wording.

Profile Conformance

  1. Any profile, conforming to WICD Core 1.0, must support XHTML as root document.

  2. Any profile, conforming to WICD Core 1.0, must support the XHTML <object> element as means to reference Scalable Child Elements.

  3. Any profile, conforming to WICD Core 1.0, must support SVG documents as Scalable Child Element format.

User Agent Conformance

  1. Multiple SVG child documents may be referenced from the same XHTML document.

  2. Multiple SVG child documents may animate in parallel.

  3. Any Scalable Child Element format must support these three use cases: Scalable Foreground Child Elements, Scalable Background Image and Scalable Overlay Objects (Sprites).

  4. Scalable Foreground Child Elements are referenced using the XHTML <object> element. They appear on the main XHTML layer, just like bitmap images.

  5. User agents must support multiple Scalable Foreground Child Elements, which may be animating, interactive and may have embedded links.

  6. An <object> element <param> child element with name="render" and value="dynamic" shall result in a dynamic rendering. Links shall be activatable. Animations shall play, if the timeline has started. Modifications made by script shall update the rendering. If the rendering area changes size, the rendering shall update.

  7. An <object> element <param> child element with name="render" and value="static" shall result in a static rendering. Links shall not be activatable. Animations shall not play. Modifications made by script shall not update the rendering. If the rendering area changes size, the rendering shall update.

  8. An <object> element <param> child element with name="render" and value="frozen" shall result in a one-time static rendering to a raster image. Links shall be not be activatable. Animations shall not play. Modifications made by script shall not update the rendering. If the rendering area changes size, the rendering shall not update.

  9. The default value for <param name="render"> is "dynamic".

  10. For SVG child objects, the document time used for rendering a frozen or static image shall be that given by the SVG 'snapshotTime' attribute. If no 'snapshotTime' is present in the animation, a document time of zero (0) must be used. Other Scalable Child Element formats may use a similar mechanism. Scalable Child Elements lacking such capability should use a time of zero (0) for still-image rendering.

  11. If background.svg has width and height in px, then this is well-defined. If it is the default (width="100%" height="100%") then it will display, as large as will fit, where the background area to cover is seen as a viewport.

  12. WICD user agents must support content layering using CSS absolute positioning in x, y and z order. This will detach a child element from main XHTML layer and create a new transparent layer.

  13. WICD user agents must make all visible and focusable points in the XHTML layer and the positioned Overlay Object reachable and activatable.

  14. WICD user agents must support transparency for Overlay Objects.

  15. Scalable Overlay Elements, referred to from the XHTML page, may be put in front of, or behind, the default XHTML layer.

  16. Any transparent areas in the Overlay Object and in XHTML root documents must make the layer behind visible.

  17. User agents must support interactivity in overlay elements.

  18. User agents must support overlay images with embedded links.

  19. If only one size attribute value is provided, when referencing a Scalable Child Element, a fixed aspect ratio child element will get 'rightsized' proportionally, by being scaled to fit into the destination box.

  20. The child content must render the entire viewport, including any leftover margins.

  21. In the absence of a background color or image on the element that established the viewport (abbr html:object or svg:svg) it's background is transparent. This is in order to maximize the visual quality of content the parent document should be visible through the leftovers (as well as through the child content itself where it is transparent).

  22. A defined background applies to the entire viewport (including the leftovers) so that content that spills outside of the viewbox into the leftovers is still on the correct background.

  23. Any UI event, such as a mouse click, that hits on the leftover areas, is dispatched in the same manner as UI events over non-leftover areas (i.e., to the child document)

  24. Transparency in foreground Scalable Child Elements should be supported when rendered over XHTML background content.

  25. Transparency in Scalable Child Elements should be supported when a foreground Scalable Child Element is rendered over a background Scalable Child Element.

  26. Transparency in foreground bitmap images must be supported when rendered over non-animating background content.

  27. Transparency in foreground bitmap images should be supported when rendered over animating background content.

  28. Any audio or video format supported by the user agent must also be supported to be used with the <audio> and <video> elements in SVG and the <object> element in XHTML.

  29. WICD compliant agents should support seamless hyperlinking originating from any of the supported document formats to all supported content types. If it is possible to link from XHTML to some other supported content type (for example: XHTML linking to RSS, Java or multimedia content), then it should also be possible to link to the same content types from any other supported document format which supports hyperlinking (for example: SVG linking to RSS, Java or multimedia content).

  30. If linking from XHTML to any of the supported content types will result in content type specific treatment, then linking to that same format from any other supported document format (such as from SVG) should result in the same content type specific treatment. If a WICD compliant agent supports linking from XHTML to URI schemes other than http:// (for examples wtai://, tel://, mailto://, etc.), then these URI schemes should also be supported, when linked-to from any of the other supported document formats that support hyperlinking (such as from SVG).

  31. All URI schemes, supported for hyperlinking and the related functionality, should be supported, independent of the originating document format.

  32. User agents must provide a way for the end user to navigate to each focusable element within the root document and its descendants.

  33. The language specifications that are used with this framework define what elements are focusable. For example, focusable items in an SVG document are defined by the SVG 1.2 focusable attribute [SVGMobile12, Element focus].

  34. In XHTML, <object> elements are, by default, focusable. However, authors can remove such elements from the tabbing order, by setting the element's tabindex attribute to "-1". This may be useful, if selected <object> elements, for instance non interactive SVG images, are not supposed to participate in the focus traversal.

  35. By using the <object> element's child <param> element with the attribute name="focusable", the author of the parent document can specify whether "flat" or "hierarchical" focusability is desired for a child.

  36. If more than one "focusable" parameter is provided for an element, then only the last one shall be used. Unrecognized param values shall be ignored.

  37. The default focus mode is "hierarchical".

  38. Authors use <param name="focusable" value="flat" />, to make focusable elements of the child become direct participants of the parents focus traversal. Access keys, defined by child documents, will not become accessible to the user, if they are also defined by the parent or by some other child element.

  39. Authors use <param name="focusable" value="hierarchical" /> to select hierarchical (activatable) focus handling for a referenced child. A user, navigating to such a child element, will have the option to activate it, or to move on, to the next focusable element. Activating the child, will provide the user with access to the child's interactivity, it's focusable elements, such as embedded links and it's access keys. The user must deactivate an activated child element, in order to gain access to the parents focus traversal again.

  40. Focus events are enabled for each child content by setting the "animation" object element parameter:

  41. With the "animation" parameter set to "onfocusevent", the child content must render the first frame for time zero (0)

  42. If the root element does not have focus, the root element must then be paused at time zero(0).

  43. Upon receiving focus, the root element is resumed.

  44. Upon losing focus, the root element is paused.

  45. The default animation mode is "none".

  46. The 'focusin'-animation does not timeout and may loop any number of times.

  47. The 'focusout'-animation should be limited to one second.

  48. The 'focusout'-animation must not loop.

  49. In the context of WICD Core, user agents must at least provide one default system font (including a missing glyph, AKA 'Replacement Character', Unicode notation U+FFFD) to all components, such as browsers, SVG engines and other renderers. If there isn't enough information in the font to display a particular character, then the missing glyph is used.

  50. Whatever I18N support a WICD implementation provides should not be worse than that of the platform on which it is running.

  51. In both XHTML (using CSS) and SVG, font selection is done by the font-family property as described in CSS [CSS21].

  52. Conforming WICD Core 1.0 content should specify serif, sans-serif, or monospaced (three of the 'generic font families') as the last item in the list of font family names.

  53. Content (XHTML, SVG, CSS, script, etc) may be compressed with gzip [RFC 1952] or deflate [RFC 1951]. Conforming WICD viewers must correctly support gzip-encoded and deflate-encoded content.

  54. If they support HTTP/1.1, they must support these encodings according to the HTTP/1.1 specification [RFC2616]; in particular, the client must specify with an "Accept-Encoding:" request header [HTTP-ACCEPT-ENCODING] with those encodings that it accepts, including at minimum gzip and deflate, and then decompress any gzip-encoded and deflate-encoded data streams.

  55. If the content is compressed with gzip or deflate, conforming WICD aware servers must indicate this with the "Content-Encoding: gzip" or "Content-Encoding: deflate" headers, as appropriate.

  56. Multipart/related packaging should be supported by all agents implementing any WICD Profile. These agents will advertise "multipart/related" capability with their HTTP request accept headers.

  57. MIME implementations must in general treat unrecognized subtypes of "multipart" as being equivalent to Multipart/mixed. Agents supporting the WICD Profile are therefore expected to support both, related and mixed.

  58. Document formats conforming to WICD Core must use the Timing and Synchronization model defined in the SMIL specification.

  59. The document begin for WICD documents is when the complete host document has been loaded by the user agent.

  60. The document end for WICD documents is when the associated application exits or switches context to another document.

  61. The elements which support timing are all those that reference timed media. In the case of an XHTML root document, the 'object' element supports timing.

  62. Unless defined otherwise, the root document executes all timed children in parallel, following the semantics of the SMIL 'par' element. In other words, the root document of WICD has an implicit value for the SMIL 'timeContainer' attribute of 'par'.

  63. An <object> element param element with name="timeline" and value="disable" shall prevent the timeline of the Scalable Child Element from starting or, if already started, shall stop it. Thus, animations will not play.

  64. An <object> element param element with name="timeline" and value="enable" shall allow the timeline of the Scalable Child Element to start. Thus, for dynamic rendering, animations will play. If previously stopped, the timeline shall reset and re-start.

  65. If there is no param element with name="timeline", the timeline of the Scalable Child Element shall start. Thus, for dynamic rendering, animations will play.

  66. A param element with name="render" and value="frozen" or value="static" shall result in a rendering which is not dynamic and thus, animations shall not play even if a param element with name="timeline" has a value="enable".

  67. Conforming WICD user agents must implement Media Queries [MQ].

  68. A user agent, that discovers a CSS style sheet, provided for it's own device class, is expected to deactivate any custom adaptation techniques.

C References

Extensible Markup Language (XML) 1.0 (Third Edition)
Extensible Markup Language (XML) 1.0 (Third Edition) , C. M. Sperberg-McQueen, Eve Maler, Tim Bray, et. al. , Editors. World Wide Web Consortium, 04 Feb 2004. This version is http://www.w3.org/TR/2004/REC-xml-20040204. The latest version is available at http://www.w3.org/TR/REC-xml.
Namespaces in XML
Namespaces in XML , Tim Bray, Dave Hollander, and Andrew Layman, Editors. World Wide Web Consortium, 14 Jan 1999. This version is http://www.w3.org/TR/1999/REC-xml-names-19990114. The latest version is available at http://www.w3.org/TR/REC-xml-names.
Extensible Markup Language (XML) 1.1
Extensible Markup Language (XML) 1.1 , Eve Maler, John Cowan, Jean Paoli, et. al. , Editors. World Wide Web Consortium, 04 Feb 2004. This version is http://www.w3.org/TR/2004/REC-xml11-20040204/. The latest version is available at http://www.w3.org/TR/xml11/.
Namespaces in XML 1.1
Namespaces in XML 1.1 , Andrew Layman, Dave Hollander, Richard Tobin, and Tim Bray, Editors. World Wide Web Consortium, 04 Feb 2004. This version is http://www.w3.org/TR/2004/REC-xml-names11-20040204. The latest version is available at http://www.w3.org/TR/xml-names11/.
Document Object Model (DOM) Level 3 Core Specification
Document Object Model (DOM) Level 3 Core Specification , Jonathan Robie, Steve Byrne, Philippe Le Hégaret, et. al. , Editors. World Wide Web Consortium, 07 Apr 2004. This version is http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407. The latest version is available at http://www.w3.org/TR/DOM-Level-3-Core/.
Document Object Model (DOM) Level 3 Events Specification
Document Object Model (DOM) Level 3 Events Specification , Tom Pixley and Philippe Le Hégaret, Editors. World Wide Web Consortium, 07 Nov 2003. This version is http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107. The latest version is available at http://www.w3.org/TR/DOM-Level-3-Events/.
Document Object Model (DOM) Level 2 HTML Specification
Document Object Model (DOM) Level 2 HTML Specification , Johnny Stenback, Philippe Le Hégaret, and Arnaud Le Hors, Editors. World Wide Web Consortium, 09 Jan 2003. This version is http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030107. The latest version is available at http://www.w3.org/TR/DOM-Level-2-HTML/.
Cascading Style Sheets, level 2 revision 1 CSS 2.1 Specification
Cascading Style Sheets, level 2 revision 1 CSS 2.1 Specification , Håkon Wium Lie, Tantek Çelik, Bert Bos, and Ian Hickson, Editors. World Wide Web Consortium, 13 Jun 2005. This version is http://www.w3.org/TR/2005/WD-CSS21-20050613. The latest version is available at http://www.w3.org/TR/CSS21.
Media Queries
Media Queries , Håkon Wium Lie, Tantek Çelik, and Daniel Glazman, Editors. World Wide Web Consortium, 08 Jul 2002. This version is http://www.w3.org/TR/2002/CR-css3-mediaqueries-20020708. The latest version is available at http://www.w3.org/TR/css3-mediaqueries/.
HTML 4.01 Specification
HTML 4.01 Specification , David Raggett, Arnaud Le Hors, and Ian Jacobs, Editors. World Wide Web Consortium, 24 Dec 1999. This version is http://www.w3.org/TR/1999/REC-html401-19991224. The latest version is available at http://www.w3.org/TR/html401.
XHTML™ 1.1 - Module-based XHTML
XHTML™ 1.1 - Module-based XHTML , Murray Altheim and Shane McCarron, Editors. World Wide Web Consortium, 31 May 2001. This version is http://www.w3.org/TR/2001/REC-xhtml11-20010531. The latest version is available at http://www.w3.org/TR/xhtml11/.
WebCGM 1.0 Second Release
WebCGM 1.0 Second Release , Lofton Henderson, Roy Platon, Dieter Weidenbrueck, et. al. , Editors. World Wide Web Consortium, 17 Dec 2001. This version is http://www.w3.org/TR/2001/REC-WebCGM-20011217/. The latest version is available at http://www.w3.org/TR/REC-WebCGM.
Mathematical Markup Language (MathML) Version 2.0 (Second Edition)
Mathematical Markup Language (MathML) Version 2.0 (Second Edition) , David Carlisle, Patrick Ion, Robert Miner, and Nico Poppelier, Editors. World Wide Web Consortium, 21 Oct 2003. This version is http://www.w3.org/TR/2003/REC-MathML2-20031021/. The latest version is available at http://www.w3.org/TR/MathML2/.
Portable Network Graphics (PNG) Specification (Second Edition)
Portable Network Graphics (PNG) Specification (Second Edition) , David Duce, Editor. World Wide Web Consortium, 10 Nov 2003. This version is http://www.w3.org/TR/2003/REC-PNG-20031110. The latest version is available at http://www.w3.org/TR/PNG.
XML Events
XML Events , T. V. Raman, Steven Pemberton, and Shane McCarron, Editors. World Wide Web Consortium, 14 Oct 2003. This version is http://www.w3.org/TR/2003/REC-xml-events-20031014. The latest version is available at http://www.w3.org/TR/xml-events.
Voice Extensible Markup Language (VoiceXML) Version 2.0
Voice Extensible Markup Language (VoiceXML) Version 2.0 , Jim Ferrans, Bruce Lucas, Ken Rehor, et. al. , Editors. World Wide Web Consortium, 16 Mar 2004. This version is http://www.w3.org/TR/2004/REC-voicexml20-20040316/. The latest version is available at http://www.w3.org/TR/voicexml20.
Architecture of the World Wide Web, Volume One
Architecture of the World Wide Web, Volume One , Norman Walsh and Ian Jacobs, Editors. World Wide Web Consortium, 15 Dec 2004. This version is http://www.w3.org/TR/2004/REC-webarch-20041215/. The latest version is available at http://www.w3.org/TR/webarch/.
Synchronized Multimedia Integration Language (SMIL 2.1)
Synchronized Multimedia Integration Language (SMIL 2.1) , Dick Bulterman, Editor. World Wide Web Consortium, 27 Sep 2005. This version is http://www.w3.org/TR/2005/PR-SMIL2-20050927/. The latest version is available at http://www.w3.org/TR/SMIL2/.
Scalable Vector Graphics (SVG) Tiny 1.2 Specification
Scalable Vector Graphics (SVG) Tiny 1.2 Specification , Ola Andersson, Robin Berfon, Jon Ferraiolo, Vincent Hardy, Scott Hayman, Dean Jackson, Chris Lilley, Craig Northway, and Antoine Quint, Editors. World Wide Web Consortium, 07 Dec 2005. This version is http://www.w3.org/TR/2005/WD-SVGMobile12-20051207/. The latest version is available at http://www.w3.org/TR/SVGMobile12/.
Compound Document by Reference Use Cases and Requirements Version 1.0
Compound Document by Reference Use Cases and Requirements Version 1.0 , Daniel Appelquist, Timur Mehrvarz, and Antoine Quint, Editors. World Wide Web Consortium, 09 Aug 2005. This version is http://www.w3.org/TR/2005/WD-CDRReqs-20050809/. The latest version is available at http://www.w3.org/TR/CDRReqs/.
Compound Document by Reference Framework 1.0
Compound Document by Reference Framework 1.0 , Timur Mehrvarz, Daniel Appelquist, and Lasse Pajunen, Editors. World Wide Web Consortium, 21 Nov 2005. This version is http://www.w3.org/TR/2005/WD-CDR-20051121/. The latest version is available at http://www.w3.org/TR/CDR/.
WICD Core 1.0
WICD Core 1.0 , Timur Mehrvarz, Daniel Appelquist, and Lasse Pajunen, Editors. World Wide Web Consortium, 21 Nov 2005. This version is http://www.w3.org/TR/2005/WD-WICD-20051121/. The latest version is available at http://www.w3.org/TR/WICD/.
WICD Full 1.0
WICD Full 1.0 , Timur Mehrvarz, Daniel Appelquist, and Lasse Pajunen, Editors. World Wide Web Consortium, 21 Nov 2005. This version is http://www.w3.org/TR/2005/WD-WICDFull-20051121/. The latest version is available at http://www.w3.org/TR/WICDFull/.
WICD Mobile 1.0
WICD Mobile 1.0 , Timur Mehrvarz, Daniel Appelquist, and Lasse Pajunen, Editors. World Wide Web Consortium, 21 Nov 2005. This version is http://www.w3.org/TR/2005/WD-WICDMobile-20051121/. The latest version is available at http://www.w3.org/TR/WICDMobile/.
Web Content Accessibility Guidelines 1.0
Web Content Accessibility Guidelines 1.0 , Wendy Chisholm, Gregg Vanderheiden, and Ian Jacobs, Editors. World Wide Web Consortium, 05 May 1999. This version is http://www.w3.org/TR/1999/WAI-WEBCONTENT-19990505/. The latest version is available at http://www.w3.org/TR/WAI-WEBCONTENT.
Authoring Tool Accessibility Guidelines 1.0
Authoring Tool Accessibility Guidelines 1.0 , Ian Jacobs, Jutta Treviranus, Charles McCathieNevile, and Jan Richards, Editors. World Wide Web Consortium, 03 Feb 2000. This version is http://www.w3.org/TR/2000/REC-ATAG10-20000203. The latest version is available at http://www.w3.org/TR/ATAG10.
User Agent Accessibility Guidelines 1.0
User Agent Accessibility Guidelines 1.0 , Jon Gunderson, Eric Hansen, and Ian Jacobs, Editors. World Wide Web Consortium, 17 Dec 2002. This version is http://www.w3.org/TR/2002/REC-UAAG10-20021217/. The latest version is available at http://www.w3.org/TR/UAAG10/.
Mobile Web Best Practices 1.0
Mobile Web Best Practices 1.0 , Charles McCathieNevile and Jo Rabin, Editors. World Wide Web Consortium, 17 Oct 2005. This version is http://www.w3.org/TR/2005/WD-mobile-bp-20051017/. The latest version is available at http://www.w3.org/TR/mobile-bp/.
XHTMLMP+SVGT
XHTMLMP+SVGT Combined Markup for Mobile Browsing - Recommended Practice. Vodafone Group.
ECMAScript Language Specification 3rd Edition
ECMAScript Language Specification 3rd Edition , European Computer Manufacturers Association, December 1999. Also available as ISO/IEC 16262: 199
Scripting Media Types
Scripting Media Types , IETF, 06 June 2005
OMG IDL Syntax and Semantics
OMG IDL Syntax and Semantics , defined in The Common Object Request Broker: Architecture and Specification, version 2, Object Management Group.

D Authoring Guidelines (Non-Normative)

WICD Core 1.0 allows authors to use XHTML, CSS, and SVG together in a defined way. WICD Core defines basic principles that all comformant content and user agents must apply. However, exact language versions and capabilities are defined in profiles. Content authors are encouraged to see the profiles for guaranteeing use of right feature set.

More guidelines can be found from Mobile Web Best Practices 1.0.

E Acknowledgements (Non-Normative)

The editors would like to thank the contributors:

F Changes Log (Non-Normative)

2006-11-01
  • Removed <preliminary> tag from paragraph under 6 Focus Handling (TM)
  • Fixed spelling of "flattend" and "orignal". Thanks Kevin. (TM)
  • Updated text under 3.3.3 Transparency based on Scott's wording proposal (TM)
  • The definitions section in this document now points to the CDR framework definitions section. ISSUE-84 solved. Thanks Scott. (TM)
  • Updated 6.4.5 illustration to be more aligned with the now available testcase. (TM)
  • Moved text from "6.2 Special Focus Handling" ("In some situations, a user agent may allow the user..") under 6 Focus Handling to bring it in better context. /> (TM)
  • Update Conformance section (items 33-40,45) (TM)
2006-10-21
  • Changed CDR acronym to CDRF throughout the spec. Found a couple. (TM)
2006-10-19
  • Updated text on "..elements, that do not require to participate in the agents focus traversal" 6 Focus Handling. (STILL GREEN) (TM)
  • Turned preliminary text black: "The default focus mode is hierarchical" 6.1 Focus Modes. (TM)
  • Changed multipart requirement from "must" to "should" in 8.2 Content Packaging. (TM)
2006-10-16
  • Added Scott's text for . (TM)
2006-10-16
  • Applied minor language corrections. (TM)
2006-10-16
2006-10-11
  • Changed using points of a compass to the use of up/down etc., when giving directions in the complete document. (TM)
2006-10-11
  • Added green, preliminary text, to define tabindex handling for child elements and the focusability default 6 Focus Handling. (TM)
  • Turned text green, which describes the focus handling of invisible elements 6.1 Focus Modes (requested by Scott). (TM)
  • Changed naming of one "focusable" parameter from "activatable" to "hierarchical" 6.1.2 Hierarchical Focus (as decided in todays telco). (TM)
2006-10-10
  • Removed old, unintended sentence from 5 Hyperlinking: "If it is possible to link from XHTML to Format-X, it should also be possible to link from any other supported format to Format-X." (TM)
  • Removed one TO-DO from 6.3.5 Current Focus Point Algorithm: "The algorithm must remind the path of Current Focus Points created by a user navigating through the document." The algorithm does not need to do this. (TM)
2006-10-09
  • Changed Editor credit from "Daniel Appelquist" to "Daniel Appelquist (early drafts)" (KEK)
2006-10-08
2006-10-07
2006-10-04
2006-10-02
  • Replaced "6.1 Focusable Child Elements" with 6.1 Focus Modes - Action 530 http://lists.w3.org/Archives/Member/member-cdf/2006Sep/0024.html (currently incomplete) (TM)
2006-10-02
  • Replaced "SVG as background": http://lists.w3.org/Archives/Public/public-cdf/2006Sep/0002.html (TM)
  • Done "SVG as background": http://lists.w3.org/Archives/Public/public-cdf/2006Sep/0002.html (TM)
  • Done "Hyperlinking, Action-379, Action-380, LC#73": http://lists.w3.org/Archives/Member/member-cdf/2006Aug/0063.html (TM)
2006-06-15
  • Changed CDF acronym to CDRF throughout the spec. (JQ)
  • Added missing editors for SVGT1.2 spec. (JQ)
  • Reinstated assertion in 11.1 Media Queries and removed "Although still in CR". (JQ)
2006-06-06
2006-05-07
  • Fixed typo in 3 Scalable Child Elements (JQ).
  • Changed "must define" to "should define" and added informative note in . (JQ)
  • Edited "Presentation can be customized to reflect a brand or user's personality and needs." in 1.1 Scope of this Specification. (JQ)
  • Added Julien as editor. (JQ)
2006-03-30
  • Outremarked section "Keyboard Event Naming". (TM)
2006-03-27
2006-03-24
2006-03-22
2006-03-18
  • Edited 1st paragraph under 3.2.1.1 Still-Image Rendering to cover unrecognized and multiple param values. (TM)
  • Edited "assert-font-support4" under 7.2 Font Naming to now read "In both XHTML (using CSS) and SVG, font selection is done by the font-family property as described in CSS [CSS21]." (TM)
  • Removed "The use of absolute positioning often involves assumptions..." from 3.2.3 Scalable Overlay Objects (Sprites). (TM)
  • Moved in "Keyboard Event Naming" from WICD Mobile. (TM)
  • Moved in 11 Intended Layout from WICD Mobile. (TM)
2006-03-07
2006-02-28
  • changed "focusable property" to "focusabality" in .
2006-02-23
2006-02-15
2006-02-09
2006-01-29
  • Changed section title from "2 Root Document Format" to 2 Root, Parent and Child Documents.
  • Added to 2 Root, Parent and Child Documents: "A document that references other documents is a parent document. A root document is the topmost parent document. A document is a child document, if it is referenced by other documents. A child document can be a parent document at the same time."
  • Added "or destination box" to 3 Scalable Child Elements.
  • Changed from "there are typically less fonts available" to "there are typically fewer fonts available" under 7.2 Font Naming.
2006-01-11
2005-12-15
  • Updated assert-focusable1 with bitmap analogy in and removed EdNote.
2005-12-14
  • Fixed typos, thank you Steve.
2005-12-13
2005-12-12
2005-12-12
  • Removed two EdNote's from 3.3.2 Leftover Margins
  • Removed "11 Identification". Moving Identification to profile documents.
  • Changed all MUST to must.
2005-12-08
2005-12-01
  • Updated wording of 2 Root, Parent and Child Documents.
  • Outremarked "Caching Directives". (If CDF specific awareness is needed, then on the server-side.)
  • Marked missing 'must/should' statements as testable assertions.
  • Added [SVGMobile12] to C References.
2005-11-29
2005-11-28
2005-11-25
2005-11-24
2005-11-24
2005-11-23
  • Update text on access keys in
  • Clarified use of "Child Object" in the document
2005-11-11
2005-11-10
  • Added EdNote for .
  • Combined both (informative) focus navigation sections under one 6.3 Focus Navigation Models and moved this down to be the last item of the section.
  • Switched order between and .
  • Incorporated focus management text to from CDR, and updated based on actions.
2005-11-03
2005-10-30
  • Removed "Conformance" section. (To be found in "WICD Mobile" and "WICD Full".)
2005-10-26
2005-10-20
  • Removed sections "Media Type Options (Non-Normative)", "IDL Definitions", "Java Language Binding", "ECMAScript Language Binding" (now in CDF).
  • Modified wording for "WICD Mobile" under 1.2 Related Specifications from "is aimed at mass market, one hand operation devices" to "addresses the special requirements of mass market, one-hand operation devices".
2005-10-18
  • Removed section "2 WICD Core" (the header) and moved all children sections one level up.
  • Updated 1.1 Scope of this Specification section to reflect document split.
2005-10-13
  • Updated the Abstract to reflect document split.
2005-10-12
  • Split "CDF + WICD Core" document into "CDF" and "WICD Core".
2005-10-04
  • Split main document into "CDF + WICD Core", "WICD Mobile" and "WICD Full".