diff --git a/compatibility.bs b/compatibility.bs index 9ea7957..95fd502 100644 --- a/compatibility.bs +++ b/compatibility.bs @@ -863,10 +863,10 @@ This is a non-exhaustive list of common User-Agent tokens. --> <deviceCompat> - Represents the form-factor of the device. Primarily this is Mobile , or just - the empty string, for Desktop or non-mobile devices. Some browsers have also sent token values - such as Tablet, TV, Mobile VR, etc., or included - build information as well. + Represents the form-factor of the device. Primarily this is "Mobile ", or + just the empty string, for Desktop or non-mobile devices. Some browsers have also sent token + values such as "Tablet", "TV", "Mobile VR", etc., or + included build information as well. <frozenWebKitVersion> - AppleWebKit/ followed by a WebKit revision number, (537.36 in - the case of Chrome, and 605.1.15 in the case of Safari), followed by - (KHTML, like Gecko). + "AppleWebKit/" followed by a WebKit revision number, ("537.36" + in the case of Chrome, and "605.1.15" in the case of Safari), followed by + " (KHTML, like Gecko)". <frozenSafariVersion> - Safari/ followed by a WebKit revision number, (537.36 in - the case of Chrome, and 605.1.15 in the case of Safari). + "Safari/" followed by a WebKit revision number, ("537.36" in + the case of Chrome, and "605.1.15" in the case of Safari). <legacyMozillaVersion> - Mozilla/5.0 was added by Konqueror in their user agent string to make sure they were served the right content. It then became part of the normal string parser would expect when processing a user agent string. + "Mozilla/5.0" was added by Konqueror for site compatibility, following the + pattern established by Internet Explorer 2.0 which first used "Mozilla/1.22". <majorVersion> @@ -926,11 +927,11 @@ of tokens representing browser information. <frozenSafariVersion>
- Desktop: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 - (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 + Desktop: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 + (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36" - Mobile: Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, - like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36 + Mobile: "Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, + like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36"

Chrome-specific tokens

@@ -949,11 +950,11 @@ of tokens representing browser information. firefoxVersion>) Gecko/<geckoVersion> Firefox/<firefoxVersion>
- Desktop: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 - Firefox/100.0 + Desktop: "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 + Firefox/100.0" - Mobile: Mozilla/5.0 (Android 10; Mobile; rv:100.0) Gecko/100.0 - Firefox/100.0 + Mobile: "Mozilla/5.0 (Android 10; Mobile; rv:100.0) Gecko/100.0 + Firefox/100.0"

Firefox-specific tokens

@@ -977,11 +978,12 @@ same value as <firefoxVersion>. <frozenSafariVersion>
- Desktop: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 - (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 + Desktop: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 + (KHTML, like Gecko) Version/15.2 Safari/605.1.15" - Mobile: Mozilla/5.0 (iPhone; CPU iPhone OS 15_3 like Mac OS X) - AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Mobile/15E148 Safari/604.1 + Mobile: "Mozilla/5.0 (iPhone; CPU iPhone OS 15_3 like Mac OS X) + AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Mobile/15E148 Safari/604.1" +