NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 648 - remove pubdate attribute from <article> and add it to <time> .. and make it a boolean
remove pubdate attribute from <article> and add it to <time> .. and make it a...
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML5 schema
HEAD
All All
: P2 normal
Assigned To: Michael[tm] Smith
http://html5.org/tools/web-apps-track...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-09-11 09:04 CEST by Michael[tm] Smith
Modified: 2009-09-11 09:58 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael[tm] Smith 2009-09-11 09:04:24 CEST
This bug is just for the schema change with regard to pubdate. The spec has some additional constraints on pubdate that will need to be implemented in the assertions-checking code.
Comment 1 Michael[tm] Smith 2009-09-11 09:07:41 CEST
(In reply to comment #0)
> The spec has
> some additional constraints on pubdate that will need to be implemented in the
> assertions-checking code.

Namely, this:

[[
For each article element, there must no more than one time element with a pubdate attribute whose nearest ancestor is that article element. Furthermore, for each Document, there must be no more than one time element with a pubdate attribute that does not have an ancestor article element.
]]

I'll open a separate issue for that.