W3C

WICD Mobile 1.0

W3C Working Group Note 19 August 2010

This version:
http://www.w3.org/TR/2010/NOTE-WICDMobile-20100819/
Latest version:
http://www.w3.org/TR/WICDMobile/
Previous version:
http://www.w3.org/TR/2007/CR-WICDMobile-20070718/
Editors:
Timur Mehrvarz, Vodafone Group Services Limited
Lasse Pajunen, Nokia
Julien Quint, DAISY Consortium
Daniel Appelquist, Vodafone Group Services Limited

Abstract

Compound Document is the W3C term for a document that combines multiple formats. The CDF Working Group has defined CDRF 1.0 as a framework to describe such documents.

This document specifies WICD Mobile 1.0, a Compound Document profile based on XHTML, CSS, SVG and DOM, which conforms to CDRF 1.0 and WICD Core 1.0. WICD Mobile 1.0 is targeted at mobile agents and is a subset of WICD Full 1.0.

WICD stands for Web Integration Compound Document.

Status of this Document

This document has been discontinued as part of the closure of the Compound Document Formats Working Group.

Table of Contents

1 Introduction
2 Compound Document by Reference Framework Compliance
3 Profile Requirements
    3.1 XHTML Basic 1.1
    3.2 ECMAScript 3rd Edition Compact Profile
    3.3 CSS Mobile Profile 2.0
    3.4 SVG Tiny 1.2
    3.5 User Agent Identification
    3.6 Document Object Model (DOM)
    3.7 XMLHttpRequest
    3.8 Focus Navigation Model
    3.9 Content Packaging

Appendices

A Definitions
B Conformance
C Document Object Model (DOM) Level 3 Core Subset Extensions
D Document Object Model (DOM) Level 3 Events Extensions
E Document Object Model (DOM) Level 2 HTML Subset
F References
    F.1 Normative
    F.2 Informative
G Authoring Guidelines (Non-Normative)
H Acknowledgements (Non-Normative)
I Changes Log (Non-Normative)


1 Introduction

(This section is informative)

The WICD Mobile profile is primarily designed to enable rich multimedia content on mobile handset devices. These are devices with:

WICD Mobile is a strict subset of WICD Full. It is therefore possible to create content for WICD Mobile agents and make use of this content in a WICD Full implementation, for instance in a desktop environment.

2 Compound Document by Reference Framework Compliance

This specification contains information, which is specific to the WICD Mobile 1.0 profile. Any information that applies to all WICD profiles, is compiled into the WICD Core 1.0 specification. Any information that applies to Compound Documents in general, can be found in the Compound Document by Reference Framework and Compound Document by Inclusion Framework specifications.

Conformant WICD Mobile 1.0 user agents must implement

Conformant WICD Mobile 1.0 user agents must implement

The following image shows the relation between CDR and WICD specifications.

Shows the relation between CDR and WICD documents

3 Profile Requirements

3.1 XHTML Basic 1.1

XHTMLBasic 1.1 W3C Candidate Recommendation 13 July 2007

Conformant WICD Mobile 1.0 user agents must support XHTML Basic 1.1 [XHTMLBasic11] as the root document.

3.1.1 XHTML Internet Media Type

XHTML Basic 1.1 documents should be associated with the application/xhtml+xml mime type.

3.2 ECMAScript 3rd Edition Compact Profile

Conformant WICD Mobile 1.0 user agents must support ECMAScript 3rd Edition Compact Profile (ES-CP) as a scripting language.

3.2.1 ECMAScript Internet Media Type

ECMAScript documents must be associated with the "application/ecmascript" Media Type.

3.3 CSS Mobile Profile 2.0

Conformant WICD Mobile 1.0 user agents must support CSS Mobile Profile 2.0 [CSS Mobile Profile 2.0 Specification].

Conformant WICD Mobile 1.0 user agents must support the following CSS properties and possible values:

  • position: static | relative | absolute | fixed | inherit

  • top, right, bottom, left: <length> | <percentage> | auto | inherit

  • min-width, min-height: <length> | <percentage> | inherit

  • max-width, max-height: <length> | <percentage> | none | inherit

  • z-index: auto | <integer> | inherit

  • outline-style: <border-style> | inherit

3.4 SVG Tiny 1.2

Conformant WICD Mobile 1.0 user agents must support Scalable Vector Graphics Tiny 1.2 [SVGT12] specification.

