abbr-design-pattern-issues: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (→‎Issues: fmt)
m (→‎Issues: "at the time of writing")
Line 15: Line 15:


* {{OpenIssue}} 2008-01-01 raised by [[User:AndyMabbett|Andy Mabbett]].
* {{OpenIssue}} 2008-01-01 raised by [[User:AndyMabbett|Andy Mabbett]].
*# How are abbreviations in the middle of microformat element values to be parsed. e.g for <code><nowiki><span class="street-address">New John <abbr title="Street">St.</abbr> West</span></nowiki></code> both Operator and X2V return "New John St. West" not the expected "New John Street West"; see [http://www.westmidlandbirdclub.com/test].  
*# How are abbreviations in the middle of microformat element values to be parsed. e.g for <code><nowiki><span class="street-address">New John <abbr title="Street">St.</abbr> West</span></nowiki></code>, both Operator and X2V return, at the time of writing, "New John St. West", not the expected "New John Street West"; see [http://www.westmidlandbirdclub.com/test].  


* {{OpenIssue}} 2008-01-01 raised by [[User:AndyMabbett|Andy Mabbett]].
* {{OpenIssue}} 2008-01-01 raised by [[User:AndyMabbett|Andy Mabbett]].
*# How are empty <code>title=""</code> and missing title attributes to be parsed? (At the time of writing, X2V returns null values; Operator uses the content of the abbr element); see [http://www.westmidlandbirdclub.com/test].
*# How are empty (<code>title=""</code>) and missing title attributes to be parsed? (At the time of writing, X2V returns null values; Operator uses the content of the abbr element); see [http://www.westmidlandbirdclub.com/test].


== Template ==
== Template ==

Revision as of 16:41, 1 January 2008

abbr design pattern issues

These are externally raised issues about abbr-design-pattern with broadly varying degrees of merit. Thus some issues may be REJECTED for a number of obvious reasons (but still documented here in case they are re-raised), and others contain longer discussions. Some issues may be ACCEPTED and perhaps cause changes or improved explanations in the spec.


Submitted issues may (and probably will) be edited and rewritten for better terseness, clarity, calmness, rationality, and as neutral a point of view as possible. Write your issues well. — Tantek

Please add new issues to the top of the list. Please follow-up to resolved/rejected issues with new information rather than resubmitting such issues. Duplicate issue additions will be reverted.

Issues

  • open issue! 2008-01-01 raised by Andy Mabbett.
    1. How are abbreviations in the middle of microformat element values to be parsed. e.g for <span class="street-address">New John <abbr title="Street">St.</abbr> West</span>, both Operator and X2V return, at the time of writing, "New John St. West", not the expected "New John Street West"; see [1].
  • open issue! 2008-01-01 raised by Andy Mabbett.
    1. How are empty (title="") and missing title attributes to be parsed? (At the time of writing, X2V returns null values; Operator uses the content of the abbr element); see [2].

Template

Please use this format (copy and paste this to the end of the list to add your issues):

  • open issue! YYYY-MM-DD raised by YOURNAME.
    1. Issue 1: Here is the first issue I have.
    2. Issue 2: Here is the second issue I have.

Resolved Issues

Issues that are resolved but may have outstanding to-do items.

Closed Issues

Resolved issues that have no further actions to take.

  • ...

See Also