abbr-design-pattern-issues: Difference between revisions
AndyMabbett (talk | contribs) (Two issues: abbr in middle of a value; empty or null title vlaues) |
AndyMabbett (talk | contribs) m (→Issues: tyops) |
||
Line 15: | Line 15: | ||
* {{OpenIssue}} 2008-01-01 raised by [[User:AndyMabbett|Andy Mabbett]]. | * {{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>< | *# Issue 1: How are abbreviations in the middle of microformat element values to be parsed. e.g for <code><nowiki><span class="adr fn"><span class="street-address">New John <abbr title="Street">St.</abbr> West</span></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]. | ||
*# 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]. | *# 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 == |
Revision as of 16:38, 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
- See also accessibility-issues#abbr-design-pattern.
- open issue! 2008-01-01 raised by Andy Mabbett.
- 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>
both Operator and X2V return "New John St. West" not the expected "New John Street West"; see [1]. - 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].
- Issue 1: How are abbreviations in the middle of microformat element values to be parsed. e.g for
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.
- Issue 1: Here is the first issue I have.
- 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.
- ...