This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 17792 - The draft says Intent Markup's type attribute must be space-separated but examples are comma-separated
Summary: The draft says Intent Markup's type attribute must be space-separated but exa...
Status: RESOLVED FIXED
Alias: None
Product: Web Intents
Classification: Unclassified
Component: Web Intents specification (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: James Hawkins
QA Contact: This bug has no owner yet - up for the taking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-17 11:36 UTC by kinuko
Modified: 2012-07-17 15:26 UTC (History)
5 users (show)

See Also:


Attachments

Description kinuko 2012-07-17 11:36:51 UTC
In the latest editor's draft (https://dvcs.w3.org/hg/web-intents/raw-file/tip/spec/Overview-respec.html#attributes-2) the type attribute is defined as 'space separated list' as following:

3.5.1 Attributes
type of type DOMString
A string specifying the type of payload data the service can accept. Must be a space separated list of type specifiers.

But the example 3 in 1.1 Example shows following markup:

<intent action="http://webintents.org/edit" type="text/uri-list;type=image/*,image/*"></intent>

where the type attribute seems to be separated by a comma (unless the entire string should be parsed as a single type specifier), which looks confusing.
Comment 1 James Hawkins 2012-07-17 15:26:36 UTC
Fixed at http://dvcs.w3.org/hg/web-intents/raw-file/tip/spec/Overview.html.