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; |
}; |
- |