diff --git a/sections/browsers.include b/sections/browsers.include
index 3ea1d1a845..6c8a1dd625 100644
--- a/sections/browsers.include
+++ b/sections/browsers.include
@@ -2012,15 +2012,15 @@
A string hostSuffixString
is a registrable domain suffix of, or is equal to a
- host originalHost if the following algorithm returns true
:
+ host originalHost if the following algorithm returns true
:
1. If hostSuffixString is the empty string, then return false
.
1. Let host be the result of parsing hostSuffixString.
1. If host is failure, then return false
.
1. If host is not equal to originalHost,
run these substeps:
- 1. If host or originalHost is not a domain, return false
.
-
I.e exclude IPv4 and IPv6 addresses as hosts.
+ 1. If host or originalHost is not a domain, returnfalse
.
+ I.e exclude IPv4 and IPv6 addresses as hosts.
1. If host, prefixed by a U+002E FULL STOP (.), does not exactly match the end of originalHost, returnfalse
.
1. If host matches a suffix in the Public Suffix List, or, if host,