<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>11240</bug_id>
          
          <creation_ts>2010-11-05 20:21:25 +0000</creation_ts>
          <short_desc>Canvas support accessible selection position tracking independent of Focus Ring tracking</short_desc>
          <delta_ts>2012-11-15 21:12:49 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML.next</product>
          <component>default</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>a11y, a11ytf, a11y_canvas, TrackerIssue</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>10964</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Rich Schwerdtfeger">schwer</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>laura.lee.carlson</cc>
    
    <cc>lwatson</cc>
    
    <cc>mike</cc>
    
    <cc>mjs</cc>
    
    <cc>public-html-a11y</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>robin</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>42205</commentid>
    <comment_count>0</comment_count>
    <who name="Rich Schwerdtfeger">schwer</who>
    <bug_when>2010-11-05 20:21:25 +0000</bug_when>
    <thetext>Per Issue 74, we need an API that will let a magnifer be notified of selection point screen location changes in response to editable text form elements in the
Canvas DOM sub tree.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42235</commentid>
    <comment_count>1</comment_count>
    <who name="Maciej Stachowiak">mjs</who>
    <bug_when>2010-11-08 08:05:10 +0000</bug_when>
    <thetext>Moving to LC component since this did not make the pre-LC cutoff. (Feel free to request an exemption from the chairs if there are good grounds. But this also seems to be already covered by ISSUE-131:

http://www.w3.org/html/wg/tracker/issues/131</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>42906</commentid>
    <comment_count>2</comment_count>
    <who name="Michael Cooper">cooper</who>
    <bug_when>2010-11-30 16:41:11 +0000</bug_when>
    <thetext>Bug triage sub-team thinks this bug is providing additional details on 10964, which was raised just at the Last Call cutoff deadline with the understanding that more precise information would be filed later. This bug constitutes part of that information and therefore we think this should be considered a pre-LC bug.

Also note that this bug relates to ISSUE-131 http://www.w3.org/html/wg/tracker/issues/131 and arguably ISSUE-74 http://www.w3.org/html/wg/tracker/issues/74.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>44057</commentid>
    <comment_count>3</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-01-10 23:38:50 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: no spec change
Rationale: 

I&apos;ve rejected this proposal on the following multiple independent grounds:

* I couldn&apos;t come up with an API that enough people would use correctly to justify having the feature. If we have this feature, we need to have some sort of API that essentially acts like a trojan horse, providing a feature for authors to use while surreptitiously providing the a11y feature. In other words, it needs to not be bolt-on accessibility. This is, for example, the reasoning behind the design of &lt;nav&gt;, of &lt;input type=date&gt;, of drawFocusRing(), and so on: they provide legitimate features that authors will want to use and will likely use correctly, with which we can _also_ provide accessibility features (e.g. skipping navigation, native accessible date controls, magnification following, etc). Historically, APIs designed exclusively for accessibility have been a disaster, with most authors ignoring them, and the remaining authors trying to use them but failing due to lack of testing or understanding, with the end result being a net harm to accessibility.

* Editing text is not something that we should encourage authors to do using &lt;canvas&gt;. This is true regardless of accessibility concerns  many native features get lost in such an implementation.

* Selections are not points, they are non-rectangular disjoint regions, and their precise rendering varies from platform to platform in ways that would make such an API difficult to provide. (e.g. on Mac a selection of two lines each containing one character spans the width of the container, whereas on Windows it only spans the width of the characters)

* No user agent vendor has indicated an interest in implementing this feature.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>44067</commentid>
    <comment_count>4</comment_count>
    <who name="Rich Schwerdtfeger">schwer</who>
    <bug_when>2011-01-11 00:31:38 +0000</bug_when>
    <thetext>I would prefer that the group working on this reach consensus before it is closed by someone not involved in the work. We will need the ability to track the caret whether rich text editing is supported in canvas or not. People who create a canvas application may wish to create text fields to adjust the parameters controlling what is drawn on canvas. Although this is doable from standard HTML form controls. We also have the major screen magnifier on Windows (AISquared) engaged in the discussions.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>44201</commentid>
    <comment_count>5</comment_count>
    <who name="Maciej Stachowiak">mjs</who>
    <bug_when>2011-01-11 19:40:29 +0000</bug_when>
    <thetext>Richard, it seems this bug is already covered by ISSUE-131:

http://www.w3.org/html/wg/tracker/issues/131

More generally, if the editor has given a disposition and someone else wants to provide new information in the future, it&apos;s correct for the bug to stay resolved in the meantime.

For these reasons, I&apos;m making the following changes:

1) Moving bug back to RESOLVED/WONTFIX
2) Adding TrackerIssue keyword
3) Moving to pre-LC component, since this is covered by a pre-LC issue resulting from older bugs</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>52650</commentid>
    <comment_count>6</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-04 05:03:24 +0000</bug_when>
    <thetext>mass-move component to LC1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>61613</commentid>
    <comment_count>7</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-12-15 16:42:14 +0000</bug_when>
    <thetext>We discussed this on the a11y TF call and agree with Maciej&apos;s assessment in comment #5.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>78373</commentid>
    <comment_count>8</comment_count>
    <who name="Léonie Watson">lwatson</who>
    <bug_when>2012-11-15 21:12:49 +0000</bug_when>
    <thetext>Moved to HTML.Next on request of Rich Schwerdtfeger.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>