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

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>190437</bug_id>
          
          <creation_ts>2018-10-10 12:17:39 -0700</creation_ts>
          <short_desc>AX: VoiceOver does not perceive changes to text node content in HTML headings and ARIA headings</short_desc>
          <delta_ts>2021-04-12 10:17:11 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Accessibility</component>
          <version>Safari 11</version>
          <rep_platform>iPhone / iPad</rep_platform>
          <op_sys>iOS 12</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>alexander.umstead</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>delahunt</cc>
    
    <cc>jeffreyatw</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1467798</commentid>
    <comment_count>0</comment_count>
    <who name="">alexander.umstead</who>
    <bug_when>2018-10-10 12:17:39 -0700</bug_when>
    <thetext>Issue:
VoiceOver on iOS does not update its virtual buffer when text in the following elements is changed at the text node level:
•	Native HTML headings
•	Elements with role=&quot;heading&quot;
This is a problem because some web development frameworks / code libraries use substring changes to change heading text.

Steps to Reproduce:
1. Open the associated CodePen, with VoiceOver running: https://codepen.io/mra11yx/pen/ZqQYxO
2. Swipe through headings
3. Change the headings by using the &quot;change all h3s using innertext&quot; button. Swipe through the headings and observe that VoiceOver reads the updated values.
4. Change the headings by using the &quot; Change all H3s using text node value replacement&quot; button.  Swipe through the headings and observe that VoiceOver continues to read the old heading values.

Expected Results:
VoiceOver should update its virtual buffer when text nodes in headings are changed, and should read the new value.

Actual Results:
VoiceOver reads the old text value, even though the DOM has changed.

Version/Build:
iOS 11.4.1 and iOS 12</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1467799</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2018-10-10 12:17:59 -0700</bug_when>
    <thetext>&lt;rdar://problem/45168830&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1749265</commentid>
    <comment_count>2</comment_count>
    <who name="Jeffrey Carl Faden">jeffreyatw</who>
    <bug_when>2021-04-12 10:17:11 -0700</bug_when>
    <thetext>This is an issue with any project that uses React, as it updates text in elements by replacing their text nodes&apos; &quot;nodeValue&quot; properties: https://github.com/facebook/react/issues/21212</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>