3.5 User Agent Identification

When declaring support for WICD Mobile 1.0, a conforming user agent should use an "Accept" header with the value:

application/xhtml+xml; profile="http://www.w3.org/2007/wicd-mobile"

Future versions of the WICD Mobile profile, which are compatible with WICD Mobile 1.0, must use the same profile string, using the same format, but with a later date.

3.6 Document Object Model (DOM)

WICD Mobile 1.0 does not require the implementation of the full DOM Level 3 Core and Events. Instead, the following subsets must be implemented.

3.6.1 Document Object Model (DOM) Core Subset

Conformant WICD Mobile 1.0 user agents must support the Document Object Model (DOM) Level 3 Core Specification Subset, defined in the SVG Tiny 1.2 specification for all namespaces.

3.6.2 Document Object Model (DOM) Core Subset Additional Features

Conformant WICD Mobile 1.0 user agents must support the additional features described in Appendix C Document Object Model (DOM) Level 3 Core Subset Extensions for all namespaces.

3.6.3 Document Object Model (DOM) Event Subset

Conformant WICD Mobile 1.0 user agents must support the Document Object Model (DOM) Level 3 Events Specification Subset, defined in the SVG Tiny 1.2 specification for all namespaces.

3.6.4 Document Object Model (DOM) Event Subset Additional Features

Conformant WICD Mobile 1.0 user agents must support the additional features described in Appendix D Document Object Model (DOM) Level 3 Events Extensions for all namespaces.

3.6.5 HTML DOM

Conformant WICD Mobile 1.0 user agents must support the HTML DOM features described in Appendix E Document Object Model (DOM) Level 2 HTML Subset for the nodes in the XHTML namespace.

3.6.6 SVG Micro DOM

Conformant WICD Mobile 1.0 user agents must support the SVG Micro DOM (uDOM) specification for nodes in the SVG namespace.

3.6.7 ElementTraversal interface

Conformant WICD Mobile 1.0 user agents must support the ElementTraversal interface on all DOM objects which implement the org.w3c.dom.Element interface.

3.6.8 DocumentView interface

Conformant WICD Mobile 1.0 user agents must support the DocumentView interface on all implementations of the org.w3c.dom.Document interface.

3.6.9 Window interface

Conformant WICD Mobile 1.0 user agents must support the Window Object 1.0 specification on all implementations of the org.w3.dom.AbstractView interface.

3.6.10 XHTML Event Attribute to DOM Event Mapping

XHTML 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 XHTML event attributes versus other event listeners is not defined.

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

  • onload - load

  • onunload - unload

  • onclick - click

  • ondblclick - click (except event handler returns if UIEvent.detail < 2)

  • onmousedown - mousedown

  • onmouseup - mouseup

  • onmouseover - mouseover

  • onmousemove - mousemove

  • onmouseout - mouseout

  • onfocus - focus

  • onblur - blur

  • onkeypress - (see below)

  • onkeydown - keydown

  • onkeyup - keyup

  • onsubmit - submit

  • onreset - reset

  • onselect - select

  • onchange - change

The onkeypress attribute is defined by HTML 4 to declare a handler, whose content is the value of the attribute, and which is triggered when a keydown event followed by a keyup event are dispatched, on the same key and on the same focused element.

3.6.11 SVG Event to DOM Event Mapping

See: SVG Tiny 1.2 specification for the event mapping.

3.6.12 Event Flow: Capture and Bubble

Conformant WICD Mobile 1.0 user agents must support DOM Level 3 event flow (capture and bubble) for all namespaces, including SVG Tiny 1.2.

3.7 XMLHttpRequest

Conformant WICD Mobile 1.0 user agents must support the XMLHttpRequest Object.

3.8 Focus Navigation Model

Conformant WICD Mobile 1.0 user agents, for devices that have a multi directional (2D) joystick input device, must implement a Two Dimensional Focus Navigation with Flattened Children. For guidance see Navigation Models in WICD Core 1.0.

In a static situation, focus should go back, all the way, to where it came from, when a user navigates focus in backward direction.

Conformant WICD Mobile 1.0 user agents should allow activation of hierarchical child elements using the "Ok" key.

Conformant WICD Mobile 1.0 user agents, implemented on devices, that have at least two soft keys and no dedicated escape key, should allow deactivation of hierarchical child elements, using longpress Soft2.

3.9 Content Packaging

