<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: new lines in content editable elements don't notify accessibility"
   href="https://bugs.webkit.org/show_bug.cgi?id=153361#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: new lines in content editable elements don't notify accessibility"
   href="https://bugs.webkit.org/show_bug.cgi?id=153361">bug 153361</a>
              from <span class="vcard"><a class="email" href="mailto:cfleizach&#64;apple.com" title="chris fleizach &lt;cfleizach&#64;apple.com&gt;"> <span class="fn">chris fleizach</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=269595&amp;action=diff" name="attach_269595" title="patch.patch">attachment 269595</a> <a href="attachment.cgi?id=269595&amp;action=edit" title="patch.patch">[details]</a></span>
patch.patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=269595&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=269595&amp;action=review</a>

<span class="quote">&gt; Source/WebCore/ChangeLog:10
&gt; +        Post notifications when adding/removing a new line in content/editable</span >

period after this sentence

<span class="quote">&gt; Source/WebCore/editing/AppendNodeCommand.cpp:57
&gt; +        simpleNotifyAccessibilityForTextChange(m_node.ptr(), applyEditType());</span >

simple is a strange prefix I feel. i think that could be dropped

<span class="quote">&gt; Source/WebCore/editing/CompositeEditCommand.cpp:438
&gt; +        nodesToRemove.append(*node); </span >

unnecessary change

<span class="quote">&gt; Source/WebCore/editing/DeleteSelectionCommand.cpp:87
&gt; +    , m_shouldSuppressAccessibilityNotifications(shouldSuppressAccessibilityNotifications)</span >

i think the &quot;should&quot; can be dropped from all these names. doesn't seem to add much to the concept

<span class="quote">&gt; Source/WebCore/editing/EditCommand.h:117
&gt; +    void simpleNotifyAccessibilityForTextChange(Node *, AXTextEditType);</span >

* in wrong place</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>