W3C

WICD Full 1.0

W3C Candidate Recommendation 18 July 2007

This version:
http://www.w3.org/TR/2007/CR-WICDFull-20070718/
Latest version:
http://www.w3.org/TR/WICDFull/
Previous version:
http://www.w3.org/TR/2006/WD-WICDFull-20061122/
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 Full 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 Full 1.0 is targeted at desktop agents and is a superset of WICD Mobile 1.0.

WICD stands for Web Integration Compound Document.

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

This is a W3C Candidate Recommendation of WICD Full 1.0. This document is based upon WICD Full 1.0 published on 22 November 2006. The current document contains editorial improvements, and minor changes in response to Last Call comments. The disposition of Last Call comments is available (first last call comments, second last call comments). Changes are summarized in E Changes Log to review changes since the last Working Draft.

Publication as a Candidate Recommendation 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.

The Compound Document by Reference Framework (CDRF) 1.0, Web Integration Compound Document Core 1.0 (WICD Core), WICD Mobile 1.0 and WICD Full 1.0 profiles have dependencies on the following documents:

The Compound Document Format Working Group will advance the CDRF 1.0, WICD Core 1.0, WICD Mobile 1.0 and WICD Full 1.0 profiles to Proposed Recommendation no sooner than 01 September 2007; the Working Group estimates that by 01 December 2007 the following exit criteria have been met:

It is not required, as a condition to exit CR, that a single implementation passes all CDRF and WICD profile test cases. Once CDRF and WICD reach Recommendation status, however, implementations should aim for 100% compliance.

Implementation results will be released publicly. These results are only serving as proof of CDRF and WICD profiles implementability. They are only a snap shot of the actual implementation behaviors at one moment of time and should not be construed as describing the conformance status of implementations at any later date.

This document has been produced by the Compound Document Formats Working Group as part of the Rich Web Clients Activity within the W3C Interaction Domain. 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.

Feedback on this specification should be sent 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 was produced by a group operating under the 5 February 2004 W3C Patent Policy. W3C maintains a public list of any patent disclosures made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains Essential Claim(s) must disclose the information in accordance with section 6 of the W3C Patent Policy.

Table of Contents

1 Introduction
2 WICD Profile and Compound Document by Reference Framework Compliance
3 Profile Requirements
    3.1 XHTML 1.1
    3.2 ECMAScript 3rd Edition
    3.3 CSS 2.1
    3.4 SVG Tiny 1.2
    3.5 User Agent Identification
    3.6 Document Object Model (DOM)
    3.7 XMLHttpRequest

Appendices

A Definitions
B Conformance
C References
    C.1 Normative
    C.2 Informative
D Acknowledgements (Non-Normative)
E Changes Log (Non-Normative)


1 Introduction

(This section is informative)

The WICD Full 1.0 profile is designed to enable rich multimedia content on desktop and high capability handheld agents. These are agents with:

2 WICD Profile and Compound Document by Reference Framework Compliance

Conformant WICD Full 1.0 user agents must implement the conformance criteria from WICD Mobile 1.0 profile in addition to the Profile Requirements listed in this document.

WICD Full 1.0 is a superset of WICD Mobile 1.0.

WICD Mobile 1.0 is based upon WICD Core 1.0 and CDRF 1.0.

The following illustration shows the relation between these specifications.

Shows the relation between WICD and CDRF documents

3 Profile Requirements

3.1 XHTML 1.1

Conformant WICD Full 1.0 user agents must support XHTML 1.1 - Module-based XHTML as the root document.

3.2 ECMAScript 3rd Edition

Conformant WICD Full 1.0 user agents must support ECMAScript 3rd Edition as a scripting language.

3.3 CSS 2.1

Conformant WICD Full 1.0 user agents must support Cascading Style Sheets, level 2 revision 1 [CSS21] specification.

3.4 SVG Tiny 1.2

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

3.5 User Agent Identification

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

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

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

3.7 XMLHttpRequest

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

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 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 "We recommend ...", "This specification recommends ...", or some similar wording.

WICD Full 1.0 User Agent Conformance:

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

  2. Conformant WICD Full 1.0 user agents must implement WICD Core 1.0.

  3. Conformant WICD Full 1.0 user agents must implement WICD Mobile 1.0.

  4. Conformant WICD Full 1.0 user agents must support XHTML 1.1 - Module-based XHTML as root document.

  5. Conformant WICD Full 1.0 user agents must support ECMAScript 3rd Edition as a scripting language.

  6. Conformant WICD Full 1.0 user agents must support the Cascading Style Sheets, level 2 revision 1 [CSS21] specification.

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

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

  9. Conformant WICD Full 1.0 user agents must support Document Object Model (DOM) Level 3 Core Specification.

  10. Conformant WICD Full 1.0 user agents must support Document Object Model (DOM) Level 3 Events Specification.

  11. Conformant WICD Full 1.0 user agents must support Document Object Model (DOM) Level 2 HTML Specification.

  12. Conformant WICD Full 1.0 user agents must support the XMLHttpRequest Object.

C References

C.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/.
Document Object Model (DOM) Level 2 Style Sheets and CSS
Document Object Model (DOM) Level 2 Style Specification , Chris Wilson, Philippe Le Hégaret, and Vidur Apparao, Editors. World Wide Web Consortium, 13 Nov 2000. This version is http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113. The latest version is available at http://www.w3.org/TR/DOM-Level-2-Style/.
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.
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/.
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 Mobile 1.0
WICD Mobile 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-WICDMobile-20061122/. The latest version is available at http://www.w3.org/TR/WICDMobile/.
ECMAScript Language Specification 3rd Edition
ECMAScript Language Specification 3rd Edition , European Computer Manufacturers Association, December 1999. Also available as ISO/IEC 16262:2002
Scripting Media Types
Scripting Media Types , IETF RFC 4329, April 2006

C.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.
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.
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 Acknowledgements (Non-Normative)

The editors would like to thank the contributors:

E Changes Log (Non-Normative)

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

2007-04-16
  • Updated status of the document to CR. (TM)

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

2007-03-31
  • Split C 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
2007-03-14
  • Removed conformance criterion "WICD Full 1.0 is a superset of WICD Mobile 1.0" (redundant with following.) (JQ)

2007-02-27
  • Fixed errors in SVG author names. (TM)