<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[175466] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/175466">175466</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-11-03 00:22:22 -0800 (Mon, 03 Nov 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>AX: Fix some minor typos related to the word &quot;accessibility&quot;.
https://bugs.webkit.org/show_bug.cgi?id=138299

Patch by Sungmann Cho &lt;sungmann.cho@navercorp.com&gt; on 2014-11-03
Reviewed by Chris Fleizach.

Source/WebCore:

No new tests, no behavior change.

* accessibility/AccessibilityNodeObject.cpp:
(WebCore::shouldUseAccessibilityObjectInnerText):
(WebCore::AccessibilityNodeObject::textUnderElement):
(WebCore::shouldUseAccessiblityObjectInnerText): Deleted.
* accessibility/atk/WebKitAccessibleInterfaceText.cpp:
(getRunAttributesFromAccessibilityObject):
(webkitAccessibleTextGetRunAttributes):
(getRunAttributesFromAccesibilityObject): Deleted.
* page/CaptionUserPreferencesMediaAF.cpp:
(WebCore::CaptionUserPreferencesMediaAF::textTrackSelectionScore):

Source/WebCore/platform/gtk/po:

No new tests, no behavior change.

* en_CA.po:

Source/WebKit/win:

No new tests, no behavior change.

* AccessibleBase.h:

Source/WebKit2:

No new tests, no behavior change.

* WebProcess/WebPage/WKAccessibilityWebPageObjectIOS.mm:

LayoutTests:

