hcalendar-issues-closed: Difference between revisions
Jump to navigation
Jump to search
(move from hcalendar-issues, re-reviewed, and clarified a couple of rejected issues) |
(→closed 2005: closed a 2005 issue) |
||
Line 5: | Line 5: | ||
=== closed 2005 === | === closed 2005 === | ||
Issues that were raised in 2005 that have been resolved, and any/all related outstanding actions have been completed. | |||
* 2005-02-18 raised by Matt Raymond [http://listserver.dreamhost.com/pipermail/whatwg-whatwg.org/2005-February/003116.html on the whatwg list]: | * 2005-02-18 raised by Matt Raymond [http://listserver.dreamhost.com/pipermail/whatwg-whatwg.org/2005-February/003116.html on the whatwg list]: | ||
*# ''There is no way for some reading the markup to tell if a class name is the name of an attribute or simply the name of a class used for styling.'' | *# ''There is no way for some reading the markup to tell if a class name is the name of an attribute or simply the name of a class used for styling.'' | ||
Line 18: | Line 21: | ||
*# ''hCalendar/hCard is more complicated for webmasters to read and understand and more complicated for developers to implement.'' | *# ''hCalendar/hCard is more complicated for webmasters to read and understand and more complicated for developers to implement.'' | ||
*#* REJECTED (empty statements, invalid comparator). Please state specific examples which show the perceived complexity. The comparison "more complicated" requires two items, no second item was provided. | *#* REJECTED (empty statements, invalid comparator). Please state specific examples which show the perceived complexity. The comparison "more complicated" requires two items, no second item was provided. | ||
* 2005-02-22 raised by Matt Raymond [http://listserver.dreamhost.com/pipermail/whatwg-whatwg.org/2005-February/003124.html on the whatwg list]: | |||
*# ''There is no copyright statement and no patent statement.'' | |||
*#* ACCEPTED. I have updated [[hcalendar]] (and [[hcard]], and all other microformats) with a standard copyright statement and patent statement. [[User:Tantek|Tantek]] | |||
* 2005-07-21 raised by Neil Jensen | |||
*# ''should we create a vfreebusy class for HTML representations of freebusy data? Discussion [http://microformats.org/wiki/hcalendar-brainstorming#Free.2FBusy_information on hCalendar brainstorming]. Additional background: [http://www.ifreebusy.com/cyclical/blog/calendar/3.html here].'' | |||
*#* REJECTED out of scope for hCalendar. hCalendar focuses on publishing events on the web. Indication of free/busy time is a different enough semantic that it is probably worth its own microformat research and exploration, and as part of that, listing the iCalendar VFREEBUSY as a previous format. - [[User:Tantek|Tantek]] 08:14, 26 August 2009 (UTC) | |||
=== closed 2006 === | === closed 2006 === |
Revision as of 08:14, 26 August 2009
<entry-title>hCalendar closed issues</entry-title>
closed issues
Closed issues that have no further actions to take..
closed 2005
Issues that were raised in 2005 that have been resolved, and any/all related outstanding actions have been completed.
- 2005-02-18 raised by Matt Raymond on the whatwg list:
- There is no way for some reading the markup to tell if a class name is the name of an attribute or simply the name of a class used for styling.
- REJECTED (strawman, poor assumption). There is no need to differentiate in the general case. Class names should always be semantic, and whether they are used for styling is orthogonal.
- As a result of the above, user agents would not be able to reliably allow users to access extension properties such as "x-mozilla-alarm-default-length" (which is an actual extension used in Sunbird).
- REJECTED (out of scope). Extension properties are outside the current scope of hCalendar.
- The use of
<abbr>
for dates is incorrect. "August 5th, 2004" is not the abbreviation of 2004-08-05. In fact, the opposite is closer to the truth.- REJECTED (strawman). In practice the year is often omitted and thus "August 5th" actually is an abbreviation for 2004-08-05 which specifies the year. See this article for an explanation of this use of
<abbr>
Human vs. ISO8601 dates problem solved
- REJECTED (strawman). In practice the year is often omitted and thus "August 5th" actually is an abbreviation for 2004-08-05 which specifies the year. See this article for an explanation of this use of
- You have to create a complex set of rules for all possible uses of legacy markup within which can easily be implemented incorrectly.
- REJECTED (false statements, strawman). There is no legacy markup. There is no need to create rules for all possible uses of legacy markup. There is no need to create a complex set of rules.
- There are styling and tooltip issues that are unresolved.
- REJECTED (empty statements). See the hCalendar FAQ for answers to specific styling and tooltip questions. Otherwise, please raise specific issues here with clear valid examples.
- hCalendar/hCard is more complicated for webmasters to read and understand and more complicated for developers to implement.
- REJECTED (empty statements, invalid comparator). Please state specific examples which show the perceived complexity. The comparison "more complicated" requires two items, no second item was provided.
- There is no way for some reading the markup to tell if a class name is the name of an attribute or simply the name of a class used for styling.
- 2005-02-22 raised by Matt Raymond on the whatwg list:
- 2005-07-21 raised by Neil Jensen
- should we create a vfreebusy class for HTML representations of freebusy data? Discussion on hCalendar brainstorming. Additional background: here.
- REJECTED out of scope for hCalendar. hCalendar focuses on publishing events on the web. Indication of free/busy time is a different enough semantic that it is probably worth its own microformat research and exploration, and as part of that, listing the iCalendar VFREEBUSY as a previous format. - Tantek 08:14, 26 August 2009 (UTC)
- should we create a vfreebusy class for HTML representations of freebusy data? Discussion on hCalendar brainstorming. Additional background: here.
closed 2006
- 2006-01-04 raised by CGranade
- Interactions with strong namespacing. So far, it seems that hCalendar cannot be embedded into non-XHTML schemas that are also strongly namespaced (e.g.: RDF, Atom) without a resultant validation error, as the
class
attribute is not portable across schemas.- REJECTED. The class attribute is used on XHTML elements, which are XML, which can be embedded in any other XML. The issue as raised doesn't make sense.
- Interactions with strong namespacing. So far, it seems that hCalendar cannot be embedded into non-XHTML schemas that are also strongly namespaced (e.g.: RDF, Atom) without a resultant validation error, as the