diff --git a/compatibility.bs b/compatibility.bs index f279954..9ea7957 100644 --- a/compatibility.bs +++ b/compatibility.bs @@ -4,7 +4,7 @@ H1: Compatibility Shortname: compat Text Macro: TWITTER compatstandard Text Macro: LATESTRD 2021-12 -Abstract: This standard describes a collection of non-standard (and often vendor-prefixed) CSS properties and DOM APIs that web browsers need to support for compatibility with the de facto web. +Abstract: This standard describes a collection of web platform features that web browsers need to support for compatibility with the de facto web. Translation: ja https://triple-underscore.github.io/compat-ja.html Indent: 2 Markup Shorthands: dfn yes @@ -47,11 +47,22 @@ urlPrefix: https://drafts.csswg.org/css-values-3/ text: dppx; url: #dppx +
+{ + "HTTP-SEMANTICS": { + "href": "https://httpwg.org/http-core/draft-ietf-httpbis-semantics-latest.html", + "title": "HTTP Semantics", + "authors": [ "R. Fielding", "M. Nottingham", "J. Reschke" ] + } +} ++
spec:css-display-3; type:value; for:display; text:flex spec:css-flexbox-1; type:value; text:inline-flex spec:filter-effects-1; type:property; text:filter spec:css-conditional-3; type:at-rule; text:@media +spec:infra; type:dfn; text:user agent+
<deviceCompat>
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)
.<frozenSafariVersion>
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.<majorVersion>
<minorVersion>
<oscpu>
<platform>
<legacyMozillaVersion>
(a
) b
+
+Where a
is a set of tokens representing device information and b
is a set
+of tokens representing browser information.
+
+<legacyMozillaVersion> (<platform>; <oscpu>)
+<frozenWebKitVersion> Chrome/<chromeVersion> <deviceCompat>
+<frozenSafariVersion>
+
+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
+<chromeVersion>
decomposes to the following:
+
+
+<majorVersion>.<minorVersion>
, where
+<minorVersion>
represents MINOR.BUILD.PATCH version numbers.
+
+<legacyMozillaVersion> (<platform>; <oscpu> rv:<
+firefoxVersion>) Gecko/<geckoVersion> Firefox/<firefoxVersion>
+
+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
+<firefoxVersion>
decomposes to the following:
+
+<majorVersion>.0
+
+In Firefox on desktop platforms (Windows, macOS, Linux, etc.),
+<geckoVersion>
is the frozen build
+date "20100101
". In Firefox on Android, <geckoVersion>
is the
+same value as <firefoxVersion>
.
+
+
+<legacyMozillaVersion> (Macintosh; Intel Mac OS X 10_15_7)
+<frozenWebKitVersion> Version/<safariVersion> <deviceCompat>
+<frozenSafariVersion>
+
+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 (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
+
+<safariVersion>
decomposes to the following:
+
+<majorVersion>.<minorVersion>
, where
+<minorVersion>
is a single digit.
+