<!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>[164376] 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/164376">164376</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-02-19 11:22:43 -0800 (Wed, 19 Feb 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Web Inspector: AX: clarify reason for ignored state where possible (hidden, default for tag, etc)
https://bugs.webkit.org/show_bug.cgi?id=129037

Patch by James Craig &lt;jcraig@apple.com&gt; on 2014-02-19
Reviewed by Timothy Hatcher.

Source/WebCore:

Passing back hidden and ignoredByDefault attrs to clarify some reasons for &quot;ignored&quot; status.

Test Updated: inspector-protocol/dom/getAccessibilityPropertiesForNode.html

* inspector/InspectorDOMAgent.cpp:
(WebCore::InspectorDOMAgent::buildObjectForAccessibilityProperties):
* inspector/protocol/DOM.json:

Source/WebInspectorUI:

Passing back hidden and ignoredByDefault attrs to clarify some reasons for &quot;ignored&quot; status.

* Localizations/en.lproj/localizedStrings.js:
* UserInterface/DOMNode.js:
* UserInterface/DOMNodeDetailsSidebarPanel.js:

LayoutTests:

Test updates to support hidden and ignoredByDefault in accessibility properties.

* inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt:
* inspector-protocol/dom/getAccessibilityPropertiesForNode.html:</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="#trunkLayoutTestsinspectorprotocoldomgetAccessibilityPropertiesForNodehtml">trunk/LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode.html</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="#trunkSourceWebInspectorUIUserInterfaceDOMNodejs">trunk/Source/WebInspectorUI/UserInterface/DOMNode.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceDOMNodeDetailsSidebarPaneljs">trunk/Source/WebInspectorUI/UserInterface/DOMNodeDetailsSidebarPanel.js</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (164375 => 164376)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-02-19 19:07:44 UTC (rev 164375)
+++ trunk/LayoutTests/ChangeLog        2014-02-19 19:22:43 UTC (rev 164376)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2014-02-19  James Craig  &lt;jcraig@apple.com&gt;
+
+        Web Inspector: AX: clarify reason for ignored state where possible (hidden, default for tag, etc)
+        https://bugs.webkit.org/show_bug.cgi?id=129037
+
+        Reviewed by Timothy Hatcher.
+
+        Test updates to support hidden and ignoredByDefault in accessibility properties.
+
+        * inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt:
+        * inspector-protocol/dom/getAccessibilityPropertiesForNode.html:
+
</ins><span class="cx"> 2014-02-19  Jon Honeycutt  &lt;jhoneycutt@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Add missing layout test results for
</span></span></pre></div>
<a id="trunkLayoutTestsinspectorprotocoldomgetAccessibilityPropertiesForNodeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt (164375 => 164376)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt        2014-02-19 19:07:44 UTC (rev 164375)
+++ trunk/LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode-expected.txt        2014-02-19 19:22:43 UTC (rev 164376)
</span><span class="lines">@@ -1,8 +1,21 @@
</span><span class="cx"> Checking Web Inspector protocol for the Accessibility Node Inspector.
</span><span class="cx"> 
</span><del>-           
-Total elements to be tested: 15.
</del><ins>+              
+Total elements to be tested: 23.
</ins><span class="cx"> 
</span><ins>+&lt;img src=&quot;./404.gif&quot; alt=&quot;x&quot; style=&quot;display:none;&quot;&gt;
+    exists: false
+    label: 
+    role: 
+
+&lt;img src=&quot;./404.gif&quot; alt=&quot;x&quot; aria-hidden=&quot;true&quot;&gt;
+    exists: true
+    label: 
+    role: img
+    ignored: true
+    ignoredByDefault: true
+    hidden: true
+
</ins><span class="cx"> &lt;img src=&quot;./404.gif&quot; alt=&quot;x&quot;&gt;
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="lines">@@ -20,6 +33,20 @@
</span><span class="cx">     role: img
</span><span class="cx">     ignored: true
</span><span class="cx"> 
</span><ins>+&lt;input style=&quot;display:none;&quot;&gt;
+    exists: false
+    label: 
+    role: 
+
+&lt;input aria-hidden=&quot;true&quot;&gt;
+    exists: true
+    label: 
+    role: 
+    ignored: true
+    ignoredByDefault: true
+    hidden: true
+    required: false
+
</ins><span class="cx"> &lt;input aria-invalid=&quot;fake-value-will-eval-to-true&quot;&gt;
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="lines">@@ -46,6 +73,12 @@
</span><span class="cx">     role: 
</span><span class="cx">     required: true
</span><span class="cx"> 
</span><ins>+&lt;input&gt;
+    exists: true
+    label: 
+    role: 
+    required: false
+
</ins><span class="cx"> &lt;input type=&quot;button&quot;&gt;
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="lines">@@ -61,12 +94,29 @@
</span><span class="cx">     label: 
</span><span class="cx">     role: button
</span><span class="cx"> 
</span><ins>+&lt;span aria-hidden=&quot;true&quot;&gt;&lt;/span&gt;
+    exists: true
+    label: 
+    role: 
+    ignored: true
+    ignoredByDefault: true
+    hidden: true
+
</ins><span class="cx"> &lt;span&gt;&lt;/span&gt;
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="cx">     role: 
</span><span class="cx">     ignored: true
</span><ins>+    ignoredByDefault: true
</ins><span class="cx"> 
</span><ins>+&lt;div aria-hidden=&quot;true&quot;&gt;&lt;/div&gt;
+    exists: true
+    label: 
+    role: 
+    ignored: true
+    ignoredByDefault: true
+    hidden: true
+
</ins><span class="cx"> &lt;div&gt;&lt;/div&gt;
</span><span class="cx">     exists: true
</span><span class="cx">     label: 
</span><span class="lines">@@ -85,6 +135,12 @@
</span><span class="cx">     role: 
</span><span class="cx">     ignored: true
</span><span class="cx"> 
</span><ins>+&lt;script style=&quot;display:block;&quot;&gt;&lt;/script&gt;
+    exists: true
+    label: 
+    role: group
+    ignored: true
+
</ins><span class="cx"> &lt;script&gt;&lt;/script&gt;
</span><span class="cx">     exists: false
</span><span class="cx">     label: 
</span></span></pre></div>
<a id="trunkLayoutTestsinspectorprotocoldomgetAccessibilityPropertiesForNodehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode.html (164375 => 164376)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode.html        2014-02-19 19:07:44 UTC (rev 164375)
+++ trunk/LayoutTests/inspector-protocol/dom/getAccessibilityPropertiesForNode.html        2014-02-19 19:22:43 UTC (rev 164376)
</span><span class="lines">@@ -6,27 +6,33 @@
</span><span class="cx"> 
</span><span class="cx"> &lt;p&gt;Checking Web Inspector protocol for the Accessibility Node Inspector.&lt;/p&gt;
</span><span class="cx"> 
</span><del>-&lt;!-- This one is never rendered, so &quot;exists&quot; should return false. --&gt;
</del><span class="cx"> &lt;script class=&quot;ex&quot;&gt;&lt;/script&gt;
</span><ins>+&lt;script class=&quot;ex&quot; style=&quot;display:block;&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> 
</span><del>-&lt;!-- The rest are rendered with various property differences. --&gt;
</del><span class="cx"> &lt;div class=&quot;ex&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;
</span><span class="cx"> &lt;div class=&quot;ex&quot; role=&quot;presentation&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;
</span><span class="cx"> &lt;div class=&quot;ex&quot;&gt;&lt;/div&gt;
</span><ins>+&lt;div class=&quot;ex&quot; aria-hidden=&quot;true&quot;&gt;&lt;/div&gt;
</ins><span class="cx"> &lt;span class=&quot;ex&quot;&gt;&lt;/span&gt;
</span><ins>+&lt;span class=&quot;ex&quot; aria-hidden=&quot;true&quot;&gt;&lt;/span&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;div class=&quot;ex&quot; role=&quot;button&quot; tabindex=&quot;0&quot;&gt;&lt;/div&gt;
</span><span class="cx"> &lt;button class=&quot;ex&quot;&gt;&lt;/button&gt;
</span><span class="cx"> &lt;input class=&quot;ex&quot; type=&quot;button&quot;&gt;
</span><span class="cx"> 
</span><ins>+&lt;input class=&quot;ex&quot;&gt;
</ins><span class="cx"> &lt;input class=&quot;ex&quot; required&gt;
</span><span class="cx"> &lt;input class=&quot;ex&quot; aria-required=&quot;true&quot;&gt;
</span><span class="cx"> &lt;input class=&quot;ex&quot; aria-invalid=&quot;spelling&quot;&gt;
</span><span class="cx"> &lt;input class=&quot;ex&quot; aria-invalid=&quot;fake-value-will-eval-to-true&quot;&gt;
</span><ins>+&lt;input class=&quot;ex&quot; aria-hidden=&quot;true&quot;&gt;
+&lt;input class=&quot;ex&quot; style=&quot;display:none;&quot;&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;img class=&quot;ex&quot; src=&quot;./404.gif&quot;&gt;
</span><span class="cx"> &lt;img class=&quot;ex&quot; src=&quot;./404.gif&quot; alt=&quot;&quot;&gt;
</span><span class="cx"> &lt;img class=&quot;ex&quot; src=&quot;./404.gif&quot; alt=&quot;x&quot;&gt;
</span><ins>+&lt;img class=&quot;ex&quot; src=&quot;./404.gif&quot; alt=&quot;x&quot; aria-hidden=&quot;true&quot;&gt;
+&lt;img class=&quot;ex&quot; src=&quot;./404.gif&quot; alt=&quot;x&quot; style=&quot;display:none;&quot;&gt;
</ins><span class="cx"> 
</span><span class="cx"> &lt;script type=&quot;text/javascript&quot;&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (164375 => 164376)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-02-19 19:07:44 UTC (rev 164375)
+++ trunk/Source/WebCore/ChangeLog        2014-02-19 19:22:43 UTC (rev 164376)
</span><span class="lines">@@ -1,3 +1,18 @@
</span><ins>+2014-02-19  James Craig  &lt;jcraig@apple.com&gt;
+
+        Web Inspector: AX: clarify reason for ignored state where possible (hidden, default for tag, etc)
+        https://bugs.webkit.org/show_bug.cgi?id=129037
+
+        Reviewed by Timothy Hatcher.
+
+        Passing back hidden and ignoredByDefault attrs to clarify some reasons for &quot;ignored&quot; status.
+
+        Test Updated: inspector-protocol/dom/getAccessibilityPropertiesForNode.html
+
+        * inspector/InspectorDOMAgent.cpp:
+        (WebCore::InspectorDOMAgent::buildObjectForAccessibilityProperties):
+        * inspector/protocol/DOM.json:
+
</ins><span class="cx"> 2014-02-19  Thiago de Barros Lacerda  &lt;thiago.lacerda@openbossa.org&gt;
</span><span class="cx"> 
</span><span class="cx">         [WebRTC] Updating RTCConfiguration to match WebRTC editor's draft of 01/27/2014
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorDOMAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorDOMAgent.cpp (164375 => 164376)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorDOMAgent.cpp        2014-02-19 19:07:44 UTC (rev 164375)
+++ trunk/Source/WebCore/inspector/InspectorDOMAgent.cpp        2014-02-19 19:22:43 UTC (rev 164376)
</span><span class="lines">@@ -1416,7 +1416,9 @@
</span><span class="cx"> 
</span><span class="cx">     bool exists = false;
</span><span class="cx">     bool ignored = true;
</span><ins>+    bool ignoredByDefault = false;
</ins><span class="cx">     String invalid = &quot;false&quot;; // String values: true, false, spelling, grammar, etc.
</span><ins>+    bool hidden = false;
</ins><span class="cx">     String label; // FIXME: Waiting on http://webkit.org/b/121134
</span><span class="cx">     bool required = false;
</span><span class="cx">     String role;
</span><span class="lines">@@ -1426,11 +1428,14 @@
</span><span class="cx">         if (AccessibilityObject* axObject = axObjectCache-&gt;getOrCreate(node)) {
</span><span class="cx">             exists = true;
</span><span class="cx">             ignored = axObject-&gt;accessibilityIsIgnored();
</span><ins>+            ignoredByDefault = axObject-&gt;accessibilityIsIgnoredByDefault();
</ins><span class="cx">             invalid = axObject-&gt;invalidStatus();
</span><del>-            role = axObject-&gt;computedRoleString();
</del><ins>+            if (axObject-&gt;isARIAHidden() || axObject-&gt;isDOMHidden())
+                hidden = true;
</ins><span class="cx">             supportsRequired = axObject-&gt;supportsRequiredAttribute();
</span><span class="cx">             if (supportsRequired)
</span><span class="cx">                 required = axObject-&gt;isRequired();
</span><ins>+            role = axObject-&gt;computedRoleString();
</ins><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx">     
</span><span class="lines">@@ -1443,8 +1448,12 @@
</span><span class="cx">     if (exists) {
</span><span class="cx">         if (ignored)
</span><span class="cx">             value-&gt;setIgnored(ignored);
</span><ins>+        if (ignoredByDefault)
+            value-&gt;setIgnoredByDefault(ignoredByDefault);
</ins><span class="cx">         if (invalid != &quot;false&quot;)
</span><span class="cx">             value-&gt;setInvalid(invalid);
</span><ins>+        if (hidden)
+            value-&gt;setHidden(hidden);
</ins><span class="cx">         if (supportsRequired)
</span><span class="cx">             value-&gt;setRequired(required);
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorprotocolDOMjson"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/protocol/DOM.json (164375 => 164376)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/protocol/DOM.json        2014-02-19 19:07:44 UTC (rev 164375)
+++ trunk/Source/WebCore/inspector/protocol/DOM.json        2014-02-19 19:22:43 UTC (rev 164376)
</span><span class="lines">@@ -61,7 +61,9 @@
</span><span class="cx">             &quot;properties&quot;: [
</span><span class="cx">                 { &quot;name&quot;: &quot;exists&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Returns 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;ignored&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Returns whether the accessibility of the associated AX object node is ignored, whether heuristically or explicitly.&quot; },
</span><ins>+                { &quot;name&quot;: &quot;ignoredByDefault&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Returns whether the accessibility of the associated AX object node is ignored by default for node type.&quot; },
</ins><span class="cx">                 { &quot;name&quot;: &quot;invalid&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Returns the invalid status for form fields: true, false, grammar, spelling.&quot; },
</span><ins>+                { &quot;name&quot;: &quot;hidden&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Returns true if node or an ancestor is hidden via CSS or explicit @aria-hidden, to clarify why the element is ignored.&quot; },
</ins><span class="cx">                 { &quot;name&quot;: &quot;label&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Computed label value for the node, sometimes calculated by referencing other nodes.&quot; },
</span><span class="cx">                 { &quot;name&quot;: &quot;required&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Returns whether the element is required or not required.&quot; },
</span><span class="cx">                 { &quot;name&quot;: &quot;role&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Computed value for first recognized role token, default role per element, or overridden role.&quot; },
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (164375 => 164376)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2014-02-19 19:07:44 UTC (rev 164375)
+++ trunk/Source/WebInspectorUI/ChangeLog        2014-02-19 19:22:43 UTC (rev 164376)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2014-02-19  James Craig  &lt;jcraig@apple.com&gt;
+
+        Web Inspector: AX: clarify reason for ignored state where possible (hidden, default for tag, etc)
+        https://bugs.webkit.org/show_bug.cgi?id=129037
+
+        Reviewed by Timothy Hatcher.
+
+        Passing back hidden and ignoredByDefault attrs to clarify some reasons for &quot;ignored&quot; status.
+
+        * Localizations/en.lproj/localizedStrings.js:
+        * UserInterface/DOMNode.js:
+        * UserInterface/DOMNodeDetailsSidebarPanel.js:
+
</ins><span class="cx"> 2014-02-18  James Craig  &lt;jcraig@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: AX: more properties: exists, required, and invalid (exists was previously combined with ignored)
</span></span></pre></div>
<a id="trunkSourceWebInspectorUILocalizationsenlprojlocalizedStringsjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js (164375 => 164376)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js        2014-02-19 19:07:44 UTC (rev 164375)
+++ trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js        2014-02-19 19:22:43 UTC (rev 164376)
</span><span class="lines">@@ -25,6 +25,7 @@
</span><span class="cx"> localizedStrings[&quot;%s Event Dispatched&quot;] = &quot;%s Event Dispatched&quot;;
</span><span class="cx"> localizedStrings[&quot;%s (computed)&quot;] = &quot;%s (computed)&quot;;
</span><span class="cx"> localizedStrings[&quot;%s (default)&quot;] = &quot;%s (default)&quot;;
</span><ins>+localizedStrings[&quot;%s (hidden)&quot;] = &quot;%s (hidden)&quot;;
</ins><span class="cx"> localizedStrings[&quot;(anonymous function)&quot;] = &quot;(anonymous function)&quot;;
</span><span class="cx"> localizedStrings[&quot;(program)&quot;] = &quot;(program)&quot;;
</span><span class="cx"> localizedStrings[&quot;1 match&quot;] = &quot;1 match&quot;;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceDOMNodejs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/DOMNode.js (164375 => 164376)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/DOMNode.js        2014-02-19 19:07:44 UTC (rev 164375)
+++ trunk/Source/WebInspectorUI/UserInterface/DOMNode.js        2014-02-19 19:22:43 UTC (rev 164376)
</span><span class="lines">@@ -449,7 +449,9 @@
</span><span class="cx">                 callback({
</span><span class="cx">                     exists: accessibilityProperties.exists,
</span><span class="cx">                     ignored: accessibilityProperties.ignored,
</span><ins>+                    ignoredByDefault: accessibilityProperties.ignoredByDefault,
</ins><span class="cx">                     invalid: accessibilityProperties.invalid,
</span><ins>+                    hidden: accessibilityProperties.hidden,
</ins><span class="cx">                     label: accessibilityProperties.label,
</span><span class="cx">                     required: accessibilityProperties.required,
</span><span class="cx">                     role: accessibilityProperties.role
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceDOMNodeDetailsSidebarPaneljs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/DOMNodeDetailsSidebarPanel.js (164375 => 164376)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/DOMNodeDetailsSidebarPanel.js        2014-02-19 19:07:44 UTC (rev 164375)
+++ trunk/Source/WebInspectorUI/UserInterface/DOMNodeDetailsSidebarPanel.js        2014-02-19 19:22:43 UTC (rev 164376)
</span><span class="lines">@@ -248,7 +248,15 @@
</span><span class="cx"> 
</span><span class="cx">             if (accessibilityProperties &amp;&amp; accessibilityProperties.exists) {
</span><span class="cx">                 
</span><del>-                var ignored = accessibilityProperties.ignored ? WebInspector.UIString(&quot;Yes&quot;) : &quot;&quot;;
</del><ins>+                var ignored = &quot;&quot;;
+                if (accessibilityProperties.ignored) {
+                    ignored = WebInspector.UIString(&quot;Yes&quot;);
+                    if (accessibilityProperties.hidden)
+                        ignored = WebInspector.UIString(&quot;%s (hidden)&quot;).format(ignored);
+                    else if (accessibilityProperties.ignoredByDefault)
+                        ignored = WebInspector.UIString(&quot;%s (default)&quot;).format(ignored);
+                }
+
</ins><span class="cx">                 var invalid = accessibilityProperties.invalid ? accessibilityProperties.invalid : &quot;&quot;;
</span><span class="cx"> 
</span><span class="cx">                 // FIXME: label will always come back as empty. Blocked by http://webkit.org/b/121134
</span></span></pre>
</div>
</div>

</body>
</html>