Conformant WICD Mobile 1.0 user agents should support Multipart/related packaging. These agents will advertise "multipart/related" capability with their HTTP request accept headers.

Internet Media Type implementations must in general treat unrecognized subtypes of "multipart" as being equivalent to Multipart/mixed. Agents supporting a 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.

A Definitions

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

B Conformance

Everything in this specification is normative except for diagrams, examples, notes and sections marked informative.

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 http://www.ietf.org/rfc/rfc2119.txt). 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 "This specification recommends ...", or some similar wording.

WICD Mobile 1.0 User Agent Conformance:

  1. Conformant WICD Mobile 1.0 user agents must implement the "Compound Document by Reference Framework 1.0 (CDR 1.0)" including the extended DOM API's and additional Events.

  2. Conformant WICD Mobile 1.0 user agents must implement "WICD Core 1.0".

  3. Conformant WICD Mobile 1.0 user agents must support XHTML Basic 1.1 as the root document.

  4. Conformant WICD Mobile 1.0 user agents must support ECMAScript 3rd Edition Compact Profile (ES-CP) as a scripting language.

  5. Conformant WICD Mobile 1.0 user agents must support CSS Mobile Profile 2.0 as well as the additional specified CSS properties.

  6. Conformant WICD Mobile 1.0 user agents must support Scalable Vector Graphics (SVG) Tiny 1.2 specification while referenced from XHTML.

  7. When declaring support for WICD Mobile 1.0, a conforming user agent should use an "Accept" header with the value: application/xhtml+xml; profile="http://www.w3.org/2007/wicd-mobile".

  8. Future versions of the WICD Mobile profile, which are compatible with WICD Mobile 1.0, must use the same profile string, using the same format, but with a later date.

  9. Conformant WICD Mobile 1.0 user agents must support the Document Object Model (DOM) Level 3 Core Specification subset defined in the SVG Tiny 1.2 specification [http://www.w3.org/TR/SVGMobile12/svgudom.html#dom] for all namespaces.

  10. Conformant WICD Mobile 1.0 user agents must support the features described in Appendix C Document Object Model (DOM) Level 3 Core Subset Extensions for all namespaces.

  11. Conformant WICD Mobile 1.0 user agents must support the Document Object Model (DOM) Level 3 Events Specification Subset defined in the SVG Tiny 1.2 Specification [http://www.w3.org/TR/SVGMobile12/svgudom.html#events] for all namespaces.

  12. Conformant WICD Mobile 1.0 user agents must support the features described in Appendix D Document Object Model (DOM) Level 3 Events Extensions for all namespaces.

  13. Conformant WICD Mobile 1.0 user agents must support the HTML DOM features described in Appendix E Document Object Model (DOM) Level 2 HTML Subset for the nodes in the XHTML namespace.

  14. Conformant WICD Mobile 1.0 user agents must support the SVG Micro DOM (uDOM) specification for nodes in the SVG namespace.

  15. Conformant WICD Mobile 1.0 user agents must support the ElementTraversal interface on all DOM objects which implement the org.w3c.dom.Element interface.

  16. Conformant WICD Mobile 1.0 user agents must support the DocumentView interface on all implementations of the org.w3c.dom.Document interface.

  17. Conformant WICD Mobile 1.0 user agents must support the Window Object 1.0 specification on all implementations of the org.w3.dom.AbstractView interface.

  18. Conformant WICD Mobile 1.0 user agents must support the mapping from XHTML event attributes to the corresponding DOM3 events.

  19. Conformant WICD Mobile 1.0 user agents must support the SVG Event to DOM Event Mapping.

  20. Conformant WICD Mobile 1.0 user agents must support the XMLHttpRequest Object.

  21. Conformant WICD Mobile 1.0 user agents, for devices that have a multi directional (2D) joystick input device, must implement the "Two Dimensional Focus Navigation Model" with support for "Flattened Children". For guidance see Navigation Models in WICD Core 1.0.

  22. In a static situation, focus should go back, all the way, to where it came from, when a user navigates focus in backward direction.

  23. Conformant WICD Mobile 1.0 user agents should allow activation of hierarchical child elements using the "Ok" key.

  24. Conformant WICD Mobile 1.0 user agents, implemented on devices, that have at least two soft keys and no dedicated escape key, should allow deactivation of hierarchical child elements, using longpress Soft2.

  25. Conformant WICD Mobile 1.0 user agents should support Multipart/related packaging. These agents will advertise "multipart/related" capability with their HTTP request accept headers.

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

  27. Conformant WICD Mobile 1.0 user agents must support DOM Level 3 event flow (capture and bubble) for all namespaces, including SVG Tiny 1.2.

WICD Mobile 1.0 Document Conformance:

  1. XHTML Basic 1.1 documents should be associated with the application/xhtml+xml mime type.

  2. ECMAScript documents should be associated with the "application/ecmascript" mime type.

  3. In conforming WICD 1.0 content, audio referenced from an XHTML object element must have a width and height of zero.

C Document Object Model (DOM) Level 3 Core Subset Extensions

NodeList

The org.w3c.dom.NodeList interface, defined in the DOM Core Level 3 Specification must be supported for the HTMLDocument.getElementsByTagName() method.

interface NodeList {
  Node     item(in unsigned long index);
  readonly attribute unsigned long   length;
};

getAttribute and setAttribute methods on Element

The SVG Working Group has resolved that the getAttribute and setAttribute methods were missing from the SVG Tiny 1.2 CR specification uDOM DOM Level 3 Core subset by error. Therefore, the next revision of the SVG Tiny 1.2 specification will include the getAttribute and setAttribute methods on the org.w3c.dom.Element interface.

adoptNode

http://www.w3.org/TR/DOM-Level-3-Core/core.html#Document3-adoptNode

Conformant WICD Mobile 1.0 user agents must support the adoptNode method on the Document interface, as defined in the DOM Core Level 3 specification.

D Document Object Model (DOM) Level 3 Events Extensions

The CustomEvent type allows applications to use application-domain events. The support for dispatchEvent on EventTarget (in addition to what is supported in the SVG Tiny 1.2 uDOM), provides a way to dispatch the event to the document tree. Finally, support for DocumentEvent provides a way to create CustomEvent instances which can then be dispatched.

CustomEvent

http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-CustomEvent

// Introduced in DOM Level 3:
interface CustomEvent : Event {
  readonly attribute DOMObject detail;
  void     initCustomEventNS(in DOMString namespaceURI, 
                             in DOMString typeArg, 
                             in boolean canBubbleArg, 
                             in boolean cancelableArg, 
                             in DOMObject detailArg);
};

EventTarget

http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-EventTarget

// Introduced in DOM Level 2:
interface EventTarget {
  void    addEventListener(in DOMString type, 
                           in EventListener listener, 
                           in boolean useCapture);

  void    removeEventListener(in DOMString type, 
                              in EventListener listener, 
                              in boolean useCapture);

  // Modified in DOM Level 3:
  boolean dispatchEvent(in Event evt) raises(EventException, DOMException);

  // Introduced in DOM Level 3:
  void    addEventListenerNS(in DOMString namespaceURI,   
                             in DOMString type, 
                             in EventListener listener, 
                             in boolean useCapture, 
                             in DOMObject evtGroup);

  // Introduced in DOM Level 3:
  void    removeEventListenerNS(in DOMString namespaceURI, 
                                in DOMString type, 
                                in EventListener listener, 
                                in boolean useCapture);
};

DocumentEvent

http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-DocumentEvent

Conformant WICD Mobile Profile User Agent must support the following subset of the DocumentEvent interface. Note that in a conformant WICD Mobile Profile User Agent, "CustomEvent" is the only required event type.

// Introduced in DOM Level 2:
interface DocumentEvent {
  Event   createEvent(in DOMString eventType)  raises(DOMException);
};

createEvent
Parameters
eventType of type DOMString

The eventType parameter specifies the name of the DOM Events interface to be supported by the created event object, i.e. "CustomEvent". The CustomEvent init method must be called after creation in order to initialize the Event's values. A user wishing to synthesize some kind of CustomEvent would invoke DocumentEvent.createEvent("CustomEvent"). The CustomEvent.initCustomEventNS method could then be called on the newly created CustomEvent object to set the details of the event to be dispatched.

Return Value
Event

The newly created event object.

Exceptions

DOMException NOT_SUPPORTED_ERR: Raised if the implementation does not support the Event interface requested. In WICD Mobile 1.0, only the CustomEvent interface is required.

E Document Object Model (DOM) Level 2 HTML Subset

The normative definition of the Document Object Model (DOM) Level 2 HTML is defined here.

// File: html2.idl
#ifndef _HTML2_IDL_
#define _HTML2_IDL_

#include "dom.idl"

#pragma prefix "dom.w3c.org"

module html2
{
  typedef dom::DOMString DOMString;
  typedef dom::Document Document;
  typedef dom::NodeList NodeList;
  typedef dom::Element Element;

  interface HTMLElement;
  interface HTMLFormElement;

  interface HTMLDocument : Document {
    NodeList             getElementsByName(in DOMString elementName);
  };

  interface HTMLElement : Element {
    attribute DOMString  id;
    attribute DOMString  className;
  };

  interface HTMLFormElement : HTMLElement {
    void                 submit();
    void                 reset();
  };

  interface HTMLInputElement : HTMLElement {
    attribute boolean    checked;
    attribute DOMString  value;
    void                 select();
  };

  interface HTMLTextAreaElement : HTMLElement {
    attribute DOMString  value;
    void                 select();
  };

  interface HTMLObjectElement : HTMLElement {
    // Introduced in DOM Level 2:
    readonly attribute Document  contentDocument;
  };

  interface HTMLOptionElement : HTMLElement {
    attribute boolean selected;
  }
 
};

#endif // _HTML2_IDL_

F References

F.1 Normative

Extensible Markup Language (XML) 1.0 (Fourth Edition)
Extensible Markup Language (XML) 1.0 (Fourth Edition) , C. M. Sperberg-McQueen, Eve Maler, Tim Bray, et al. , Editors. World Wide Web Consortium, 16 August 2006. This version is http://www.w3.org/TR/2006/REC-xml-20060816. The latest version is available at http://www.w3.org/TR/xml.
Namespaces in XML 1.0 (Second Edition)
Namespaces in XML 1.0 (Second Edition) , Tim Bray, Dave Hollander, Andrew Layman, and Richard Tobin, Editors. World Wide Web Consortium, 16 Aug 2006. This version is http://www.w3.org/TR/2006/REC-xml-names-20060816. The latest version is available at http://www.w3.org/TR/xml-names.
Extensible Markup Language (XML) 1.1 (Second Edition)
Extensible Markup Language (XML) 1.1 (Second Edition) , Eve Maler, John Cowan, Jean Paoli, et al. , Editors. World Wide Web Consortium, 16 Aug 2006. This version is http://www.w3.org/TR/2006/REC-xml11-20060816. The latest version is available at http://www.w3.org/TR/xml11.
Namespaces in XML 1.1 (Second Edition)
Namespaces in XML 1.1 (Second Edition) , Andrew Layman, Dave Hollander, Richard Tobin, and Tim Bray, Editors. World Wide Web Consortium, 16 Aug 2006. This version is http://www.w3.org/TR/2006/REC-xml-names11-20060816. 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, 13 Apr 2006. This version is http://www.w3.org/TR/2006/WD-DOM-Level-3-Events-20060413. 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, 06 Nov 2006. This version is http://www.w3.org/TR/2006/WD-CSS21-20061106. The latest version is available at http://www.w3.org/TR/CSS21.
CSS Mobile Profile 2.0 Specification
CSS Mobile Profile 2.0 Specification , Svante Schubert, Editor. Robin Berjon, Previous Editor. World Wide Web Consortium, 08 Dec 2006. This version is http://www.w3.org/TR/2006/WD-css-mobile-20061208. The latest version is available at http://www.w3.org/TR/css-mobile/.
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/.
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/.
XHTML™ Basic 1.1
XHTML™ Basic 1.1, Mark Baker, Masayasu Ishikawa, Shinichi Matsui, Peter Stark, Ted Wugofski, Toshihiko Yamakami, Editors, World Wide Web Consortium, 13 July 2007. This version is http://www.w3.org/TR/2007/CR-xhtml-basic-20070713. The latest version is available at http://www.w3.org/TR/xhtml-basic/.
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.
Scalable Vector Graphics (SVG) Tiny 1.2 Specification
Scalable Vector Graphics (SVG) Tiny 1.2 Specification Ola Andersson, Robin Berjon, Erik Dahlström, Andrew Emmons, Jon Ferraiolo, Vincent Hardy, Scott Hayman, Dean Jackson, Chris Lilley, Andreas Neumann, Craig Northway, Antoine Quint, Nandini Ramani, Doug Schepers, and Andrew Shellshear, Editors. World Wide Web Consortium, 10 Aug 2006. This version is http://www.w3.org/TR/2006/CR-SVGMobile12-20060810/. 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, 19 Dec 2005. This version is http://www.w3.org/TR/2005/NOTE-CDRReqs-20051219/. 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, Lasse Pajunen, and Julien Quint, Editors. World Wide Web Consortium, 22 Nov 2006. This version is http://www.w3.org/TR/2006/WD-CDR-20061122/. The latest version is available at http://www.w3.org/TR/CDR/.
WICD Core 1.0
WICD Core 1.0 , Timur Mehrvarz, Daniel Appelquist, Lasse Pajunen, and Julien Quint, Editors. World Wide Web Consortium, 22 Nov 2006. This version is http://www.w3.org/TR/2006/WD-WICD-20061122/. The latest version is available at http://www.w3.org/TR/WICD/.
WICD Full 1.0
WICD Full 1.0 , Timur Mehrvarz, Daniel Appelquist, Lasse Pajunen, and Julien Quint, Editors. World Wide Web Consortium, 22 Nov 2006. This version is http://www.w3.org/TR/2006/WD-WICDFull-20061122/. The latest version is available at http://www.w3.org/TR/WICDFull/.
ECMAScript Language Specification 3rd Edition Compact Profile (ES-CP)
ECMAScript Language Specification 3rd Edition Compact Profile (ES-CP) , European Computer Manufacturers Association, June 2001. Also available as ISO/IEC 16262:2002
Scripting Media Types
Scripting Media Types , IETF RFC 4329, April 2006
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.

F.2 Informative

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.
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.
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.

G Authoring Guidelines (Non-Normative)

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

In addition to this specification, the Mobile Web Best Practices 1.0 document provides useful guidelines for delivering content to Web-enabled mobile devices. WICD Mobile is a superset of the capabilities articulated in the default delivery context section of this document.

H Acknowledgements (Non-Normative)

The editors would like to thank the contributors:

I Changes Log (Non-Normative)

2007-07-16
2007-07-01
  • Prepeared CR state. (TM)

2007-04-27
2007-04-20
  • Added XHTML Basic 1.1 to status section as WICD Mobile dependency. (TM)

2007-04-17
  • Inserted missing links. (TM)

2007-04-16
  • Removed "WICD Full" from exit criteria in the status section. (TM)

  • Outcommented changelog entries before 22. December 2006. (TM)

  • Listing additional CSS attribute requirements 3.3 CSS Mobile Profile 2.0 (TM)

2007-04-05
  • Removed the following text: "3.6.6 Focus Traversal - Conformant WICD Mobile 1.0 user agents must support the Focus Traversal features described in Appendix [***] for all namespaces." (TM)

  • Added missing item in Conformance section: "Conformant WICD Mobile 1.0 user agents must support the SVG Event to DOM Event Mapping." (TM)

  • Added missing item in Conformance section: "Conformant WICD Mobile 1.0 user agents must support the XMLHttpRequest Object." (TM)

  • Added missing item in Conformance section: "Conformant WICD Mobile 1.0 user agents should support Multipart/related packaging. These agents will advertise "multipart/related" capability with their HTTP request accept headers." (TM)

  • Added missing item in Conformance section: "Internet Media Type implementations must in general treat unrecognized subtypes of "multipart" as being equivalent to Multipart/mixed. Agents supporting a WICD Profile are therefore expected to support both, related and mixed." (TM)

2007-04-02
  • Removed section "F Focus Traversal Support". (TM)

2007-03-31
  • Split F References into Normative and Informative. (TM)

  • Using author list, sorted by last name. (TM)

  • Changed UA identification profile string from "/2005/12/" to "/2007/03/". (TM)

2007-03-15
  • Fixed document validity. (JQ)

  • Removed occurrence of "we recommend". (JQ)

  • Replaced "MIME Type" with "Internet Media Type". (JQ)

  • Replaced "Non-Normative" with "Informative" in the xmlspec stylesheet. (JQ)

  • Added XmlHttpRequest Object dependency in the status. (JQ)

2007-03-14
2007-03-13
  • Updated status of the document to CR. (JQ)

  • Sorted contributors by last name instead of first. (JQ)

  • Added "Everything in this specification is normative except for diagrams, examples, notes and sections marked informative" in the beginning of B Conformance. (JQ)

2007-03-12
2007-01-25
  • Added missing "HTMLOptionElement" fragment (3 lines) to 3.6.5 HTML DOM (TM)

2006-12-11