From 01991260de1a016ad334062bb713ca08f70136d3 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Fri, 22 Nov 2019 11:14:56 +0100 Subject: [PATCH] parent bc nits --- source | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source b/source index 68459f3d487..7faed6c5ee3 100644 --- a/source +++ b/source @@ -15456,9 +15456,8 @@ interface HTMLStyleElement : HTMLElement {

A Document has a style sheet that is blocking scripts if its script-blocking style sheet counter is greater than 0, or if that Document has a non-null browsing context - that has a parent browsing context, and the script-blocking style sheet - counter of the parent browsing context's active document is - greater than 0.

+ whose container document is non-null and has a + script-blocking style sheet counter greater than 0.

A Document has no style sheet that is blocking scripts if it does not have a style sheet that is blocking @@ -24758,7 +24757,7 @@ document.body.appendChild(wbr);

<a href=help.html target=example rel=noopener>Help!</a>
-

These are equivalent and only navigate the parent browsing context:

+

These are equivalent and only navigate the parent browsing context:

<a href=index.html target=_parent>Home</a>
<a href=index.html target=_parent rel=noopener>Home</a>