abbr-design-pattern-issues: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
mNo edit summary
(Two issues: abbr in middle of a value; empty or null title vlaues)
Line 12: Line 12:


== Issues ==
== Issues ==
* See [[accessibility-issues#abbr-design-pattern]].
* See also [[accessibility-issues#abbr-design-pattern]].
 
* {{OpenIssue}} 2008-01-01 raised by [[User:AndyMabbett|Andy Mabbett]].
*# Issue 1: How are abbreviations in the middle of microformat element values to be parsed. e.g for <code><pre><span class="adr fn"><span class="street-address">New John <abbr title="Street">St.</abbr> West</span></span></pre></code>, bith Oerator and X2V return "New John St. West" not the expected "New John Street West"; see [http://www.westmidlandbirdclub.com/test].
*# Issue 2: 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 ==
Line 18: Line 22:


* {{OpenIssue}} YYYY-MM-DD raised by [http://yourhomepage.example.com YOURNAME].
* {{OpenIssue}} YYYY-MM-DD raised by [http://yourhomepage.example.com YOURNAME].
*# ''Issue 1: Here is the first issue I have.''
*# Issue 1: Here is the first issue I have.
*# ''Issue 2: Here is the second issue I have.''
*# Issue 2: Here is the second issue I have.


== Resolved Issues ==
== Resolved Issues ==

Revision as of 16:37, 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. Issue 1: How are abbreviations in the middle of microformat element values to be parsed. e.g for
      <span class="adr fn"><span class="street-address">New John <abbr title="Street">St.</abbr> West</span></span>
      , bith Oerator and X2V return "New John St. West" not the expected "New John Street West"; see [1].
    2. Issue 2: 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