From f210da7a6f3a19916ec5b71df434a86719ec5186 Mon Sep 17 00:00:00 2001
From: Anssi Kostiainen
Date: Thu, 31 Aug 2017 11:40:55 +0300
Subject: [PATCH] Stop using incumbent settings object
This change is editorial.
Tracking bug: whatwg/html#1430
---
index.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/index.html b/index.html
index be5684a..b7baba7 100644
--- a/index.html
+++ b/index.html
@@ -136,7 +136,7 @@
The following concepts, terms, and interfaces are defined in
- [[!HTML5]], [[!ECMASCRIPT]], [[!WEBIDL]], and [[!SECURE-CONTEXTS]]:
+ [[!HTML]], [[!HTML5]], [[!ECMASCRIPT]], [[!WEBIDL]], and [[!SECURE-CONTEXTS]]:
- - If the incumbent settings object is not a secure
+
- If the current settings object is not a secure
context, then reject this Navigator object's battery
promise with a "SecurityError" DOMException and abort
these steps.