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

Unified Diff: Source/core/frame/BarProp.idl

Issue 1157893002: Sync the BarProp interface with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/BarProp.idl
diff --git a/Source/core/frame/BarProp.idl b/Source/core/frame/BarProp.idl
index a7be530c7ac1a7893278eb36076a742094a48229..90a8e1e22e50856210c17944da680f364005ce15 100644
--- a/Source/core/frame/BarProp.idl
+++ b/Source/core/frame/BarProp.idl
@@ -26,9 +26,12 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// https://html.spec.whatwg.org/#barprop
+
[
WillBeGarbageCollected,
] interface BarProp {
+ // TODO(philipj): Remove readonly or have it added to the spec:
+ // https://www.w3.org/Bugs/Public/show_bug.cgi?id=28697
readonly attribute boolean visible;
};
-
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698