<!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>[165590] 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/165590">165590</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-03-13 18:58:04 -0700 (Thu, 13 Mar 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Web Inspector: AXI: Expose focused/focusable state in the Accessibility Node Inspector
https://bugs.webkit.org/show_bug.cgi?id=129779

Patch by Diego Pino Garcia &lt;dpino@igalia.com&gt; on 2014-03-13
Reviewed by Timothy Hatcher.

Source/WebCore:

* inspector/InspectorDOMAgent.cpp: Set property &quot;focused&quot;.
(WebCore::InspectorDOMAgent::buildObjectForAccessibilityProperties):
* inspector/protocol/DOM.json: Add property &quot;focused&quot; to
AccessibilityProperties.

Source/WebInspectorUI:

* Localizations/en.lproj/localizedStrings.js: Add label &quot;Focused&quot;.
* UserInterface/Models/DOMNode.js: Set property &quot;focused&quot; in
accessibilityProperties.
(WebInspector.DOMNode.prototype.accessibilityProperties): Add row for
property &quot;focused&quot;.
* UserInterface/Views/DOMNodeDetailsSidebarPanel.js:
(WebInspector.DOMNodeDetailsSidebarPanel):
(WebInspector.DOMNodeDetailsSidebarPanel.prototype._refreshAccessibility):
Refresh value of property &quot;focused&quot; in UI.

LayoutTests:

* inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt:
Updated test.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsinspectorprotocoldomgetAccessibilityPropertiesForNodeexpectedtxt">trunk/LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorDOMAgentcpp">trunk/Source/WebCore/inspector/InspectorDOMAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorprotocolDOMjson">trunk/Source/WebCore/inspector/protocol/DOM.json</a></li>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUILocalizationsenlprojlocalizedStringsjs">trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsDOMNodejs">trunk/Source/WebInspectorUI/UserInterface/Models/DOMNode.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsDOMNodeDetailsSidebarPaneljs">trunk/Source/WebInspectorUI/UserInterface/Views/DOMNodeDetailsSidebarPanel.js</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (165589 => 165590)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-03-14 01:55:05 UTC (rev 165589)
+++ trunk/LayoutTests/ChangeLog        2014-03-14 01:58:04 UTC (rev 165590)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2014-03-13  Diego Pino Garcia  &lt;dpino@igalia.com&gt;
+
+        Web Inspector: AXI: Expose focused/focusable state in the Accessibility Node Inspector
+        https://bugs.webkit.org/show_bug.cgi?id=129779
+
+        Reviewed by Timothy Hatcher.
+
+        * inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt:
+        Updated test.
+
</ins><span class="cx"> 2014-03-13  Daniel Bates  &lt;dabates@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         REGRESSION (r160806): Incorrect cascade order of prefixed and non-prefixed variants of
</span></span></pre></div>
<a id="trunkLayoutTestsinspectorprotocoldomgetAccessibilityPropertiesForNodeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt (165589 => 165590)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt        2014-03-14 01:55:05 UTC (rev 165589)
+++ trunk/LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt        2014-03-14 01:58:04 UTC (rev 165590)
</span><span class="lines">@@ -85,6 +85,7 @@
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="cx">     role: 
</span><ins>+    focused: false
</ins><span class="cx">     ignored: true
</span><span class="cx">     ignoredByDefault: true
</span><span class="cx">     hidden: true
</span><span class="lines">@@ -123,6 +124,7 @@
</span><span class="cx">     label: 
</span><span class="cx">     role: radio
</span><span class="cx">     checked: true
</span><ins>+    focused: false
</ins><span class="cx">     required: false
</span><span class="cx"> 
</span><span class="cx"> &lt;input type=&quot;radio&quot;&gt;
</span><span class="lines">@@ -130,6 +132,7 @@
</span><span class="cx">     label: 
</span><span class="cx">     role: radio
</span><span class="cx">     checked: false
</span><ins>+    focused: false
</ins><span class="cx">     required: false
</span><span class="cx"> 
</span><span class="cx"> &lt;div role=&quot;checkbox&quot; aria-checked=&quot;false&quot;&gt;unchecked&lt;/div&gt;
</span><span class="lines">@@ -165,6 +168,7 @@
</span><span class="cx">     label: 
</span><span class="cx">     role: checkbox
</span><span class="cx">     checked: true
</span><ins>+    focused: false
</ins><span class="cx">     required: false
</span><span class="cx"> 
</span><span class="cx"> &lt;input type=&quot;checkbox&quot;&gt;
</span><span class="lines">@@ -172,6 +176,7 @@
</span><span class="cx">     label: 
</span><span class="cx">     role: checkbox
</span><span class="cx">     checked: false
</span><ins>+    focused: false
</ins><span class="cx">     required: false
</span><span class="cx"> 
</span><span class="cx"> &lt;div role=&quot;textbox&quot; tabindex=&quot;0&quot; aria-disabled=&quot;true&quot;&gt;disabled&lt;/div&gt;
</span><span class="lines">@@ -179,6 +184,7 @@
</span><span class="cx">     label: 
</span><span class="cx">     role: 
</span><span class="cx">     disabled: true
</span><ins>+    focused: false
</ins><span class="cx">     readonly: true
</span><span class="cx">     required: false
</span><span class="cx"> 
</span><span class="lines">@@ -193,6 +199,7 @@
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="cx">     role: 
</span><ins>+    focused: false
</ins><span class="cx">     readonly: true
</span><span class="cx">     required: false
</span><span class="cx"> 
</span><span class="lines">@@ -200,6 +207,7 @@
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="cx">     role: 
</span><ins>+    focused: false
</ins><span class="cx">     readonly: true
</span><span class="cx">     required: false
</span><span class="cx"> 
</span><span class="lines">@@ -207,6 +215,7 @@
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="cx">     role: 
</span><ins>+    focused: false
</ins><span class="cx">     invalid: true
</span><span class="cx">     required: false
</span><span class="cx"> 
</span><span class="lines">@@ -214,6 +223,7 @@
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="cx">     role: 
</span><ins>+    focused: false
</ins><span class="cx">     invalid: spelling
</span><span class="cx">     required: false
</span><span class="cx"> 
</span><span class="lines">@@ -221,34 +231,40 @@
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="cx">     role: 
</span><ins>+    focused: false
</ins><span class="cx">     required: true
</span><span class="cx"> 
</span><span class="cx"> &lt;input required=&quot;&quot;&gt;
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="cx">     role: 
</span><ins>+    focused: false
</ins><span class="cx">     required: true
</span><span class="cx"> 
</span><span class="cx"> &lt;input&gt;
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="cx">     role: 
</span><ins>+    focused: false
</ins><span class="cx">     required: false
</span><span class="cx"> 
</span><span class="cx"> &lt;input type=&quot;button&quot;&gt;
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="cx">     role: button
</span><ins>+    focused: false
</ins><span class="cx"> 
</span><span class="cx"> &lt;button&gt;&lt;/button&gt;
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="cx">     role: button
</span><ins>+    focused: false
</ins><span class="cx"> 
</span><span class="cx"> &lt;div role=&quot;button&quot; tabindex=&quot;0&quot; aria-pressed=&quot;false&quot;&gt;Not Pressed.&lt;/div&gt;
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="cx">     role: 
</span><ins>+    focused: false
</ins><span class="cx">     pressed: false
</span><span class="cx">     required: false
</span><span class="cx"> 
</span><span class="lines">@@ -256,6 +272,7 @@
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="cx">     role: 
</span><ins>+    focused: false
</ins><span class="cx">     pressed: false
</span><span class="cx">     required: false
</span><span class="cx"> 
</span><span class="lines">@@ -264,11 +281,13 @@
</span><span class="cx">     label: 
</span><span class="cx">     role: button
</span><span class="cx">     disabled: true
</span><ins>+    focused: false
</ins><span class="cx"> 
</span><span class="cx"> &lt;div role=&quot;button&quot; tabindex=&quot;0&quot;&gt;&lt;/div&gt;
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="cx">     role: button
</span><ins>+    focused: false
</ins><span class="cx"> 
</span><span class="cx"> &lt;span aria-hidden=&quot;true&quot;&gt;&lt;/span&gt;
</span><span class="cx">     exists: true
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (165589 => 165590)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-03-14 01:55:05 UTC (rev 165589)
+++ trunk/Source/WebCore/ChangeLog        2014-03-14 01:58:04 UTC (rev 165590)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2014-03-13  Diego Pino Garcia  &lt;dpino@igalia.com&gt;
+
+        Web Inspector: AXI: Expose focused/focusable state in the Accessibility Node Inspector
+        https://bugs.webkit.org/show_bug.cgi?id=129779
+
+        Reviewed by Timothy Hatcher.
+
+        * inspector/InspectorDOMAgent.cpp: Set property &quot;focused&quot;.
+        (WebCore::InspectorDOMAgent::buildObjectForAccessibilityProperties):
+        * inspector/protocol/DOM.json: Add property &quot;focused&quot; to
+        AccessibilityProperties.
+
</ins><span class="cx"> 2014-03-12  Jae Hyun Park  &lt;jaepark@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Remove remaining Nix port related files
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorDOMAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorDOMAgent.cpp (165589 => 165590)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorDOMAgent.cpp        2014-03-14 01:55:05 UTC (rev 165589)
+++ trunk/Source/WebCore/inspector/InspectorDOMAgent.cpp        2014-03-14 01:58:04 UTC (rev 165590)
</span><span class="lines">@@ -1418,6 +1418,7 @@
</span><span class="cx">     bool exists = false;
</span><span class="cx">     bool expanded = false;
</span><span class="cx">     bool disabled = false;
</span><ins>+    bool focused = false;
</ins><span class="cx">     bool ignored = true;
</span><span class="cx">     bool ignoredByDefault = false;
</span><span class="cx">     String invalid = &quot;false&quot;; // String values: true, false, spelling, grammar, etc.
</span><span class="lines">@@ -1432,6 +1433,7 @@
</span><span class="cx">     bool supportsExpanded = false;
</span><span class="cx">     bool supportsPressed = false;
</span><span class="cx">     bool supportsRequired = false;
</span><ins>+    bool supportsFocused = false;
</ins><span class="cx"> 
</span><span class="cx">     if (AXObjectCache* axObjectCache = node-&gt;document().axObjectCache()) {
</span><span class="cx">         if (AccessibilityObject* axObject = axObjectCache-&gt;getOrCreate(node)) {
</span><span class="lines">@@ -1454,6 +1456,10 @@
</span><span class="cx">             if (supportsExpanded)
</span><span class="cx">                 expanded = axObject-&gt;isExpanded();
</span><span class="cx">             
</span><ins>+            supportsFocused = toElement(node)-&gt;isFocusable();
+            if (supportsFocused)
+                focused = axObject-&gt;isFocused();
+
</ins><span class="cx">             ignored = axObject-&gt;accessibilityIsIgnored();
</span><span class="cx">             ignoredByDefault = axObject-&gt;accessibilityIsIgnoredByDefault();
</span><span class="cx">             invalid = axObject-&gt;invalidStatus();
</span><span class="lines">@@ -1490,6 +1496,8 @@
</span><span class="cx">             value-&gt;setDisabled(disabled);
</span><span class="cx">         if (supportsExpanded)
</span><span class="cx">             value-&gt;setExpanded(expanded);
</span><ins>+        if (supportsFocused)
+            value-&gt;setFocused(focused);
</ins><span class="cx">         if (ignored)
</span><span class="cx">             value-&gt;setIgnored(ignored);
</span><span class="cx">         if (ignoredByDefault)
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorprotocolDOMjson"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/protocol/DOM.json (165589 => 165590)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/protocol/DOM.json        2014-03-14 01:55:05 UTC (rev 165589)
+++ trunk/Source/WebCore/inspector/protocol/DOM.json        2014-03-14 01:58:04 UTC (rev 165590)
</span><span class="lines">@@ -63,6 +63,7 @@
</span><span class="cx">                 { &quot;name&quot;: &quot;disabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Disabled state of form controls.&quot; },
</span><span class="cx">                 { &quot;name&quot;: &quot;exists&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Indicates whether there is an existing AX object for the DOM node. If this is false, all the other properties will be default values.&quot; },
</span><span class="cx">                 { &quot;name&quot;: &quot;expanded&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Expanded state.&quot; },
</span><ins>+                { &quot;name&quot;: &quot;focused&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Focused state. Only defined on focusable elements.&quot; },
</ins><span class="cx">                 { &quot;name&quot;: &quot;ignored&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether the accessibility of the associated AX object node is ignored, whether heuristically or explicitly.&quot; },
</span><span class="cx">                 { &quot;name&quot;: &quot;ignoredByDefault&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;State indicating whether the accessibility of the associated AX object node is ignored by default for node type.&quot; },
</span><span class="cx">                 { &quot;name&quot;: &quot;invalid&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Invalid status of form controls: true, false, grammar, spelling.&quot; },
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (165589 => 165590)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2014-03-14 01:55:05 UTC (rev 165589)
+++ trunk/Source/WebInspectorUI/ChangeLog        2014-03-14 01:58:04 UTC (rev 165590)
</span><span class="lines">@@ -1,3 +1,20 @@
</span><ins>+2014-03-13  Diego Pino Garcia  &lt;dpino@igalia.com&gt;
+
+        Web Inspector: AXI: Expose focused/focusable state in the Accessibility Node Inspector
+        https://bugs.webkit.org/show_bug.cgi?id=129779
+
+        Reviewed by Timothy Hatcher.
+
+        * Localizations/en.lproj/localizedStrings.js: Add label &quot;Focused&quot;.
+        * UserInterface/Models/DOMNode.js: Set property &quot;focused&quot; in
+        accessibilityProperties.
+        (WebInspector.DOMNode.prototype.accessibilityProperties): Add row for
+        property &quot;focused&quot;.
+        * UserInterface/Views/DOMNodeDetailsSidebarPanel.js:
+        (WebInspector.DOMNodeDetailsSidebarPanel):
+        (WebInspector.DOMNodeDetailsSidebarPanel.prototype._refreshAccessibility):
+        Refresh value of property &quot;focused&quot; in UI.
+
</ins><span class="cx"> 2014-03-13  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: Remove InspectorFrontendHost.loadResourceSynchronously
</span></span></pre></div>
<a id="trunkSourceWebInspectorUILocalizationsenlprojlocalizedStringsjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js (165589 => 165590)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js        2014-03-14 01:55:05 UTC (rev 165589)
+++ trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js        2014-03-14 01:58:04 UTC (rev 165590)
</span><span class="lines">@@ -177,9 +177,9 @@
</span><span class="cx"> localizedStrings[&quot;Event Dispatched&quot;] = &quot;Event Dispatched&quot;;
</span><span class="cx"> localizedStrings[&quot;Event Listeners&quot;] = &quot;Event Listeners&quot;;
</span><span class="cx"> localizedStrings[&quot;Expand columns&quot;] = &quot;Expand columns&quot;;
</span><ins>+localizedStrings[&quot;Expanded&quot;] = &quot;Expanded&quot;;
</ins><span class="cx"> localizedStrings[&quot;Expires&quot;] = &quot;Expires&quot;;
</span><span class="cx"> localizedStrings[&quot;Expression&quot;] = &quot;Expression&quot;;
</span><del>-localizedStrings[&quot;Expanded&quot;] = &quot;Expanded&quot;;
</del><span class="cx"> localizedStrings[&quot;Extension Scripts&quot;] = &quot;Extension Scripts&quot;;
</span><span class="cx"> localizedStrings[&quot;Extra Scripts&quot;] = &quot;Extra Scripts&quot;;
</span><span class="cx"> localizedStrings[&quot;Filename&quot;] = &quot;Filename&quot;;
</span><span class="lines">@@ -189,6 +189,7 @@
</span><span class="cx"> localizedStrings[&quot;Filter Resource List&quot;] = &quot;Filter Resource List&quot;;
</span><span class="cx"> localizedStrings[&quot;Filter Search Results&quot;] = &quot;Filter Search Results&quot;;
</span><span class="cx"> localizedStrings[&quot;Flows&quot;] = &quot;Flows&quot;;
</span><ins>+localizedStrings[&quot;Focused&quot;] = &quot;Focused&quot;;
</ins><span class="cx"> localizedStrings[&quot;Font&quot;] = &quot;Font&quot;;
</span><span class="cx"> localizedStrings[&quot;Fonts&quot;] = &quot;Fonts&quot;;
</span><span class="cx"> localizedStrings[&quot;Forced Layout&quot;] = &quot;Forced Layout&quot;;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsDOMNodejs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/DOMNode.js (165589 => 165590)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/DOMNode.js        2014-03-14 01:55:05 UTC (rev 165589)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/DOMNode.js        2014-03-14 01:58:04 UTC (rev 165590)
</span><span class="lines">@@ -451,6 +451,7 @@
</span><span class="cx">                     disabled: accessibilityProperties.disabled,
</span><span class="cx">                     exists: accessibilityProperties.exists,
</span><span class="cx">                     expanded: accessibilityProperties.expanded,
</span><ins>+                    focused: accessibilityProperties.focused,
</ins><span class="cx">                     ignored: accessibilityProperties.ignored,
</span><span class="cx">                     ignoredByDefault: accessibilityProperties.ignoredByDefault,
</span><span class="cx">                     invalid: accessibilityProperties.invalid,
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsDOMNodeDetailsSidebarPaneljs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DOMNodeDetailsSidebarPanel.js (165589 => 165590)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/DOMNodeDetailsSidebarPanel.js        2014-03-14 01:55:05 UTC (rev 165589)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DOMNodeDetailsSidebarPanel.js        2014-03-14 01:58:04 UTC (rev 165590)
</span><span class="lines">@@ -61,6 +61,7 @@
</span><span class="cx">         this._accessibilityNodeCheckedRow = new WebInspector.DetailsSectionSimpleRow(WebInspector.UIString(&quot;Checked&quot;));
</span><span class="cx">         this._accessibilityNodeDisabledRow = new WebInspector.DetailsSectionSimpleRow(WebInspector.UIString(&quot;Disabled&quot;));
</span><span class="cx">         this._accessibilityNodeExpandedRow = new WebInspector.DetailsSectionSimpleRow(WebInspector.UIString(&quot;Expanded&quot;));
</span><ins>+        this._accessibilityNodeFocusedRow = new WebInspector.DetailsSectionSimpleRow(WebInspector.UIString(&quot;Focused&quot;));
</ins><span class="cx">         this._accessibilityNodeIgnoredRow = new WebInspector.DetailsSectionSimpleRow(WebInspector.UIString(&quot;Ignored&quot;));
</span><span class="cx">         this._accessibilityNodeInvalidRow = new WebInspector.DetailsSectionSimpleRow(WebInspector.UIString(&quot;Invalid&quot;));
</span><span class="cx">         this._accessibilityNodeLabelRow = new WebInspector.DetailsSectionSimpleRow(WebInspector.UIString(&quot;Label&quot;));
</span><span class="lines">@@ -290,6 +291,7 @@
</span><span class="cx"> 
</span><span class="cx">                 var disabled = booleanValueToLocalizedStringIfTrue(&quot;disabled&quot;);
</span><span class="cx">                 var expanded = booleanValueToLocalizedStringIfPropertyDefined(&quot;expanded&quot;);
</span><ins>+                var focused = booleanValueToLocalizedStringIfPropertyDefined(&quot;focused&quot;);
</ins><span class="cx">                 
</span><span class="cx">                 var ignored = &quot;&quot;;
</span><span class="cx">                 if (accessibilityProperties.ignored) {
</span><span class="lines">@@ -327,6 +329,7 @@
</span><span class="cx">                 this._accessibilityNodeCheckedRow.value = checked;
</span><span class="cx">                 this._accessibilityNodeDisabledRow.value = disabled;
</span><span class="cx">                 this._accessibilityNodeExpandedRow.value = expanded;
</span><ins>+                this._accessibilityNodeFocusedRow.value = focused;
</ins><span class="cx">                 this._accessibilityNodeIgnoredRow.value = ignored;
</span><span class="cx">                 this._accessibilityNodeInvalidRow.value = invalid;
</span><span class="cx">                 this._accessibilityNodeLabelRow.value = label;
</span><span class="lines">@@ -339,6 +342,7 @@
</span><span class="cx">                 // Display order, not alphabetical as above.
</span><span class="cx">                 this._accessibilityGroup.rows = [
</span><span class="cx">                     // Global properties for all elements.
</span><ins>+                    this._accessibilityNodeFocusedRow,
</ins><span class="cx">                     this._accessibilityNodeIgnoredRow,
</span><span class="cx">                     this._accessibilityNodeRoleRow,
</span><span class="cx">                     this._accessibilityNodeLabelRow,
</span></span></pre>
</div>
</div>

</body>
</html>