<?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>13512</bug_id>
          
          <creation_ts>2011-08-02 01:36:51 +0000</creation_ts>
          <short_desc>Need a DOM event for AT to catch when content is inserted</short_desc>
          <delta_ts>2012-10-16 19:42:20 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>LC1 HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>a11y, a11ytf</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Cynthia Shelly">cyns</reporter>
          <assigned_to name="Edward O&apos;Connor">eoconnor</assigned_to>
          <cc>annevk</cc>
    
    <cc>bhawkeslewis</cc>
    
    <cc>cooper</cc>
    
    <cc>eoconnor</cc>
    
    <cc>faulkner.steve</cc>
    
    <cc>ian</cc>
    
    <cc>jackalmage</cc>
    
    <cc>laura.lee.carlson</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-a11y</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>www-dom</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>51942</commentid>
    <comment_count>0</comment_count>
    <who name="Cynthia Shelly">cyns</who>
    <bug_when>2011-08-02 01:36:51 +0000</bug_when>
    <thetext>DOM-based AT relies on DOM mutation events to catch changes via innerHTML, outerHTML, insertAdjacentHTML.  This is slow and noisy.  It would be useful to have an event for these particular changes, since they so often signal new UI, dialog opening, etc. 

Assign back to a11y-TF for more info.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>51944</commentid>
    <comment_count>1</comment_count>
    <who name="Tab Atkins Jr.">jackalmage</who>
    <bug_when>2011-08-02 03:03:27 +0000</bug_when>
    <thetext>This should be served by the new mutation events being discussed currently (I forget whether it&apos;s happening in htmlwg, whatwg, or webapps-wg).  You&apos;ll be able to better filter for the kinds of mutation events that you want to hear about, like element insertion.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>51954</commentid>
    <comment_count>2</comment_count>
    <who name="Benjamin Hawkes-Lewis">bhawkeslewis</who>
    <bug_when>2011-08-02 06:39:33 +0000</bug_when>
    <thetext>(In reply to comment #1)
&gt; This should be served by the new mutation events being discussed currently (I
&gt; forget whether it&apos;s happening in htmlwg, whatwg, or webapps-wg).

The Webapps WG are chartered to produce a new DOM events specification:

     http://www.w3.org/2008/webapps/charter/

     http://www.w3.org/TR/DOM-Level-3-Events/

They are actively discussing a replacement for mutation events, which they are proposing to deprecate:

     http://www.w3.org/2008/webapps/wiki/MutationReplacement</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>53329</commentid>
    <comment_count>3</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-04 05:12:46 +0000</bug_when>
    <thetext>mass-move component to LC1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>54846</commentid>
    <comment_count>4</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-08-12 23:46:34 +0000</bug_when>
    <thetext>ATs shouldn&apos;t be based on JS APIs. That makes no sense.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>54879</commentid>
    <comment_count>5</comment_count>
    <who name="Benjamin Hawkes-Lewis">bhawkeslewis</who>
    <bug_when>2011-08-13 09:02:07 +0000</bug_when>
    <thetext>(In reply to comment #4)
&gt; ATs shouldn&apos;t be based on JS APIs.

Some ATs are. Why shouldn&apos;t they be?

http://webanywhere.cs.washington.edu/wa.php

http://code.google.com/p/google-axsjax/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>54883</commentid>
    <comment_count>6</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2011-08-13 10:13:24 +0000</bug_when>
    <thetext>(In reply to comment #4)
&gt; ATs shouldn&apos;t be based on JS APIs. That makes no sense.

isn&apos;t the AT that runs on your employers chrome OS?

&quot;ChromeVox is built as a Chrome extension. This means that unlike most accessibility software, it is built using only web technologies like HTML5, CSS and Javascript.&quot;
http://googlecode.blogspot.com/2011/05/chromevox-built-in-spoken-feedback-for.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>54960</commentid>
    <comment_count>7</comment_count>
    <who name="Anne">annevk</who>
    <bug_when>2011-08-14 09:49:12 +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: &lt;http://dev.w3.org/html5/decision-policy/decision-policy.html&gt;.

Status: Rejected
Change Description: no spec change
Rationale: This is out of scope for HTML. innerHTML and friends are moving out of HTML into DOM Parsing and mutation events will become part of DOM. I suggest contributing to the relevant threads on www-dom@w3.org and public-webapps@w3.org.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>62301</commentid>
    <comment_count>8</comment_count>
    <who name="Cynthia Shelly">cyns</who>
    <bug_when>2012-01-05 16:45:03 +0000</bug_when>
    <thetext>Moving to WebApps for further discussion</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>62645</commentid>
    <comment_count>9</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2012-01-13 02:07:17 +0000</bug_when>
    <thetext>(In reply to comment #8)
&gt; Moving to WebApps for further discussion

It appears that this was re-moved back to HTML WG based on discussion on the a11y TF telcon:

http://www.w3.org/2012/01/12-html-a11y-minutes.html#item02

[[
Paul: WG isn&apos;t getting the notice when this is moved to another WG. People have complained when the editor has done this.
... Suggests creating a new bug to achieve this, not move an existing bug
... Same problem if component move, e.g. from LC to API component
]]</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>62682</commentid>
    <comment_count>10</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2012-01-13 20:33:14 +0000</bug_when>
    <thetext>Ok well I didn&apos;t move it to another WG, Cynthia did. I just closed the bug. So, reassigning to Cynthia.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>76424</commentid>
    <comment_count>11</comment_count>
    <who name="Edward O&apos;Connor">eoconnor</who>
    <bug_when>2012-10-16 18:07:44 +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: This should be (and has been, AFAICT) addressed by a
combination of Mutation Events and the DOM Parsing and Serialization
specs, both of which are beeing worked in the WebApps WG. I encourage
interested parties to follow the work in those areas.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>76433</commentid>
    <comment_count>12</comment_count>
    <who name="Edward O&apos;Connor">eoconnor</who>
    <bug_when>2012-10-16 19:42:20 +0000</bug_when>
    <thetext>s/Mutation Events/Mutation Observers/, thanks Anne.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>