* accessibility/aria-link-supports-press.html:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsaccessibilityarialinksupportspresshtml">trunk/LayoutTests/accessibility/aria-link-supports-press.html</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityNodeObjectcpp">trunk/Source/WebCore/accessibility/AccessibilityNodeObject.cpp</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceTextcpp">trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.cpp</a></li>
<li><a href="#trunkSourceWebCorepageCaptionUserPreferencesMediaAFcpp">trunk/Source/WebCore/page/CaptionUserPreferencesMediaAF.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgtkpoChangeLog">trunk/Source/WebCore/platform/gtk/po/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreplatformgtkpoen_CApo">trunk/Source/WebCore/platform/gtk/po/en_CA.po</a></li>
<li><a href="#trunkSourceWebKitwinAccessibleBaseh">trunk/Source/WebKit/win/AccessibleBase.h</a></li>
<li><a href="#trunkSourceWebKitwinChangeLog">trunk/Source/WebKit/win/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageWKAccessibilityWebPageObjectIOSmm">trunk/Source/WebKit2/WebProcess/WebPage/WKAccessibilityWebPageObjectIOS.mm</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (175465 => 175466)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-11-03 07:53:11 UTC (rev 175465)
+++ trunk/LayoutTests/ChangeLog        2014-11-03 08:22:22 UTC (rev 175466)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-11-03  Sungmann Cho  &lt;sungmann.cho@navercorp.com&gt;
+
+        AX: Fix some minor typos related to the word &quot;accessibility&quot;.
+        https://bugs.webkit.org/show_bug.cgi?id=138299
+
+        Reviewed by Chris Fleizach.
+
+        * accessibility/aria-link-supports-press.html:
+
</ins><span class="cx"> 2014-11-01  KyungTae Kim  &lt;ktf.kim@samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [CSS] Add tests for :read-only and :read-write
</span></span></pre></div>
<a id="trunkLayoutTestsaccessibilityarialinksupportspresshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/accessibility/aria-link-supports-press.html (175465 => 175466)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/accessibility/aria-link-supports-press.html        2014-11-03 07:53:11 UTC (rev 175465)
+++ trunk/LayoutTests/accessibility/aria-link-supports-press.html        2014-11-03 08:22:22 UTC (rev 175466)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;br&gt;
</span><span class="cx"> 
</span><del>-&lt;span id=&quot;result&quot;&gt;To run this test outside of DRT, use the Accssibility Inspector to inspect the link above, and make sure AXPressed is listed as a supported action.&lt;/span&gt;
</del><ins>+&lt;span id=&quot;result&quot;&gt;To run this test outside of DRT, use the Accessibility Inspector to inspect the link above, and make sure AXPressed is listed as a supported action.&lt;/span&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;script&gt;
</span><span class="cx">     if (window.accessibilityController) {
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (175465 => 175466)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-11-03 07:53:11 UTC (rev 175465)
+++ trunk/Source/WebCore/ChangeLog        2014-11-03 08:22:22 UTC (rev 175466)
</span><span class="lines">@@ -1,3 +1,23 @@
</span><ins>+2014-11-03  Sungmann Cho  &lt;sungmann.cho@navercorp.com&gt;
+
+        AX: Fix some minor typos related to the word &quot;accessibility&quot;.
+        https://bugs.webkit.org/show_bug.cgi?id=138299
+
+        Reviewed by Chris Fleizach.
+
+        No new tests, no behavior change.
+
+        * accessibility/AccessibilityNodeObject.cpp:
+        (WebCore::shouldUseAccessibilityObjectInnerText):
+        (WebCore::AccessibilityNodeObject::textUnderElement):
+        (WebCore::shouldUseAccessiblityObjectInnerText): Deleted.
+        * accessibility/atk/WebKitAccessibleInterfaceText.cpp:
+        (getRunAttributesFromAccessibilityObject):
+        (webkitAccessibleTextGetRunAttributes):
+        (getRunAttributesFromAccesibilityObject): Deleted.
+        * page/CaptionUserPreferencesMediaAF.cpp:
+        (WebCore::CaptionUserPreferencesMediaAF::textTrackSelectionScore):
+
</ins><span class="cx"> 2014-11-02  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Move string-typed properties to the new StyleBuilder
</span></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityNodeObjectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityNodeObject.cpp (175465 => 175466)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityNodeObject.cpp        2014-11-03 07:53:11 UTC (rev 175465)
+++ trunk/Source/WebCore/accessibility/AccessibilityNodeObject.cpp        2014-11-03 08:22:22 UTC (rev 175466)
</span><span class="lines">@@ -1580,7 +1580,7 @@
</span><span class="cx"> 
</span><span class="cx"> // When building the textUnderElement for an object, determine whether or not
</span><span class="cx"> // we should include the inner text of this given descendant object or skip it.
</span><del>-static bool shouldUseAccessiblityObjectInnerText(AccessibilityObject* obj, AccessibilityTextUnderElementMode mode)
</del><ins>+static bool shouldUseAccessibilityObjectInnerText(AccessibilityObject* obj, AccessibilityTextUnderElementMode mode)
</ins><span class="cx"> {
</span><span class="cx">     // Do not use any heuristic if we are explicitly asking to include all the children.
</span><span class="cx">     if (mode.childrenInclusion == AccessibilityTextUnderElementMode::TextUnderElementModeIncludeAllChildren)
</span><span class="lines">@@ -1670,7 +1670,7 @@
</span><span class="cx">             continue;
</span><span class="cx">         }
</span><span class="cx">         
</span><del>-        if (!shouldUseAccessiblityObjectInnerText(child, mode))
</del><ins>+        if (!shouldUseAccessibilityObjectInnerText(child, mode))
</ins><span class="cx">             continue;
</span><span class="cx"> 
</span><span class="cx">         if (is&lt;AccessibilityNodeObject&gt;(*child)) {
</span></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityatkWebKitAccessibleInterfaceTextcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.cpp (175465 => 175466)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.cpp        2014-11-03 07:53:11 UTC (rev 175465)
+++ trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceText.cpp        2014-11-03 08:22:22 UTC (rev 175466)
</span><span class="lines">@@ -318,7 +318,7 @@
</span><span class="cx">     return result;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-static AtkAttributeSet* getRunAttributesFromAccesibilityObject(const AccessibilityObject* element, gint offset, gint* startOffset, gint* endOffset)
</del><ins>+static AtkAttributeSet* getRunAttributesFromAccessibilityObject(const AccessibilityObject* element, gint offset, gint* startOffset, gint* endOffset)
</ins><span class="cx"> {
</span><span class="cx">     const AccessibilityObject* child = getAccessibilityObjectForOffset(element, offset, startOffset, endOffset);
</span><span class="cx">     if (!child) {
</span><span class="lines">@@ -1055,7 +1055,7 @@
</span><span class="cx">     if (offset == -1)
</span><span class="cx">         offset = atk_text_get_caret_offset(text);
</span><span class="cx"> 
</span><del>-    result = getRunAttributesFromAccesibilityObject(coreObject, offset, startOffset, endOffset);
</del><ins>+    result = getRunAttributesFromAccessibilityObject(coreObject, offset, startOffset, endOffset);
</ins><span class="cx"> 
</span><span class="cx">     if (*startOffset &lt; 0) {
</span><span class="cx">         *startOffset = offset;
</span></span></pre></div>
<a id="trunkSourceWebCorepageCaptionUserPreferencesMediaAFcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/CaptionUserPreferencesMediaAF.cpp (175465 => 175466)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/CaptionUserPreferencesMediaAF.cpp        2014-11-03 07:53:11 UTC (rev 175465)
+++ trunk/Source/WebCore/page/CaptionUserPreferencesMediaAF.cpp        2014-11-03 08:22:22 UTC (rev 175466)
</span><span class="lines">@@ -714,7 +714,7 @@
</span><span class="cx">     int trackScore = 0;
</span><span class="cx"> 
</span><span class="cx">     if (userPrefersCaptions()) {
</span><del>-        // When the user prefers accessiblity tracks, rank is SDH, then CC, then subtitles.
</del><ins>+        // When the user prefers accessibility tracks, rank is SDH, then CC, then subtitles.
</ins><span class="cx">         if (track-&gt;kind() == track-&gt;subtitlesKeyword())
</span><span class="cx">             trackScore = 1;
</span><span class="cx">         else if (track-&gt;isClosedCaptions())
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgtkpoChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/gtk/po/ChangeLog (175465 => 175466)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/gtk/po/ChangeLog        2014-11-03 07:53:11 UTC (rev 175465)
+++ trunk/Source/WebCore/platform/gtk/po/ChangeLog        2014-11-03 08:22:22 UTC (rev 175466)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2014-11-03  Sungmann Cho  &lt;sungmann.cho@navercorp.com&gt;
+
+        AX: Fix some minor typos related to the word &quot;accessibility&quot;.
+        https://bugs.webkit.org/show_bug.cgi?id=138299
+
+        Reviewed by Chris Fleizach.
+
+        No new tests, no behavior change.
+
+        * en_CA.po:
+
</ins><span class="cx"> 2014-09-30  Rajesh Ranjan  &lt;rajeshkajha@yahoo.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Hindi translation updated
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgtkpoen_CApo"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/gtk/po/en_CA.po (175465 => 175466)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/gtk/po/en_CA.po        2014-11-03 07:53:11 UTC (rev 175465)
+++ trunk/Source/WebCore/platform/gtk/po/en_CA.po        2014-11-03 08:22:22 UTC (rev 175466)
</span><span class="lines">@@ -1457,7 +1457,7 @@
</span><span class="cx"> #: ../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:842
</span><span class="cx"> #, fuzzy
</span><span class="cx"> msgid &quot;Whether to enable accessibility enhanced keyboard navigation&quot;
</span><del>-msgstr &quot;Whether to enable accesibility enhanced keyboard navigation&quot;
</del><ins>+msgstr &quot;Whether to enable accessibility enhanced keyboard navigation&quot;
</ins><span class="cx"> 
</span><span class="cx"> #: ../../../WebKit/gtk/webkit/webkitwebsettings.cpp:458
</span><span class="cx"> msgid &quot;Enable HTML5 Database&quot;
</span></span></pre></div>
<a id="trunkSourceWebKitwinAccessibleBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/AccessibleBase.h (175465 => 175466)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/AccessibleBase.h        2014-11-03 07:53:11 UTC (rev 175465)
+++ trunk/Source/WebKit/win/AccessibleBase.h        2014-11-03 08:22:22 UTC (rev 175466)
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx">     virtual HRESULT STDMETHODCALLTYPE GetIDsOfNames(REFIID, LPOLESTR*, UINT, LCID, DISPID*) { return E_NOTIMPL; }
</span><span class="cx">     virtual HRESULT STDMETHODCALLTYPE Invoke(DISPID, REFIID, LCID, WORD, DISPPARAMS*, VARIANT*, EXCEPINFO*, UINT*) { return E_NOTIMPL; }
</span><span class="cx"> 
</span><del>-    // WebCore::AccessiblityObjectWrapper
</del><ins>+    // WebCore::AccessibilityObjectWrapper
</ins><span class="cx">     virtual void detach() {
</span><span class="cx">         ASSERT(m_object);
</span><span class="cx">         m_object = 0;
</span></span></pre></div>
<a id="trunkSourceWebKitwinChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/ChangeLog (175465 => 175466)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/ChangeLog        2014-11-03 07:53:11 UTC (rev 175465)
+++ trunk/Source/WebKit/win/ChangeLog        2014-11-03 08:22:22 UTC (rev 175466)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2014-11-03  Sungmann Cho  &lt;sungmann.cho@navercorp.com&gt;
+
+        AX: Fix some minor typos related to the word &quot;accessibility&quot;.
+        https://bugs.webkit.org/show_bug.cgi?id=138299
+
+        Reviewed by Chris Fleizach.
+
+        No new tests, no behavior change.
+
+        * AccessibleBase.h:
+
</ins><span class="cx"> 2014-10-31  Gyuyoung Kim  &lt;gyuyoung.kim@samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Use std::unique_ptr for TypeCountSet
</span></span></pre></div>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (175465 => 175466)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2014-11-03 07:53:11 UTC (rev 175465)
+++ trunk/Source/WebKit2/ChangeLog        2014-11-03 08:22:22 UTC (rev 175466)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2014-11-03  Sungmann Cho  &lt;sungmann.cho@navercorp.com&gt;
+
+        AX: Fix some minor typos related to the word &quot;accessibility&quot;.
+        https://bugs.webkit.org/show_bug.cgi?id=138299
+
+        Reviewed by Chris Fleizach.
+
+        No new tests, no behavior change.
+
+        * WebProcess/WebPage/WKAccessibilityWebPageObjectIOS.mm:
+
</ins><span class="cx"> 2014-11-01  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         REGRESSION(r163656): Remote inspector doesn't work unless preferences change after page initialization
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageWKAccessibilityWebPageObjectIOSmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/WKAccessibilityWebPageObjectIOS.mm (175465 => 175466)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/WKAccessibilityWebPageObjectIOS.mm        2014-11-03 07:53:11 UTC (rev 175465)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WKAccessibilityWebPageObjectIOS.mm        2014-11-03 08:22:22 UTC (rev 175466)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> #import &lt;WebCore/WAKAppKitStubs.h&gt;
</span><span class="cx"> 
</span><span class="cx"> /* 
</span><del>- The implementation of this class will be augmented by an accesibility bundle that is loaded only when accessibility is requested to be enabled.
</del><ins>+ The implementation of this class will be augmented by an accessibility bundle that is loaded only when accessibility is requested to be enabled.
</ins><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> @implementation WKAccessibilityWebPageObject
</span></span></pre>
</div>
</div>

</body>
</html>