Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(614)

Unified Diff: Source/core/dom/shadow/ShadowRoot.idl

Issue 1174893002: Implement ShadowRoot.delegatesFocus 1/4 (focus navigation) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix for nit review comment Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/shadow/ShadowRoot.cpp ('k') | Source/core/dom/shadow/ShadowRootInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/shadow/ShadowRoot.idl
diff --git a/Source/core/dom/shadow/ShadowRoot.idl b/Source/core/dom/shadow/ShadowRoot.idl
index fb18c29aa8174d7952bed2d546c4d1a2d97275c7..cfb06f2daa039241bc40baa68b6c3314b857edae 100644
--- a/Source/core/dom/shadow/ShadowRoot.idl
+++ b/Source/core/dom/shadow/ShadowRoot.idl
@@ -36,6 +36,7 @@ interface ShadowRoot : DocumentFragment {
[ImplementedAs=olderShadowRootForBindings] readonly attribute ShadowRoot? olderShadowRoot;
[TreatNullAs=NullString, CustomElementCallbacks, RaisesException=Setter] attribute DOMString innerHTML;
readonly attribute StyleSheetList styleSheets;
+ [RuntimeEnabled=ShadowRootDelegatesFocus] readonly attribute boolean delegatesFocus;
// TODO(philipj): The spec does not override cloneNode() on the ShadowRoot
// interface. Here, it's used to implement "Invoking the cloneNode() method
« no previous file with comments | « Source/core/dom/shadow/ShadowRoot.cpp ('k') | Source/core/dom/shadow/ShadowRootInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698