From 33a17119b241888e744381f7c411b309c1e59574 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:36:43 +0000 Subject: [PATCH 01/16] Update dependency globby to v13.2.2 --- package.json | 2 +- yarn.lock | 25 +++++++++++++++---------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 2929186..0ea01a8 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "devDependencies": { "axios": "0.27.2", "eslint": "8.18.0", - "globby": "13.1.2", + "globby": "13.2.2", "lodash.sortby": "4.7.0", "lodash.uniq": "4.5.0" } diff --git a/yarn.lock b/yarn.lock index 851ee70..7a679aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -326,10 +326,10 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== -fast-glob@^3.2.11: - version "3.2.11" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9" - integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew== +fast-glob@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.0.tgz#7c40cb491e1e2ed5664749e87bfb516dbe8727c0" + integrity sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA== dependencies: "@nodelib/fs.stat" "^2.0.2" "@nodelib/fs.walk" "^1.2.3" @@ -432,14 +432,14 @@ globals@^13.15.0: dependencies: type-fest "^0.20.2" -globby@13.1.2: - version "13.1.2" - resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.2.tgz#29047105582427ab6eca4f905200667b056da515" - integrity sha512-LKSDZXToac40u8Q1PQtZihbNdTYSNMuWe+K5l+oa6KgDzSvVrHXlJy40hUP522RjAIoNLJYBJi7ow+rbFpIhHQ== +globby@13.2.2: + version "13.2.2" + resolved "https://registry.yarnpkg.com/globby/-/globby-13.2.2.tgz#63b90b1bf68619c2135475cbd4e71e66aa090592" + integrity sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w== dependencies: dir-glob "^3.0.1" - fast-glob "^3.2.11" - ignore "^5.2.0" + fast-glob "^3.3.0" + ignore "^5.2.4" merge2 "^1.4.1" slash "^4.0.0" @@ -453,6 +453,11 @@ ignore@^5.2.0: resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== +ignore@^5.2.4: + version "5.2.4" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" + integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== + import-fresh@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.0.0.tgz#a3d897f420cab0e671236897f75bc14b4885c390" From dca5e13856c52d857dd1c95e3930495ebf8a10e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 15:36:37 +0000 Subject: [PATCH 02/16] Update dependency eslint to v8.51.0 --- package.json | 2 +- yarn.lock | 278 ++++++++++++++++++++++++++++++--------------------- 2 files changed, 167 insertions(+), 113 deletions(-) diff --git a/package.json b/package.json index 0c3500c..e2da3a1 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "homepage": "https://github.com/known-css/known-css-properties#readme", "devDependencies": { "axios": "0.27.2", - "eslint": "8.18.0", + "eslint": "8.51.0", "globby": "13.2.2", "lodash.sortby": "4.7.0", "lodash.uniq": "4.5.0" diff --git a/yarn.lock b/yarn.lock index 7a679aa..a35b3e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,29 +2,56 @@ # yarn lockfile v1 -"@eslint/eslintrc@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f" - integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw== +"@aashutoshrathi/word-wrap@^1.2.3": + version "1.2.6" + resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" + integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== + +"@eslint-community/eslint-utils@^4.2.0": + version "4.4.0" + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" + integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== + dependencies: + eslint-visitor-keys "^3.3.0" + +"@eslint-community/regexpp@^4.6.1": + version "4.9.1" + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.1.tgz#449dfa81a57a1d755b09aa58d826c1262e4283b4" + integrity sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA== + +"@eslint/eslintrc@^2.1.2": + version "2.1.2" + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396" + integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g== dependencies: ajv "^6.12.4" debug "^4.3.2" - espree "^9.3.2" - globals "^13.15.0" + espree "^9.6.0" + globals "^13.19.0" ignore "^5.2.0" import-fresh "^3.2.1" js-yaml "^4.1.0" minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@humanwhocodes/config-array@^0.9.2": - version "0.9.2" - resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.2.tgz#68be55c737023009dfc5fe245d51181bb6476914" - integrity sha512-UXOuFCGcwciWckOpmfKDq/GyhlTf9pN/BzG//x8p8zTOFEcGuA68ANXheFS0AGvy3qgZqLBUkMs7hqzqCKOVwA== +"@eslint/js@8.51.0": + version "8.51.0" + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.51.0.tgz#6d419c240cfb2b66da37df230f7e7eef801c32fa" + integrity sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg== + +"@humanwhocodes/config-array@^0.11.11": + version "0.11.11" + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.11.tgz#88a04c570dbbc7dd943e4712429c3df09bc32844" + integrity sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA== dependencies: "@humanwhocodes/object-schema" "^1.2.1" debug "^4.1.1" - minimatch "^3.0.4" + minimatch "^3.0.5" + +"@humanwhocodes/module-importer@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c" + integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== "@humanwhocodes/object-schema@^1.2.1": version "1.2.1" @@ -39,11 +66,24 @@ "@nodelib/fs.stat" "2.0.3" run-parallel "^1.1.9" +"@nodelib/fs.scandir@2.1.5": + version "2.1.5" + resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" + integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== + dependencies: + "@nodelib/fs.stat" "2.0.5" + run-parallel "^1.1.9" + "@nodelib/fs.stat@2.0.3", "@nodelib/fs.stat@^2.0.2": version "2.0.3" resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3" integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA== +"@nodelib/fs.stat@2.0.5": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" + integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== + "@nodelib/fs.walk@^1.2.3": version "1.2.4" resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz#011b9202a70a6366e436ca5c065844528ab04976" @@ -52,6 +92,14 @@ "@nodelib/fs.scandir" "2.1.3" fastq "^1.6.0" +"@nodelib/fs.walk@^1.2.8": + version "1.2.8" + resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" + integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== + dependencies: + "@nodelib/fs.scandir" "2.1.5" + fastq "^1.6.0" + "@types/color-name@^1.1.1": version "1.1.1" resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0" @@ -62,19 +110,10 @@ acorn-jsx@^5.3.2: resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== -acorn@^8.7.1: - version "8.7.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30" - integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A== - -ajv@^6.10.0: - version "6.10.0" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1" - dependencies: - fast-deep-equal "^2.0.1" - fast-json-stable-stringify "^2.0.0" - json-schema-traverse "^0.4.1" - uri-js "^4.2.2" +acorn@^8.9.0: + version "8.10.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5" + integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw== ajv@^6.12.4: version "6.12.6" @@ -219,85 +258,80 @@ escape-string-regexp@^4.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eslint-scope@^7.1.1: - version "7.1.1" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642" - integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw== +eslint-scope@^7.2.2: + version "7.2.2" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f" + integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg== dependencies: esrecurse "^4.3.0" estraverse "^5.2.0" -eslint-utils@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672" - integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA== - dependencies: - eslint-visitor-keys "^2.0.0" - -eslint-visitor-keys@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" - integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== - eslint-visitor-keys@^3.3.0: version "3.3.0" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== -eslint@8.18.0: - version "8.18.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.18.0.tgz#78d565d16c993d0b73968c523c0446b13da784fd" - integrity sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA== - dependencies: - "@eslint/eslintrc" "^1.3.0" - "@humanwhocodes/config-array" "^0.9.2" - ajv "^6.10.0" +eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: + version "3.4.3" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" + integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== + +eslint@8.51.0: + version "8.51.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.51.0.tgz#4a82dae60d209ac89a5cff1604fea978ba4950f3" + integrity sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA== + dependencies: + "@eslint-community/eslint-utils" "^4.2.0" + "@eslint-community/regexpp" "^4.6.1" + "@eslint/eslintrc" "^2.1.2" + "@eslint/js" "8.51.0" + "@humanwhocodes/config-array" "^0.11.11" + "@humanwhocodes/module-importer" "^1.0.1" + "@nodelib/fs.walk" "^1.2.8" + ajv "^6.12.4" chalk "^4.0.0" cross-spawn "^7.0.2" debug "^4.3.2" doctrine "^3.0.0" escape-string-regexp "^4.0.0" - eslint-scope "^7.1.1" - eslint-utils "^3.0.0" - eslint-visitor-keys "^3.3.0" - espree "^9.3.2" - esquery "^1.4.0" + eslint-scope "^7.2.2" + eslint-visitor-keys "^3.4.3" + espree "^9.6.1" + esquery "^1.4.2" esutils "^2.0.2" fast-deep-equal "^3.1.3" file-entry-cache "^6.0.1" - functional-red-black-tree "^1.0.1" - glob-parent "^6.0.1" - globals "^13.15.0" + find-up "^5.0.0" + glob-parent "^6.0.2" + globals "^13.19.0" + graphemer "^1.4.0" ignore "^5.2.0" - import-fresh "^3.0.0" imurmurhash "^0.1.4" is-glob "^4.0.0" + is-path-inside "^3.0.3" js-yaml "^4.1.0" json-stable-stringify-without-jsonify "^1.0.1" levn "^0.4.1" lodash.merge "^4.6.2" minimatch "^3.1.2" natural-compare "^1.4.0" - optionator "^0.9.1" - regexpp "^3.2.0" + optionator "^0.9.3" strip-ansi "^6.0.1" - strip-json-comments "^3.1.0" text-table "^0.2.0" - v8-compile-cache "^2.0.3" -espree@^9.3.2: - version "9.3.2" - resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596" - integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA== +espree@^9.6.0, espree@^9.6.1: + version "9.6.1" + resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f" + integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ== dependencies: - acorn "^8.7.1" + acorn "^8.9.0" acorn-jsx "^5.3.2" - eslint-visitor-keys "^3.3.0" + eslint-visitor-keys "^3.4.1" -esquery@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" - integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== +esquery@^1.4.2: + version "1.5.0" + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b" + integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== dependencies: estraverse "^5.1.0" @@ -317,10 +351,6 @@ esutils@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b" -fast-deep-equal@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" - fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" @@ -365,6 +395,14 @@ fill-range@^7.0.1: dependencies: to-regex-range "^5.0.1" +find-up@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" + integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== + dependencies: + locate-path "^6.0.0" + path-exists "^4.0.0" + flat-cache@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11" @@ -396,10 +434,6 @@ fs.realpath@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" -functional-red-black-tree@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" - glob-parent@^5.1.2: version "5.1.2" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" @@ -407,7 +441,7 @@ glob-parent@^5.1.2: dependencies: is-glob "^4.0.1" -glob-parent@^6.0.1: +glob-parent@^6.0.2: version "6.0.2" resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3" integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== @@ -425,10 +459,10 @@ glob@^7.1.3: once "^1.3.0" path-is-absolute "^1.0.0" -globals@^13.15.0: - version "13.15.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac" - integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog== +globals@^13.19.0: + version "13.23.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-13.23.0.tgz#ef31673c926a0976e1f61dab4dca57e0c0a8af02" + integrity sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA== dependencies: type-fest "^0.20.2" @@ -443,6 +477,11 @@ globby@13.2.2: merge2 "^1.4.1" slash "^4.0.0" +graphemer@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" + integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== + has-flag@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" @@ -458,13 +497,6 @@ ignore@^5.2.4: resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== -import-fresh@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.0.0.tgz#a3d897f420cab0e671236897f75bc14b4885c390" - dependencies: - parent-module "^1.0.0" - resolve-from "^4.0.0" - import-fresh@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66" @@ -515,6 +547,11 @@ is-number@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" +is-path-inside@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" + integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== + isexe@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" @@ -542,6 +579,13 @@ levn@^0.4.1: prelude-ls "^1.2.1" type-check "~0.4.0" +locate-path@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" + integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== + dependencies: + p-locate "^5.0.0" + lodash.merge@^4.6.2: version "4.6.2" resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" @@ -586,7 +630,7 @@ minimatch@^3.0.4: dependencies: brace-expansion "^1.1.7" -minimatch@^3.1.2: +minimatch@^3.0.5, minimatch@^3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== @@ -608,17 +652,31 @@ once@^1.3.0: dependencies: wrappy "1" -optionator@^0.9.1: - version "0.9.1" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499" - integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== +optionator@^0.9.3: + version "0.9.3" + resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64" + integrity sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg== dependencies: + "@aashutoshrathi/word-wrap" "^1.2.3" deep-is "^0.1.3" fast-levenshtein "^2.0.6" levn "^0.4.1" prelude-ls "^1.2.1" type-check "^0.4.0" - word-wrap "^1.2.3" + +p-limit@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" + integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== + dependencies: + yocto-queue "^0.1.0" + +p-locate@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" + integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== + dependencies: + p-limit "^3.0.2" parent-module@^1.0.0: version "1.0.0" @@ -626,6 +684,11 @@ parent-module@^1.0.0: dependencies: callsites "^3.0.0" +path-exists@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" + integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== + path-is-absolute@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" @@ -653,11 +716,6 @@ punycode@^2.1.0: version "2.1.1" resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" -regexpp@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2" - integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== - resolve-from@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" @@ -701,7 +759,7 @@ strip-ansi@^6.0.1: dependencies: ansi-regex "^5.0.1" -strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: +strip-json-comments@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== @@ -741,10 +799,6 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -v8-compile-cache@^2.0.3: - version "2.1.0" - resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e" - which@^2.0.1: version "2.0.2" resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" @@ -752,11 +806,11 @@ which@^2.0.1: dependencies: isexe "^2.0.0" -word-wrap@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" - integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== - wrappy@1: version "1.0.2" resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + +yocto-queue@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" + integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== From ee5086a5aacdb413320157a4d27f6c4057b55bd1 Mon Sep 17 00:00:00 2001 From: vio Date: Sun, 15 Oct 2023 19:03:08 +0200 Subject: [PATCH 03/16] Safari 16.5 --- README.md | 2 +- source/browsers/safari-16.5.json | 631 +++++++++++++++++++++++++++++++ 2 files changed, 632 insertions(+), 1 deletion(-) create mode 100644 source/browsers/safari-16.5.json diff --git a/README.md b/README.md index 78b4f5a..1d1bd05 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ List of standard and browser specific CSS properties. | Chrome | 14 - 115 | | Firefox | 6 - 113, 115 | | Edge | 13 - 18 | -| Safari | 6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1, 13.0, 13.1, 14, 14.1, 15.1, 15.4, 16.0 | +| Safari | 6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1, 13.0, 13.1, 14, 14.1, 15.1, 15.4, 16.0, 16.5 | | Internet Explorer | 8 - 11 | | Opera | 12.10, 12.14, 12.15, 12.16, 36 - 40, 45, 56, 58 | diff --git a/source/browsers/safari-16.5.json b/source/browsers/safari-16.5.json new file mode 100644 index 0000000..b1867f6 --- /dev/null +++ b/source/browsers/safari-16.5.json @@ -0,0 +1,631 @@ +{ + "properties": [ + "-epub-caption-side", + "-epub-hyphens", + "-epub-text-combine", + "-epub-text-emphasis", + "-epub-text-emphasis-color", + "-epub-text-emphasis-style", + "-epub-text-orientation", + "-epub-text-transform", + "-epub-word-break", + "-epub-writing-mode", + "accent-color", + "align-content", + "-webkit-align-content", + "align-items", + "-webkit-align-items", + "align-self", + "-webkit-align-self", + "alignment-baseline", + "all", + "alt", + "-webkit-alt", + "animation", + "animation-composition", + "animation-delay", + "-webkit-animation-delay", + "animation-direction", + "-webkit-animation-direction", + "animation-duration", + "-webkit-animation-duration", + "animation-fill-mode", + "-webkit-animation-fill-mode", + "animation-iteration-count", + "-webkit-animation-iteration-count", + "animation-name", + "-webkit-animation-name", + "animation-play-state", + "-webkit-animation-play-state", + "animation-timing-function", + "-webkit-animation-timing-function", + "-webkit-animation", + "appearance", + "-webkit-appearance", + "aspect-ratio", + "-webkit-backdrop-filter", + "backface-visibility", + "-webkit-backface-visibility", + "background", + "background-attachment", + "background-blend-mode", + "background-clip", + "-webkit-background-clip", + "background-color", + "background-image", + "background-origin", + "-webkit-background-origin", + "background-position", + "background-position-x", + "background-position-y", + "background-repeat", + "background-size", + "-webkit-background-size", + "base-palette", + "baseline-shift", + "block-size", + "border", + "-webkit-border-after-color", + "-webkit-border-after-style", + "-webkit-border-after", + "-webkit-border-after-width", + "-webkit-border-before-color", + "-webkit-border-before-style", + "-webkit-border-before", + "-webkit-border-before-width", + "border-block", + "border-block-color", + "border-block-end", + "border-block-end-color", + "border-block-end-style", + "border-block-end-width", + "border-block-start", + "border-block-start-color", + "border-block-start-style", + "border-block-start-width", + "border-block-style", + "border-block-width", + "border-bottom", + "border-bottom-color", + "border-bottom-left-radius", + "-webkit-border-bottom-left-radius", + "border-bottom-right-radius", + "-webkit-border-bottom-right-radius", + "border-bottom-style", + "border-bottom-width", + "border-collapse", + "border-color", + "-webkit-border-end-color", + "border-end-end-radius", + "border-end-start-radius", + "-webkit-border-end-style", + "-webkit-border-end", + "-webkit-border-end-width", + "-webkit-border-horizontal-spacing", + "border-image", + "border-image-outset", + "border-image-repeat", + "border-image-slice", + "border-image-source", + "-webkit-border-image", + "border-image-width", + "border-inline", + "border-inline-color", + "border-inline-end", + "border-inline-end-color", + "border-inline-end-style", + "border-inline-end-width", + "border-inline-start", + "border-inline-start-color", + "border-inline-start-style", + "border-inline-start-width", + "border-inline-style", + "border-inline-width", + "border-left", + "border-left-color", + "border-left-style", + "border-left-width", + "border-radius", + "-webkit-border-radius", + "border-right", + "border-right-color", + "border-right-style", + "border-right-width", + "border-spacing", + "-webkit-border-start-color", + "border-start-end-radius", + "border-start-start-radius", + "-webkit-border-start-style", + "-webkit-border-start", + "-webkit-border-start-width", + "border-style", + "border-top", + "border-top-color", + "border-top-left-radius", + "-webkit-border-top-left-radius", + "border-top-right-radius", + "-webkit-border-top-right-radius", + "border-top-style", + "border-top-width", + "-webkit-border-vertical-spacing", + "border-width", + "bottom", + "-webkit-box-align", + "-webkit-box-decoration-break", + "-webkit-box-direction", + "-webkit-box-flex-group", + "-webkit-box-flex", + "-webkit-box-lines", + "-webkit-box-ordinal-group", + "-webkit-box-orient", + "-webkit-box-pack", + "-webkit-box-reflect", + "box-shadow", + "-webkit-box-shadow", + "box-sizing", + "-webkit-box-sizing", + "break-after", + "break-before", + "break-inside", + "buffered-rendering", + "caption-side", + "caret-color", + "clear", + "clip", + "clip-path", + "-webkit-clip-path", + "clip-rule", + "color", + "color-adjust", + "color-interpolation", + "color-interpolation-filters", + "color-scheme", + "-webkit-column-axis", + "-webkit-column-break-after", + "-webkit-column-break-before", + "-webkit-column-break-inside", + "column-count", + "-webkit-column-count", + "column-fill", + "-webkit-column-fill", + "column-gap", + "-webkit-column-gap", + "-webkit-column-progression", + "column-rule", + "column-rule-color", + "-webkit-column-rule-color", + "column-rule-style", + "-webkit-column-rule-style", + "-webkit-column-rule", + "column-rule-width", + "-webkit-column-rule-width", + "column-span", + "-webkit-column-span", + "column-width", + "-webkit-column-width", + "columns", + "-webkit-columns", + "contain", + "container", + "container-name", + "container-type", + "content", + "counter-increment", + "counter-reset", + "cursor", + "-webkit-cursor-visibility", + "cx", + "cy", + "direction", + "display", + "dominant-baseline", + "empty-cells", + "epub-caption-side", + "epub-hyphens", + "epub-text-combine", + "epub-text-emphasis", + "epub-text-emphasis-color", + "epub-text-emphasis-style", + "epub-text-orientation", + "epub-text-transform", + "epub-word-break", + "epub-writing-mode", + "fill", + "fill-opacity", + "fill-rule", + "filter", + "-webkit-filter", + "flex", + "flex-basis", + "-webkit-flex-basis", + "flex-direction", + "-webkit-flex-direction", + "flex-flow", + "-webkit-flex-flow", + "flex-grow", + "-webkit-flex-grow", + "flex-shrink", + "-webkit-flex-shrink", + "-webkit-flex", + "flex-wrap", + "-webkit-flex-wrap", + "float", + "flood-color", + "flood-opacity", + "font", + "font-display", + "font-family", + "font-feature-settings", + "font-kerning", + "-webkit-font-kerning", + "font-optical-sizing", + "font-palette", + "font-size", + "font-size-adjust", + "-webkit-font-smoothing", + "font-stretch", + "font-style", + "font-synthesis", + "font-synthesis-small-caps", + "font-synthesis-style", + "font-synthesis-weight", + "font-variant", + "font-variant-alternates", + "font-variant-caps", + "font-variant-east-asian", + "font-variant-ligatures", + "font-variant-numeric", + "font-variant-position", + "font-variation-settings", + "font-weight", + "gap", + "glyph-orientation-horizontal", + "glyph-orientation-vertical", + "grid", + "grid-area", + "grid-auto-columns", + "grid-auto-flow", + "grid-auto-rows", + "grid-column", + "grid-column-end", + "grid-column-gap", + "grid-column-start", + "grid-gap", + "grid-row", + "grid-row-end", + "grid-row-gap", + "grid-row-start", + "grid-template", + "grid-template-areas", + "grid-template-columns", + "grid-template-rows", + "hanging-punctuation", + "height", + "-webkit-hyphenate-character", + "-webkit-hyphenate-limit-after", + "-webkit-hyphenate-limit-before", + "-webkit-hyphenate-limit-lines", + "-webkit-hyphens", + "image-orientation", + "image-rendering", + "inherits", + "-webkit-initial-letter", + "initial-value", + "inline-size", + "inset", + "inset-block", + "inset-block-end", + "inset-block-start", + "inset-inline", + "inset-inline-end", + "inset-inline-start", + "isolation", + "justify-content", + "-webkit-justify-content", + "justify-items", + "-webkit-justify-items", + "justify-self", + "kerning", + "left", + "letter-spacing", + "lighting-color", + "-webkit-line-align", + "-webkit-line-box-contain", + "line-break", + "-webkit-line-break", + "-webkit-line-clamp", + "-webkit-line-grid", + "line-height", + "-webkit-line-snap", + "list-style", + "list-style-image", + "list-style-position", + "list-style-type", + "-webkit-locale", + "-webkit-logical-height", + "-webkit-logical-width", + "margin", + "-webkit-margin-after", + "-webkit-margin-before", + "margin-block", + "margin-block-end", + "margin-block-start", + "margin-bottom", + "-webkit-margin-end", + "margin-inline", + "margin-inline-end", + "margin-inline-start", + "margin-left", + "margin-right", + "-webkit-margin-start", + "margin-top", + "margin-trim", + "marker", + "marker-end", + "marker-mid", + "marker-start", + "mask", + "-webkit-mask-box-image-outset", + "-webkit-mask-box-image-repeat", + "-webkit-mask-box-image-slice", + "-webkit-mask-box-image-source", + "-webkit-mask-box-image", + "-webkit-mask-box-image-width", + "mask-clip", + "-webkit-mask-clip", + "mask-composite", + "-webkit-mask-composite", + "mask-image", + "-webkit-mask-image", + "mask-mode", + "mask-origin", + "-webkit-mask-origin", + "mask-position", + "-webkit-mask-position", + "-webkit-mask-position-x", + "-webkit-mask-position-y", + "mask-repeat", + "-webkit-mask-repeat", + "mask-size", + "-webkit-mask-size", + "-webkit-mask-source-type", + "mask-type", + "-webkit-mask", + "math-style", + "max-block-size", + "max-height", + "max-inline-size", + "-webkit-max-logical-height", + "-webkit-max-logical-width", + "max-width", + "min-block-size", + "min-height", + "min-inline-size", + "-webkit-min-logical-height", + "-webkit-min-logical-width", + "min-width", + "mix-blend-mode", + "-webkit-nbsp-mode", + "object-fit", + "object-position", + "offset", + "offset-anchor", + "offset-distance", + "offset-path", + "offset-position", + "offset-rotate", + "opacity", + "-webkit-opacity", + "order", + "-webkit-order", + "orphans", + "outline", + "outline-color", + "outline-offset", + "outline-style", + "outline-width", + "overflow", + "overflow-wrap", + "overflow-x", + "overflow-y", + "override-colors", + "overscroll-behavior", + "overscroll-behavior-block", + "overscroll-behavior-inline", + "overscroll-behavior-x", + "overscroll-behavior-y", + "padding", + "-webkit-padding-after", + "-webkit-padding-before", + "padding-block", + "padding-block-end", + "padding-block-start", + "padding-bottom", + "-webkit-padding-end", + "padding-inline", + "padding-inline-end", + "padding-inline-start", + "padding-left", + "padding-right", + "-webkit-padding-start", + "padding-top", + "page", + "page-break-after", + "page-break-before", + "page-break-inside", + "paint-order", + "-apple-pay-button-style", + "-apple-pay-button-type", + "perspective", + "perspective-origin", + "-webkit-perspective-origin", + "perspective-origin-x", + "-webkit-perspective-origin-x", + "perspective-origin-y", + "-webkit-perspective-origin-y", + "-webkit-perspective", + "place-content", + "place-items", + "place-self", + "pointer-events", + "position", + "print-color-adjust", + "-webkit-print-color-adjust", + "quotes", + "r", + "resize", + "right", + "rotate", + "row-gap", + "-webkit-rtl-ordering", + "-webkit-ruby-position", + "rx", + "ry", + "scale", + "scroll-behavior", + "scroll-margin", + "scroll-margin-block", + "scroll-margin-block-end", + "scroll-margin-block-start", + "scroll-margin-bottom", + "scroll-margin-inline", + "scroll-margin-inline-end", + "scroll-margin-inline-start", + "scroll-margin-left", + "scroll-margin-right", + "scroll-margin-top", + "scroll-padding", + "scroll-padding-block", + "scroll-padding-block-end", + "scroll-padding-block-start", + "scroll-padding-bottom", + "scroll-padding-inline", + "scroll-padding-inline-end", + "scroll-padding-inline-start", + "scroll-padding-left", + "scroll-padding-right", + "scroll-padding-top", + "scroll-snap-align", + "scroll-snap-margin", + "scroll-snap-margin-bottom", + "scroll-snap-margin-left", + "scroll-snap-margin-right", + "scroll-snap-margin-top", + "scroll-snap-stop", + "scroll-snap-type", + "shape-image-threshold", + "-webkit-shape-image-threshold", + "shape-margin", + "-webkit-shape-margin", + "shape-outside", + "-webkit-shape-outside", + "shape-rendering", + "size", + "speak-as", + "src", + "stop-color", + "stop-opacity", + "stroke", + "stroke-color", + "stroke-dasharray", + "stroke-dashoffset", + "stroke-linecap", + "stroke-linejoin", + "stroke-miterlimit", + "stroke-opacity", + "stroke-width", + "supported-color-schemes", + "syntax", + "tab-size", + "table-layout", + "text-align", + "text-align-last", + "text-anchor", + "text-combine-upright", + "-webkit-text-combine", + "text-decoration", + "text-decoration-color", + "-webkit-text-decoration-color", + "text-decoration-line", + "-webkit-text-decoration-line", + "text-decoration-skip", + "text-decoration-skip-ink", + "-webkit-text-decoration-skip", + "text-decoration-style", + "-webkit-text-decoration-style", + "text-decoration-thickness", + "-webkit-text-decoration", + "-webkit-text-decorations-in-effect", + "text-emphasis", + "text-emphasis-color", + "-webkit-text-emphasis-color", + "text-emphasis-position", + "-webkit-text-emphasis-position", + "text-emphasis-style", + "-webkit-text-emphasis-style", + "-webkit-text-emphasis", + "-webkit-text-fill-color", + "text-indent", + "text-orientation", + "-webkit-text-orientation", + "text-overflow", + "text-rendering", + "-webkit-text-security", + "text-shadow", + "-webkit-text-stroke-color", + "-webkit-text-stroke", + "-webkit-text-stroke-width", + "text-transform", + "text-underline-offset", + "text-underline-position", + "-webkit-text-underline-position", + "-webkit-text-zoom", + "top", + "touch-action", + "transform", + "transform-box", + "transform-origin", + "-webkit-transform-origin", + "transform-origin-x", + "-webkit-transform-origin-x", + "transform-origin-y", + "-webkit-transform-origin-y", + "transform-origin-z", + "-webkit-transform-origin-z", + "transform-style", + "-webkit-transform-style", + "-webkit-transform", + "transition", + "transition-delay", + "-webkit-transition-delay", + "transition-duration", + "-webkit-transition-duration", + "transition-property", + "-webkit-transition-property", + "transition-timing-function", + "-webkit-transition-timing-function", + "-webkit-transition", + "translate", + "unicode-bidi", + "unicode-range", + "-webkit-user-drag", + "-webkit-user-modify", + "-webkit-user-select", + "vector-effect", + "vertical-align", + "visibility", + "white-space", + "widows", + "width", + "will-change", + "word-break", + "word-spacing", + "word-wrap", + "writing-mode", + "-webkit-writing-mode", + "x", + "y", + "z-index", + "zoom" + ] +} \ No newline at end of file From c74ceb6aad77ee6ae2862d44ec7d10097fdf96a4 Mon Sep 17 00:00:00 2001 From: vio Date: Sun, 15 Oct 2023 19:02:15 +0200 Subject: [PATCH 04/16] Safari 17.0 --- README.md | 2 +- source/browsers/safari-17.0.json | 648 +++++++++++++++++++++++++++++++ 2 files changed, 649 insertions(+), 1 deletion(-) create mode 100644 source/browsers/safari-17.0.json diff --git a/README.md b/README.md index 1d1bd05..cf2be3f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ List of standard and browser specific CSS properties. | Chrome | 14 - 115 | | Firefox | 6 - 113, 115 | | Edge | 13 - 18 | -| Safari | 6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1, 13.0, 13.1, 14, 14.1, 15.1, 15.4, 16.0, 16.5 | +| Safari | 6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1, 13.0, 13.1, 14, 14.1, 15.1, 15.4, 16.0, 16.5, 17.0 | | Internet Explorer | 8 - 11 | | Opera | 12.10, 12.14, 12.15, 12.16, 36 - 40, 45, 56, 58 | diff --git a/source/browsers/safari-17.0.json b/source/browsers/safari-17.0.json new file mode 100644 index 0000000..1bb11e7 --- /dev/null +++ b/source/browsers/safari-17.0.json @@ -0,0 +1,648 @@ +{ + "properties": [ + "-epub-caption-side", + "-epub-hyphens", + "-epub-text-combine", + "-epub-text-emphasis", + "-epub-text-emphasis-color", + "-epub-text-emphasis-style", + "-epub-text-orientation", + "-epub-text-transform", + "-epub-word-break", + "-epub-writing-mode", + "accent-color", + "additive-symbols", + "align-content", + "-webkit-align-content", + "align-items", + "-webkit-align-items", + "align-self", + "-webkit-align-self", + "alignment-baseline", + "all", + "alt", + "-webkit-alt", + "animation", + "animation-composition", + "animation-delay", + "-webkit-animation-delay", + "animation-direction", + "-webkit-animation-direction", + "animation-duration", + "-webkit-animation-duration", + "animation-fill-mode", + "-webkit-animation-fill-mode", + "animation-iteration-count", + "-webkit-animation-iteration-count", + "animation-name", + "-webkit-animation-name", + "animation-play-state", + "-webkit-animation-play-state", + "animation-timing-function", + "-webkit-animation-timing-function", + "-webkit-animation", + "appearance", + "-webkit-appearance", + "aspect-ratio", + "-webkit-backdrop-filter", + "backface-visibility", + "-webkit-backface-visibility", + "background", + "background-attachment", + "background-blend-mode", + "background-clip", + "-webkit-background-clip", + "background-color", + "background-image", + "background-origin", + "-webkit-background-origin", + "background-position", + "background-position-x", + "background-position-y", + "background-repeat", + "background-size", + "-webkit-background-size", + "base-palette", + "baseline-shift", + "block-size", + "border", + "-webkit-border-after-color", + "-webkit-border-after-style", + "-webkit-border-after", + "-webkit-border-after-width", + "-webkit-border-before-color", + "-webkit-border-before-style", + "-webkit-border-before", + "-webkit-border-before-width", + "border-block", + "border-block-color", + "border-block-end", + "border-block-end-color", + "border-block-end-style", + "border-block-end-width", + "border-block-start", + "border-block-start-color", + "border-block-start-style", + "border-block-start-width", + "border-block-style", + "border-block-width", + "border-bottom", + "border-bottom-color", + "border-bottom-left-radius", + "-webkit-border-bottom-left-radius", + "border-bottom-right-radius", + "-webkit-border-bottom-right-radius", + "border-bottom-style", + "border-bottom-width", + "border-collapse", + "border-color", + "-webkit-border-end-color", + "border-end-end-radius", + "border-end-start-radius", + "-webkit-border-end-style", + "-webkit-border-end", + "-webkit-border-end-width", + "-webkit-border-horizontal-spacing", + "border-image", + "border-image-outset", + "border-image-repeat", + "border-image-slice", + "border-image-source", + "-webkit-border-image", + "border-image-width", + "border-inline", + "border-inline-color", + "border-inline-end", + "border-inline-end-color", + "border-inline-end-style", + "border-inline-end-width", + "border-inline-start", + "border-inline-start-color", + "border-inline-start-style", + "border-inline-start-width", + "border-inline-style", + "border-inline-width", + "border-left", + "border-left-color", + "border-left-style", + "border-left-width", + "border-radius", + "-webkit-border-radius", + "border-right", + "border-right-color", + "border-right-style", + "border-right-width", + "border-spacing", + "-webkit-border-start-color", + "border-start-end-radius", + "border-start-start-radius", + "-webkit-border-start-style", + "-webkit-border-start", + "-webkit-border-start-width", + "border-style", + "border-top", + "border-top-color", + "border-top-left-radius", + "-webkit-border-top-left-radius", + "border-top-right-radius", + "-webkit-border-top-right-radius", + "border-top-style", + "border-top-width", + "-webkit-border-vertical-spacing", + "border-width", + "bottom", + "-webkit-box-align", + "-webkit-box-decoration-break", + "-webkit-box-direction", + "-webkit-box-flex-group", + "-webkit-box-flex", + "-webkit-box-lines", + "-webkit-box-ordinal-group", + "-webkit-box-orient", + "-webkit-box-pack", + "-webkit-box-reflect", + "box-shadow", + "-webkit-box-shadow", + "box-sizing", + "-webkit-box-sizing", + "break-after", + "break-before", + "break-inside", + "buffered-rendering", + "caption-side", + "caret-color", + "clear", + "clip", + "clip-path", + "-webkit-clip-path", + "clip-rule", + "color", + "color-adjust", + "color-interpolation", + "color-interpolation-filters", + "color-scheme", + "-webkit-column-axis", + "-webkit-column-break-after", + "-webkit-column-break-before", + "-webkit-column-break-inside", + "column-count", + "-webkit-column-count", + "column-fill", + "-webkit-column-fill", + "column-gap", + "-webkit-column-gap", + "-webkit-column-progression", + "column-rule", + "column-rule-color", + "-webkit-column-rule-color", + "column-rule-style", + "-webkit-column-rule-style", + "-webkit-column-rule", + "column-rule-width", + "-webkit-column-rule-width", + "column-span", + "-webkit-column-span", + "column-width", + "-webkit-column-width", + "columns", + "-webkit-columns", + "contain", + "contain-intrinsic-block-size", + "contain-intrinsic-height", + "contain-intrinsic-inline-size", + "contain-intrinsic-size", + "contain-intrinsic-width", + "container", + "container-name", + "container-type", + "content", + "counter-increment", + "counter-reset", + "cursor", + "-webkit-cursor-visibility", + "cx", + "cy", + "direction", + "display", + "dominant-baseline", + "empty-cells", + "epub-caption-side", + "epub-hyphens", + "epub-text-combine", + "epub-text-emphasis", + "epub-text-emphasis-color", + "epub-text-emphasis-style", + "epub-text-orientation", + "epub-text-transform", + "epub-word-break", + "epub-writing-mode", + "fallback", + "fill", + "fill-opacity", + "fill-rule", + "filter", + "-webkit-filter", + "flex", + "flex-basis", + "-webkit-flex-basis", + "flex-direction", + "-webkit-flex-direction", + "flex-flow", + "-webkit-flex-flow", + "flex-grow", + "-webkit-flex-grow", + "flex-shrink", + "-webkit-flex-shrink", + "-webkit-flex", + "flex-wrap", + "-webkit-flex-wrap", + "float", + "flood-color", + "flood-opacity", + "font", + "font-display", + "font-family", + "font-feature-settings", + "font-kerning", + "-webkit-font-kerning", + "font-optical-sizing", + "font-palette", + "font-size", + "font-size-adjust", + "-webkit-font-smoothing", + "font-stretch", + "font-style", + "font-synthesis", + "font-synthesis-small-caps", + "font-synthesis-style", + "font-synthesis-weight", + "font-variant", + "font-variant-alternates", + "font-variant-caps", + "font-variant-east-asian", + "font-variant-ligatures", + "font-variant-numeric", + "font-variant-position", + "font-variation-settings", + "font-weight", + "gap", + "glyph-orientation-horizontal", + "glyph-orientation-vertical", + "grid", + "grid-area", + "grid-auto-columns", + "grid-auto-flow", + "grid-auto-rows", + "grid-column", + "grid-column-end", + "grid-column-gap", + "grid-column-start", + "grid-gap", + "grid-row", + "grid-row-end", + "grid-row-gap", + "grid-row-start", + "grid-template", + "grid-template-areas", + "grid-template-columns", + "grid-template-rows", + "hanging-punctuation", + "height", + "hyphenate-character", + "-webkit-hyphenate-character", + "-webkit-hyphenate-limit-after", + "-webkit-hyphenate-limit-before", + "-webkit-hyphenate-limit-lines", + "hyphens", + "-webkit-hyphens", + "image-orientation", + "image-rendering", + "inherits", + "-webkit-initial-letter", + "initial-value", + "inline-size", + "inset", + "inset-block", + "inset-block-end", + "inset-block-start", + "inset-inline", + "inset-inline-end", + "inset-inline-start", + "isolation", + "justify-content", + "-webkit-justify-content", + "justify-items", + "-webkit-justify-items", + "justify-self", + "kerning", + "left", + "letter-spacing", + "lighting-color", + "-webkit-line-align", + "-webkit-line-box-contain", + "line-break", + "-webkit-line-break", + "-webkit-line-clamp", + "-webkit-line-grid", + "line-height", + "-webkit-line-snap", + "list-style", + "list-style-image", + "list-style-position", + "list-style-type", + "-webkit-locale", + "-webkit-logical-height", + "-webkit-logical-width", + "margin", + "-webkit-margin-after", + "-webkit-margin-before", + "margin-block", + "margin-block-end", + "margin-block-start", + "margin-bottom", + "-webkit-margin-end", + "margin-inline", + "margin-inline-end", + "margin-inline-start", + "margin-left", + "margin-right", + "-webkit-margin-start", + "margin-top", + "margin-trim", + "marker", + "marker-end", + "marker-mid", + "marker-start", + "mask", + "-webkit-mask-box-image-outset", + "-webkit-mask-box-image-repeat", + "-webkit-mask-box-image-slice", + "-webkit-mask-box-image-source", + "-webkit-mask-box-image", + "-webkit-mask-box-image-width", + "mask-clip", + "-webkit-mask-clip", + "mask-composite", + "-webkit-mask-composite", + "mask-image", + "-webkit-mask-image", + "mask-mode", + "mask-origin", + "-webkit-mask-origin", + "mask-position", + "-webkit-mask-position", + "-webkit-mask-position-x", + "-webkit-mask-position-y", + "mask-repeat", + "-webkit-mask-repeat", + "mask-size", + "-webkit-mask-size", + "-webkit-mask-source-type", + "mask-type", + "-webkit-mask", + "math-style", + "max-block-size", + "max-height", + "max-inline-size", + "-webkit-max-logical-height", + "-webkit-max-logical-width", + "max-width", + "min-block-size", + "min-height", + "min-inline-size", + "-webkit-min-logical-height", + "-webkit-min-logical-width", + "min-width", + "mix-blend-mode", + "-webkit-nbsp-mode", + "negative", + "object-fit", + "object-position", + "offset", + "offset-anchor", + "offset-distance", + "offset-path", + "offset-position", + "offset-rotate", + "opacity", + "-webkit-opacity", + "order", + "-webkit-order", + "orphans", + "outline", + "outline-color", + "outline-offset", + "outline-style", + "outline-width", + "overflow", + "overflow-wrap", + "overflow-x", + "overflow-y", + "override-colors", + "overscroll-behavior", + "overscroll-behavior-block", + "overscroll-behavior-inline", + "overscroll-behavior-x", + "overscroll-behavior-y", + "pad", + "padding", + "-webkit-padding-after", + "-webkit-padding-before", + "padding-block", + "padding-block-end", + "padding-block-start", + "padding-bottom", + "-webkit-padding-end", + "padding-inline", + "padding-inline-end", + "padding-inline-start", + "padding-left", + "padding-right", + "-webkit-padding-start", + "padding-top", + "page", + "page-break-after", + "page-break-before", + "page-break-inside", + "paint-order", + "-apple-pay-button-style", + "-apple-pay-button-type", + "perspective", + "perspective-origin", + "-webkit-perspective-origin", + "perspective-origin-x", + "-webkit-perspective-origin-x", + "perspective-origin-y", + "-webkit-perspective-origin-y", + "-webkit-perspective", + "place-content", + "place-items", + "place-self", + "pointer-events", + "position", + "prefix", + "print-color-adjust", + "-webkit-print-color-adjust", + "quotes", + "r", + "range", + "resize", + "right", + "rotate", + "row-gap", + "-webkit-rtl-ordering", + "-webkit-ruby-position", + "rx", + "ry", + "scale", + "scroll-behavior", + "scroll-margin", + "scroll-margin-block", + "scroll-margin-block-end", + "scroll-margin-block-start", + "scroll-margin-bottom", + "scroll-margin-inline", + "scroll-margin-inline-end", + "scroll-margin-inline-start", + "scroll-margin-left", + "scroll-margin-right", + "scroll-margin-top", + "scroll-padding", + "scroll-padding-block", + "scroll-padding-block-end", + "scroll-padding-block-start", + "scroll-padding-bottom", + "scroll-padding-inline", + "scroll-padding-inline-end", + "scroll-padding-inline-start", + "scroll-padding-left", + "scroll-padding-right", + "scroll-padding-top", + "scroll-snap-align", + "scroll-snap-margin", + "scroll-snap-margin-bottom", + "scroll-snap-margin-left", + "scroll-snap-margin-right", + "scroll-snap-margin-top", + "scroll-snap-stop", + "scroll-snap-type", + "shape-image-threshold", + "-webkit-shape-image-threshold", + "shape-margin", + "-webkit-shape-margin", + "shape-outside", + "-webkit-shape-outside", + "shape-rendering", + "size", + "size-adjust", + "speak-as", + "src", + "stop-color", + "stop-opacity", + "stroke", + "stroke-color", + "stroke-dasharray", + "stroke-dashoffset", + "stroke-linecap", + "stroke-linejoin", + "stroke-miterlimit", + "stroke-opacity", + "stroke-width", + "suffix", + "supported-color-schemes", + "symbols", + "syntax", + "system", + "tab-size", + "table-layout", + "text-align", + "text-align-last", + "text-anchor", + "text-combine-upright", + "-webkit-text-combine", + "text-decoration", + "text-decoration-color", + "-webkit-text-decoration-color", + "text-decoration-line", + "-webkit-text-decoration-line", + "text-decoration-skip", + "text-decoration-skip-ink", + "-webkit-text-decoration-skip", + "text-decoration-style", + "-webkit-text-decoration-style", + "text-decoration-thickness", + "-webkit-text-decoration", + "-webkit-text-decorations-in-effect", + "text-emphasis", + "text-emphasis-color", + "-webkit-text-emphasis-color", + "text-emphasis-position", + "-webkit-text-emphasis-position", + "text-emphasis-style", + "-webkit-text-emphasis-style", + "-webkit-text-emphasis", + "-webkit-text-fill-color", + "text-indent", + "text-orientation", + "-webkit-text-orientation", + "text-overflow", + "text-rendering", + "-webkit-text-security", + "text-shadow", + "-webkit-text-stroke-color", + "-webkit-text-stroke", + "-webkit-text-stroke-width", + "text-transform", + "text-underline-offset", + "text-underline-position", + "-webkit-text-underline-position", + "-webkit-text-zoom", + "top", + "touch-action", + "transform", + "transform-box", + "transform-origin", + "-webkit-transform-origin", + "transform-origin-x", + "-webkit-transform-origin-x", + "transform-origin-y", + "-webkit-transform-origin-y", + "transform-origin-z", + "-webkit-transform-origin-z", + "transform-style", + "-webkit-transform-style", + "-webkit-transform", + "transition", + "transition-delay", + "-webkit-transition-delay", + "transition-duration", + "-webkit-transition-duration", + "transition-property", + "-webkit-transition-property", + "transition-timing-function", + "-webkit-transition-timing-function", + "-webkit-transition", + "translate", + "unicode-bidi", + "unicode-range", + "-webkit-user-drag", + "-webkit-user-modify", + "-webkit-user-select", + "vector-effect", + "vertical-align", + "visibility", + "white-space", + "widows", + "width", + "will-change", + "word-break", + "word-spacing", + "word-wrap", + "writing-mode", + "-webkit-writing-mode", + "x", + "y", + "z-index", + "zoom" + ] +} \ No newline at end of file From 8f94964a3680f4a3ec43920b0b3046dc8d850e6d Mon Sep 17 00:00:00 2001 From: vio Date: Sun, 15 Oct 2023 19:01:19 +0200 Subject: [PATCH 05/16] ios safari 17.0 --- README.md | 2 +- source/browsers/ios-17.0.json | 652 ++++++++++++++++++++++++++++++++++ 2 files changed, 653 insertions(+), 1 deletion(-) create mode 100644 source/browsers/ios-17.0.json diff --git a/README.md b/README.md index cf2be3f..abf6404 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ List of standard and browser specific CSS properties. ### Mobile | Name | Versions | |---|--:| -| iOS Safari | 6 - 8, 8.3, 9.0, 9.3, 10.0, 10.2, 10.3, 11.0, 11.2, 11.3, 11.4, 12.0 , 12.1, 13.1, 14, 14.1, 15.1, 15.4, 15.6, 16.0, 16.4 | +| iOS Safari | 6 - 8, 8.3, 9.0, 9.3, 10.0, 10.2, 10.3, 11.0, 11.2, 11.3, 11.4, 12.0 , 12.1, 13.1, 14, 14.1, 15.1, 15.4, 15.6, 16.0, 16.4, 17.0 | | Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83, 91, 94, 96, 100, 101, 110, 113 - 114 | | Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85, 91, 99, 101, 106, 110, 115 | | IE mobile | 11 | diff --git a/source/browsers/ios-17.0.json b/source/browsers/ios-17.0.json new file mode 100644 index 0000000..c907454 --- /dev/null +++ b/source/browsers/ios-17.0.json @@ -0,0 +1,652 @@ +{ + "properties": [ + "-epub-caption-side", + "-epub-hyphens", + "-epub-text-combine", + "-epub-text-emphasis", + "-epub-text-emphasis-color", + "-epub-text-emphasis-style", + "-epub-text-orientation", + "-epub-text-transform", + "-epub-word-break", + "-epub-writing-mode", + "accent-color", + "additive-symbols", + "align-content", + "-webkit-align-content", + "align-items", + "-webkit-align-items", + "align-self", + "-webkit-align-self", + "alignment-baseline", + "all", + "alt", + "-webkit-alt", + "animation", + "animation-composition", + "animation-delay", + "-webkit-animation-delay", + "animation-direction", + "-webkit-animation-direction", + "animation-duration", + "-webkit-animation-duration", + "animation-fill-mode", + "-webkit-animation-fill-mode", + "animation-iteration-count", + "-webkit-animation-iteration-count", + "animation-name", + "-webkit-animation-name", + "animation-play-state", + "-webkit-animation-play-state", + "animation-timing-function", + "-webkit-animation-timing-function", + "-webkit-animation", + "appearance", + "-webkit-appearance", + "aspect-ratio", + "-webkit-backdrop-filter", + "backface-visibility", + "-webkit-backface-visibility", + "background", + "background-attachment", + "background-blend-mode", + "background-clip", + "-webkit-background-clip", + "background-color", + "background-image", + "background-origin", + "-webkit-background-origin", + "background-position", + "background-position-x", + "background-position-y", + "background-repeat", + "background-size", + "-webkit-background-size", + "base-palette", + "baseline-shift", + "block-size", + "border", + "-webkit-border-after-color", + "-webkit-border-after-style", + "-webkit-border-after", + "-webkit-border-after-width", + "-webkit-border-before-color", + "-webkit-border-before-style", + "-webkit-border-before", + "-webkit-border-before-width", + "border-block", + "border-block-color", + "border-block-end", + "border-block-end-color", + "border-block-end-style", + "border-block-end-width", + "border-block-start", + "border-block-start-color", + "border-block-start-style", + "border-block-start-width", + "border-block-style", + "border-block-width", + "border-bottom", + "border-bottom-color", + "border-bottom-left-radius", + "-webkit-border-bottom-left-radius", + "border-bottom-right-radius", + "-webkit-border-bottom-right-radius", + "border-bottom-style", + "border-bottom-width", + "border-collapse", + "border-color", + "-webkit-border-end-color", + "border-end-end-radius", + "border-end-start-radius", + "-webkit-border-end-style", + "-webkit-border-end", + "-webkit-border-end-width", + "-webkit-border-horizontal-spacing", + "border-image", + "border-image-outset", + "border-image-repeat", + "border-image-slice", + "border-image-source", + "-webkit-border-image", + "border-image-width", + "border-inline", + "border-inline-color", + "border-inline-end", + "border-inline-end-color", + "border-inline-end-style", + "border-inline-end-width", + "border-inline-start", + "border-inline-start-color", + "border-inline-start-style", + "border-inline-start-width", + "border-inline-style", + "border-inline-width", + "border-left", + "border-left-color", + "border-left-style", + "border-left-width", + "border-radius", + "-webkit-border-radius", + "border-right", + "border-right-color", + "border-right-style", + "border-right-width", + "border-spacing", + "-webkit-border-start-color", + "border-start-end-radius", + "border-start-start-radius", + "-webkit-border-start-style", + "-webkit-border-start", + "-webkit-border-start-width", + "border-style", + "border-top", + "border-top-color", + "border-top-left-radius", + "-webkit-border-top-left-radius", + "border-top-right-radius", + "-webkit-border-top-right-radius", + "border-top-style", + "border-top-width", + "-webkit-border-vertical-spacing", + "border-width", + "bottom", + "-webkit-box-align", + "-webkit-box-decoration-break", + "-webkit-box-direction", + "-webkit-box-flex-group", + "-webkit-box-flex", + "-webkit-box-lines", + "-webkit-box-ordinal-group", + "-webkit-box-orient", + "-webkit-box-pack", + "-webkit-box-reflect", + "box-shadow", + "-webkit-box-shadow", + "box-sizing", + "-webkit-box-sizing", + "break-after", + "break-before", + "break-inside", + "buffered-rendering", + "caption-side", + "caret-color", + "clear", + "clip", + "clip-path", + "-webkit-clip-path", + "clip-rule", + "color", + "color-adjust", + "color-interpolation", + "color-interpolation-filters", + "color-scheme", + "-webkit-column-axis", + "-webkit-column-break-after", + "-webkit-column-break-before", + "-webkit-column-break-inside", + "column-count", + "-webkit-column-count", + "column-fill", + "-webkit-column-fill", + "column-gap", + "-webkit-column-gap", + "-webkit-column-progression", + "column-rule", + "column-rule-color", + "-webkit-column-rule-color", + "column-rule-style", + "-webkit-column-rule-style", + "-webkit-column-rule", + "column-rule-width", + "-webkit-column-rule-width", + "column-span", + "-webkit-column-span", + "column-width", + "-webkit-column-width", + "columns", + "-webkit-columns", + "contain", + "contain-intrinsic-block-size", + "contain-intrinsic-height", + "contain-intrinsic-inline-size", + "contain-intrinsic-size", + "contain-intrinsic-width", + "container", + "container-name", + "container-type", + "content", + "counter-increment", + "counter-reset", + "cursor", + "-webkit-cursor-visibility", + "cx", + "cy", + "direction", + "display", + "dominant-baseline", + "empty-cells", + "epub-caption-side", + "epub-hyphens", + "epub-text-combine", + "epub-text-emphasis", + "epub-text-emphasis-color", + "epub-text-emphasis-style", + "epub-text-orientation", + "epub-text-transform", + "epub-word-break", + "epub-writing-mode", + "fallback", + "fill", + "fill-opacity", + "fill-rule", + "filter", + "-webkit-filter", + "flex", + "flex-basis", + "-webkit-flex-basis", + "flex-direction", + "-webkit-flex-direction", + "flex-flow", + "-webkit-flex-flow", + "flex-grow", + "-webkit-flex-grow", + "flex-shrink", + "-webkit-flex-shrink", + "-webkit-flex", + "flex-wrap", + "-webkit-flex-wrap", + "float", + "flood-color", + "flood-opacity", + "font", + "font-display", + "font-family", + "font-feature-settings", + "font-kerning", + "-webkit-font-kerning", + "font-optical-sizing", + "font-palette", + "font-size", + "font-size-adjust", + "-webkit-font-smoothing", + "font-stretch", + "font-style", + "font-synthesis", + "font-synthesis-small-caps", + "font-synthesis-style", + "font-synthesis-weight", + "font-variant", + "font-variant-alternates", + "font-variant-caps", + "font-variant-east-asian", + "font-variant-ligatures", + "font-variant-numeric", + "font-variant-position", + "font-variation-settings", + "font-weight", + "gap", + "glyph-orientation-horizontal", + "glyph-orientation-vertical", + "grid", + "grid-area", + "grid-auto-columns", + "grid-auto-flow", + "grid-auto-rows", + "grid-column", + "grid-column-end", + "grid-column-gap", + "grid-column-start", + "grid-gap", + "grid-row", + "grid-row-end", + "grid-row-gap", + "grid-row-start", + "grid-template", + "grid-template-areas", + "grid-template-columns", + "grid-template-rows", + "hanging-punctuation", + "height", + "hyphenate-character", + "-webkit-hyphenate-character", + "-webkit-hyphenate-limit-after", + "-webkit-hyphenate-limit-before", + "-webkit-hyphenate-limit-lines", + "hyphens", + "-webkit-hyphens", + "image-orientation", + "image-rendering", + "inherits", + "-webkit-initial-letter", + "initial-value", + "inline-size", + "inset", + "inset-block", + "inset-block-end", + "inset-block-start", + "inset-inline", + "inset-inline-end", + "inset-inline-start", + "isolation", + "justify-content", + "-webkit-justify-content", + "justify-items", + "-webkit-justify-items", + "justify-self", + "kerning", + "left", + "letter-spacing", + "lighting-color", + "-webkit-line-align", + "-webkit-line-box-contain", + "line-break", + "-webkit-line-break", + "-webkit-line-clamp", + "-webkit-line-grid", + "line-height", + "-webkit-line-snap", + "list-style", + "list-style-image", + "list-style-position", + "list-style-type", + "-webkit-locale", + "-webkit-logical-height", + "-webkit-logical-width", + "margin", + "-webkit-margin-after", + "-webkit-margin-before", + "margin-block", + "margin-block-end", + "margin-block-start", + "margin-bottom", + "-webkit-margin-end", + "margin-inline", + "margin-inline-end", + "margin-inline-start", + "margin-left", + "margin-right", + "-webkit-margin-start", + "margin-top", + "margin-trim", + "marker", + "marker-end", + "marker-mid", + "marker-start", + "mask", + "-webkit-mask-box-image-outset", + "-webkit-mask-box-image-repeat", + "-webkit-mask-box-image-slice", + "-webkit-mask-box-image-source", + "-webkit-mask-box-image", + "-webkit-mask-box-image-width", + "mask-clip", + "-webkit-mask-clip", + "mask-composite", + "-webkit-mask-composite", + "mask-image", + "-webkit-mask-image", + "mask-mode", + "mask-origin", + "-webkit-mask-origin", + "mask-position", + "-webkit-mask-position", + "-webkit-mask-position-x", + "-webkit-mask-position-y", + "mask-repeat", + "-webkit-mask-repeat", + "mask-size", + "-webkit-mask-size", + "-webkit-mask-source-type", + "mask-type", + "-webkit-mask", + "math-style", + "max-block-size", + "max-height", + "max-inline-size", + "-webkit-max-logical-height", + "-webkit-max-logical-width", + "max-width", + "min-block-size", + "min-height", + "min-inline-size", + "-webkit-min-logical-height", + "-webkit-min-logical-width", + "min-width", + "mix-blend-mode", + "-webkit-nbsp-mode", + "negative", + "object-fit", + "object-position", + "offset", + "offset-anchor", + "offset-distance", + "offset-path", + "offset-position", + "offset-rotate", + "opacity", + "-webkit-opacity", + "order", + "-webkit-order", + "orphans", + "outline", + "outline-color", + "outline-offset", + "outline-style", + "outline-width", + "overflow", + "-webkit-overflow-scrolling", + "overflow-wrap", + "overflow-x", + "overflow-y", + "override-colors", + "overscroll-behavior", + "overscroll-behavior-block", + "overscroll-behavior-inline", + "overscroll-behavior-x", + "overscroll-behavior-y", + "pad", + "padding", + "-webkit-padding-after", + "-webkit-padding-before", + "padding-block", + "padding-block-end", + "padding-block-start", + "padding-bottom", + "-webkit-padding-end", + "padding-inline", + "padding-inline-end", + "padding-inline-start", + "padding-left", + "padding-right", + "-webkit-padding-start", + "padding-top", + "page", + "page-break-after", + "page-break-before", + "page-break-inside", + "paint-order", + "-apple-pay-button-style", + "-apple-pay-button-type", + "perspective", + "perspective-origin", + "-webkit-perspective-origin", + "perspective-origin-x", + "-webkit-perspective-origin-x", + "perspective-origin-y", + "-webkit-perspective-origin-y", + "-webkit-perspective", + "place-content", + "place-items", + "place-self", + "pointer-events", + "position", + "prefix", + "print-color-adjust", + "-webkit-print-color-adjust", + "quotes", + "r", + "range", + "resize", + "right", + "rotate", + "row-gap", + "-webkit-rtl-ordering", + "-webkit-ruby-position", + "rx", + "ry", + "scale", + "scroll-behavior", + "scroll-margin", + "scroll-margin-block", + "scroll-margin-block-end", + "scroll-margin-block-start", + "scroll-margin-bottom", + "scroll-margin-inline", + "scroll-margin-inline-end", + "scroll-margin-inline-start", + "scroll-margin-left", + "scroll-margin-right", + "scroll-margin-top", + "scroll-padding", + "scroll-padding-block", + "scroll-padding-block-end", + "scroll-padding-block-start", + "scroll-padding-bottom", + "scroll-padding-inline", + "scroll-padding-inline-end", + "scroll-padding-inline-start", + "scroll-padding-left", + "scroll-padding-right", + "scroll-padding-top", + "scroll-snap-align", + "scroll-snap-margin", + "scroll-snap-margin-bottom", + "scroll-snap-margin-left", + "scroll-snap-margin-right", + "scroll-snap-margin-top", + "scroll-snap-stop", + "scroll-snap-type", + "shape-image-threshold", + "-webkit-shape-image-threshold", + "shape-margin", + "-webkit-shape-margin", + "shape-outside", + "-webkit-shape-outside", + "shape-rendering", + "size", + "size-adjust", + "speak-as", + "src", + "stop-color", + "stop-opacity", + "stroke", + "stroke-color", + "stroke-dasharray", + "stroke-dashoffset", + "stroke-linecap", + "stroke-linejoin", + "stroke-miterlimit", + "stroke-opacity", + "stroke-width", + "suffix", + "supported-color-schemes", + "symbols", + "syntax", + "system", + "tab-size", + "table-layout", + "-webkit-tap-highlight-color", + "text-align", + "text-align-last", + "text-anchor", + "text-combine-upright", + "-webkit-text-combine", + "text-decoration", + "text-decoration-color", + "-webkit-text-decoration-color", + "text-decoration-line", + "-webkit-text-decoration-line", + "text-decoration-skip", + "text-decoration-skip-ink", + "-webkit-text-decoration-skip", + "text-decoration-style", + "-webkit-text-decoration-style", + "text-decoration-thickness", + "-webkit-text-decoration", + "-webkit-text-decorations-in-effect", + "text-emphasis", + "text-emphasis-color", + "-webkit-text-emphasis-color", + "text-emphasis-position", + "-webkit-text-emphasis-position", + "text-emphasis-style", + "-webkit-text-emphasis-style", + "-webkit-text-emphasis", + "-webkit-text-fill-color", + "text-indent", + "text-orientation", + "-webkit-text-orientation", + "text-overflow", + "text-rendering", + "-webkit-text-security", + "text-shadow", + "-webkit-text-size-adjust", + "-webkit-text-stroke-color", + "-webkit-text-stroke", + "-webkit-text-stroke-width", + "text-transform", + "text-underline-offset", + "text-underline-position", + "-webkit-text-underline-position", + "-webkit-text-zoom", + "top", + "touch-action", + "-webkit-touch-callout", + "transform", + "transform-box", + "transform-origin", + "-webkit-transform-origin", + "transform-origin-x", + "-webkit-transform-origin-x", + "transform-origin-y", + "-webkit-transform-origin-y", + "transform-origin-z", + "-webkit-transform-origin-z", + "transform-style", + "-webkit-transform-style", + "-webkit-transform", + "transition", + "transition-delay", + "-webkit-transition-delay", + "transition-duration", + "-webkit-transition-duration", + "transition-property", + "-webkit-transition-property", + "transition-timing-function", + "-webkit-transition-timing-function", + "-webkit-transition", + "translate", + "unicode-bidi", + "unicode-range", + "-webkit-user-drag", + "-webkit-user-modify", + "-webkit-user-select", + "vector-effect", + "vertical-align", + "visibility", + "white-space", + "widows", + "width", + "will-change", + "word-break", + "word-spacing", + "word-wrap", + "writing-mode", + "-webkit-writing-mode", + "x", + "y", + "z-index", + "zoom" + ] +} \ No newline at end of file From 0b1192b219692beac318b632f94d13f78658b04d Mon Sep 17 00:00:00 2001 From: vio Date: Sun, 15 Oct 2023 19:04:38 +0200 Subject: [PATCH 06/16] Chrome 116 --- README.md | 2 +- data/all.json | 1 + source/browsers/chrome-116.0.json | 615 ++++++++++++++++++++++++++++++ 3 files changed, 617 insertions(+), 1 deletion(-) create mode 100644 source/browsers/chrome-116.0.json diff --git a/README.md b/README.md index abf6404..0db4ecf 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ List of standard and browser specific CSS properties. | Name | Versions | |---|--:| -| Chrome | 14 - 115 | +| Chrome | 14 - 116 | | Firefox | 6 - 113, 115 | | Edge | 13 - 18 | | Safari | 6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1, 13.0, 13.1, 14, 14.1, 15.1, 15.4, 16.0, 16.5, 17.0 | diff --git a/data/all.json b/data/all.json index c4d5b68..7667bc0 100644 --- a/data/all.json +++ b/data/all.json @@ -986,6 +986,7 @@ "text-underline-width", "text-wrap", "-webkit-text-zoom", + "timeline-scope", "top", "touch-action", "touch-action-delay", diff --git a/source/browsers/chrome-116.0.json b/source/browsers/chrome-116.0.json new file mode 100644 index 0000000..a2708b2 --- /dev/null +++ b/source/browsers/chrome-116.0.json @@ -0,0 +1,615 @@ +{ + "properties": [ + "accent-color", + "additive-symbols", + "align-content", + "-webkit-align-content", + "align-items", + "-webkit-align-items", + "align-self", + "-webkit-align-self", + "alignment-baseline", + "all", + "animation", + "animation-composition", + "animation-delay", + "-webkit-animation-delay", + "animation-direction", + "-webkit-animation-direction", + "animation-duration", + "-webkit-animation-duration", + "animation-fill-mode", + "-webkit-animation-fill-mode", + "animation-iteration-count", + "-webkit-animation-iteration-count", + "animation-name", + "-webkit-animation-name", + "animation-play-state", + "-webkit-animation-play-state", + "animation-range", + "animation-range-end", + "animation-range-start", + "animation-timeline", + "animation-timing-function", + "-webkit-animation-timing-function", + "-webkit-animation", + "app-region", + "-webkit-app-region", + "appearance", + "-webkit-appearance", + "ascent-override", + "aspect-ratio", + "backdrop-filter", + "backface-visibility", + "-webkit-backface-visibility", + "background", + "background-attachment", + "background-blend-mode", + "background-clip", + "-webkit-background-clip", + "background-color", + "background-image", + "background-origin", + "-webkit-background-origin", + "background-position", + "background-position-x", + "background-position-y", + "background-repeat", + "background-repeat-x", + "background-repeat-y", + "background-size", + "-webkit-background-size", + "base-palette", + "baseline-shift", + "baseline-source", + "block-size", + "border", + "-webkit-border-after-color", + "-webkit-border-after-style", + "-webkit-border-after", + "-webkit-border-after-width", + "-webkit-border-before-color", + "-webkit-border-before-style", + "-webkit-border-before", + "-webkit-border-before-width", + "border-block", + "border-block-color", + "border-block-end", + "border-block-end-color", + "border-block-end-style", + "border-block-end-width", + "border-block-start", + "border-block-start-color", + "border-block-start-style", + "border-block-start-width", + "border-block-style", + "border-block-width", + "border-bottom", + "border-bottom-color", + "border-bottom-left-radius", + "-webkit-border-bottom-left-radius", + "border-bottom-right-radius", + "-webkit-border-bottom-right-radius", + "border-bottom-style", + "border-bottom-width", + "border-collapse", + "border-color", + "-webkit-border-end-color", + "border-end-end-radius", + "border-end-start-radius", + "-webkit-border-end-style", + "-webkit-border-end", + "-webkit-border-end-width", + "-webkit-border-horizontal-spacing", + "border-image", + "border-image-outset", + "border-image-repeat", + "border-image-slice", + "border-image-source", + "-webkit-border-image", + "border-image-width", + "border-inline", + "border-inline-color", + "border-inline-end", + "border-inline-end-color", + "border-inline-end-style", + "border-inline-end-width", + "border-inline-start", + "border-inline-start-color", + "border-inline-start-style", + "border-inline-start-width", + "border-inline-style", + "border-inline-width", + "border-left", + "border-left-color", + "border-left-style", + "border-left-width", + "border-radius", + "-webkit-border-radius", + "border-right", + "border-right-color", + "border-right-style", + "border-right-width", + "border-spacing", + "-webkit-border-start-color", + "border-start-end-radius", + "border-start-start-radius", + "-webkit-border-start-style", + "-webkit-border-start", + "-webkit-border-start-width", + "border-style", + "border-top", + "border-top-color", + "border-top-left-radius", + "-webkit-border-top-left-radius", + "border-top-right-radius", + "-webkit-border-top-right-radius", + "border-top-style", + "border-top-width", + "-webkit-border-vertical-spacing", + "border-width", + "bottom", + "-webkit-box-align", + "-webkit-box-decoration-break", + "-webkit-box-direction", + "-webkit-box-flex", + "-webkit-box-ordinal-group", + "-webkit-box-orient", + "-webkit-box-pack", + "-webkit-box-reflect", + "box-shadow", + "-webkit-box-shadow", + "box-sizing", + "-webkit-box-sizing", + "break-after", + "break-before", + "break-inside", + "buffered-rendering", + "caption-side", + "caret-color", + "clear", + "clip", + "clip-path", + "-webkit-clip-path", + "clip-rule", + "color", + "color-interpolation", + "color-interpolation-filters", + "color-rendering", + "color-scheme", + "-webkit-column-break-after", + "-webkit-column-break-before", + "-webkit-column-break-inside", + "column-count", + "-webkit-column-count", + "column-fill", + "column-gap", + "-webkit-column-gap", + "column-rule", + "column-rule-color", + "-webkit-column-rule-color", + "column-rule-style", + "-webkit-column-rule-style", + "-webkit-column-rule", + "column-rule-width", + "-webkit-column-rule-width", + "column-span", + "-webkit-column-span", + "column-width", + "-webkit-column-width", + "columns", + "-webkit-columns", + "contain", + "contain-intrinsic-block-size", + "contain-intrinsic-height", + "contain-intrinsic-inline-size", + "contain-intrinsic-size", + "contain-intrinsic-width", + "container", + "container-name", + "container-type", + "content", + "content-visibility", + "counter-increment", + "counter-reset", + "counter-set", + "cursor", + "cx", + "cy", + "d", + "descent-override", + "direction", + "display", + "dominant-baseline", + "empty-cells", + "fallback", + "fill", + "fill-opacity", + "fill-rule", + "filter", + "-webkit-filter", + "flex", + "flex-basis", + "-webkit-flex-basis", + "flex-direction", + "-webkit-flex-direction", + "flex-flow", + "-webkit-flex-flow", + "flex-grow", + "-webkit-flex-grow", + "flex-shrink", + "-webkit-flex-shrink", + "-webkit-flex", + "flex-wrap", + "-webkit-flex-wrap", + "float", + "flood-color", + "flood-opacity", + "font", + "font-display", + "font-family", + "font-feature-settings", + "-webkit-font-feature-settings", + "font-kerning", + "font-optical-sizing", + "font-palette", + "font-size", + "-webkit-font-smoothing", + "font-stretch", + "font-style", + "font-synthesis", + "font-synthesis-small-caps", + "font-synthesis-style", + "font-synthesis-weight", + "font-variant", + "font-variant-alternates", + "font-variant-caps", + "font-variant-east-asian", + "font-variant-ligatures", + "font-variant-numeric", + "font-variation-settings", + "font-weight", + "forced-color-adjust", + "gap", + "grid", + "grid-area", + "grid-auto-columns", + "grid-auto-flow", + "grid-auto-rows", + "grid-column", + "grid-column-end", + "grid-column-gap", + "grid-column-start", + "grid-gap", + "grid-row", + "grid-row-end", + "grid-row-gap", + "grid-row-start", + "grid-template", + "grid-template-areas", + "grid-template-columns", + "grid-template-rows", + "height", + "-webkit-highlight", + "hyphenate-character", + "-webkit-hyphenate-character", + "hyphenate-limit-chars", + "hyphens", + "image-orientation", + "image-rendering", + "inherits", + "initial-letter", + "initial-value", + "inline-size", + "inset", + "inset-block", + "inset-block-end", + "inset-block-start", + "inset-inline", + "inset-inline-end", + "inset-inline-start", + "isolation", + "justify-content", + "-webkit-justify-content", + "justify-items", + "justify-self", + "left", + "letter-spacing", + "lighting-color", + "line-break", + "-webkit-line-break", + "-webkit-line-clamp", + "line-gap-override", + "line-height", + "list-style", + "list-style-image", + "list-style-position", + "list-style-type", + "-webkit-locale", + "-webkit-logical-height", + "-webkit-logical-width", + "margin", + "-webkit-margin-after", + "-webkit-margin-before", + "margin-block", + "margin-block-end", + "margin-block-start", + "margin-bottom", + "-webkit-margin-end", + "margin-inline", + "margin-inline-end", + "margin-inline-start", + "margin-left", + "margin-right", + "-webkit-margin-start", + "margin-top", + "marker", + "marker-end", + "marker-mid", + "marker-start", + "mask", + "-webkit-mask-box-image-outset", + "-webkit-mask-box-image-repeat", + "-webkit-mask-box-image-slice", + "-webkit-mask-box-image-source", + "-webkit-mask-box-image", + "-webkit-mask-box-image-width", + "-webkit-mask-clip", + "-webkit-mask-composite", + "-webkit-mask-image", + "-webkit-mask-origin", + "-webkit-mask-position", + "-webkit-mask-position-x", + "-webkit-mask-position-y", + "-webkit-mask-repeat", + "-webkit-mask-repeat-x", + "-webkit-mask-repeat-y", + "-webkit-mask-size", + "mask-type", + "-webkit-mask", + "math-depth", + "math-shift", + "math-style", + "max-block-size", + "max-height", + "max-inline-size", + "-webkit-max-logical-height", + "-webkit-max-logical-width", + "max-width", + "min-block-size", + "min-height", + "min-inline-size", + "-webkit-min-logical-height", + "-webkit-min-logical-width", + "min-width", + "mix-blend-mode", + "negative", + "object-fit", + "object-position", + "object-view-box", + "offset", + "offset-anchor", + "offset-distance", + "offset-path", + "offset-position", + "offset-rotate", + "opacity", + "-webkit-opacity", + "order", + "-webkit-order", + "orphans", + "outline", + "outline-color", + "outline-offset", + "outline-style", + "outline-width", + "overflow", + "overflow-anchor", + "overflow-clip-margin", + "overflow-wrap", + "overflow-x", + "overflow-y", + "override-colors", + "overscroll-behavior", + "overscroll-behavior-block", + "overscroll-behavior-inline", + "overscroll-behavior-x", + "overscroll-behavior-y", + "pad", + "padding", + "-webkit-padding-after", + "-webkit-padding-before", + "padding-block", + "padding-block-end", + "padding-block-start", + "padding-bottom", + "-webkit-padding-end", + "padding-inline", + "padding-inline-end", + "padding-inline-start", + "padding-left", + "padding-right", + "-webkit-padding-start", + "padding-top", + "page", + "page-break-after", + "page-break-before", + "page-break-inside", + "page-orientation", + "paint-order", + "perspective", + "perspective-origin", + "-webkit-perspective-origin", + "-webkit-perspective-origin-x", + "-webkit-perspective-origin-y", + "-webkit-perspective", + "place-content", + "place-items", + "place-self", + "pointer-events", + "position", + "prefix", + "-webkit-print-color-adjust", + "quotes", + "r", + "range", + "resize", + "right", + "rotate", + "row-gap", + "-webkit-rtl-ordering", + "ruby-position", + "-webkit-ruby-position", + "rx", + "ry", + "scale", + "scroll-behavior", + "scroll-margin", + "scroll-margin-block", + "scroll-margin-block-end", + "scroll-margin-block-start", + "scroll-margin-bottom", + "scroll-margin-inline", + "scroll-margin-inline-end", + "scroll-margin-inline-start", + "scroll-margin-left", + "scroll-margin-right", + "scroll-margin-top", + "scroll-padding", + "scroll-padding-block", + "scroll-padding-block-end", + "scroll-padding-block-start", + "scroll-padding-bottom", + "scroll-padding-inline", + "scroll-padding-inline-end", + "scroll-padding-inline-start", + "scroll-padding-left", + "scroll-padding-right", + "scroll-padding-top", + "scroll-snap-align", + "scroll-snap-stop", + "scroll-snap-type", + "scroll-timeline", + "scroll-timeline-axis", + "scroll-timeline-name", + "scrollbar-gutter", + "shape-image-threshold", + "-webkit-shape-image-threshold", + "shape-margin", + "-webkit-shape-margin", + "shape-outside", + "-webkit-shape-outside", + "shape-rendering", + "size", + "size-adjust", + "speak", + "speak-as", + "src", + "stop-color", + "stop-opacity", + "stroke", + "stroke-dasharray", + "stroke-dashoffset", + "stroke-linecap", + "stroke-linejoin", + "stroke-miterlimit", + "stroke-opacity", + "stroke-width", + "suffix", + "symbols", + "syntax", + "system", + "tab-size", + "table-layout", + "-webkit-tap-highlight-color", + "text-align", + "text-align-last", + "text-anchor", + "text-combine-upright", + "-webkit-text-combine", + "text-decoration", + "text-decoration-color", + "text-decoration-line", + "text-decoration-skip-ink", + "text-decoration-style", + "text-decoration-thickness", + "-webkit-text-decorations-in-effect", + "text-emphasis", + "text-emphasis-color", + "-webkit-text-emphasis-color", + "text-emphasis-position", + "-webkit-text-emphasis-position", + "text-emphasis-style", + "-webkit-text-emphasis-style", + "-webkit-text-emphasis", + "-webkit-text-fill-color", + "text-indent", + "text-orientation", + "-webkit-text-orientation", + "text-overflow", + "text-rendering", + "-webkit-text-security", + "text-shadow", + "text-size-adjust", + "-webkit-text-size-adjust", + "-webkit-text-stroke-color", + "-webkit-text-stroke", + "-webkit-text-stroke-width", + "text-transform", + "text-underline-offset", + "text-underline-position", + "text-wrap", + "timeline-scope", + "top", + "touch-action", + "transform", + "transform-box", + "transform-origin", + "-webkit-transform-origin", + "-webkit-transform-origin-x", + "-webkit-transform-origin-y", + "-webkit-transform-origin-z", + "transform-style", + "-webkit-transform-style", + "-webkit-transform", + "transition", + "transition-delay", + "-webkit-transition-delay", + "transition-duration", + "-webkit-transition-duration", + "transition-property", + "-webkit-transition-property", + "transition-timing-function", + "-webkit-transition-timing-function", + "-webkit-transition", + "translate", + "unicode-bidi", + "unicode-range", + "-webkit-user-drag", + "-webkit-user-modify", + "user-select", + "-webkit-user-select", + "vector-effect", + "vertical-align", + "view-timeline", + "view-timeline-axis", + "view-timeline-inset", + "view-timeline-name", + "view-transition-name", + "visibility", + "white-space", + "white-space-collapse", + "widows", + "width", + "will-change", + "word-break", + "word-spacing", + "word-wrap", + "writing-mode", + "-webkit-writing-mode", + "x", + "y", + "z-index", + "zoom" + ] +} \ No newline at end of file From 7c0a056d74058806f63704ff70662f3d6506a0fd Mon Sep 17 00:00:00 2001 From: vio Date: Sun, 15 Oct 2023 19:05:26 +0200 Subject: [PATCH 07/16] Chrome 117 --- README.md | 2 +- data/all.json | 2 + source/browsers/chrome-117.0.json | 617 ++++++++++++++++++++++++++++++ 3 files changed, 620 insertions(+), 1 deletion(-) create mode 100644 source/browsers/chrome-117.0.json diff --git a/README.md b/README.md index 0db4ecf..da634da 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ List of standard and browser specific CSS properties. | Name | Versions | |---|--:| -| Chrome | 14 - 116 | +| Chrome | 14 - 117 | | Firefox | 6 - 113, 115 | | Edge | 13 - 18 | | Safari | 6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1, 13.0, 13.1, 14, 14.1, 15.1, 15.4, 16.0, 16.5, 17.0 | diff --git a/data/all.json b/data/all.json index 7667bc0..57b6031 100644 --- a/data/all.json +++ b/data/all.json @@ -711,6 +711,7 @@ "overflow-wrap", "overflow-x", "overflow-y", + "overlay", "override-colors", "overscroll-behavior", "overscroll-behavior-block", @@ -1016,6 +1017,7 @@ "-webkit-transform-style", "-webkit-transform", "transition", + "transition-behavior", "transition-delay", "-moz-transition-delay", "-ms-transition-delay", diff --git a/source/browsers/chrome-117.0.json b/source/browsers/chrome-117.0.json new file mode 100644 index 0000000..45b55a0 --- /dev/null +++ b/source/browsers/chrome-117.0.json @@ -0,0 +1,617 @@ +{ + "properties": [ + "accent-color", + "additive-symbols", + "align-content", + "-webkit-align-content", + "align-items", + "-webkit-align-items", + "align-self", + "-webkit-align-self", + "alignment-baseline", + "all", + "animation", + "animation-composition", + "animation-delay", + "-webkit-animation-delay", + "animation-direction", + "-webkit-animation-direction", + "animation-duration", + "-webkit-animation-duration", + "animation-fill-mode", + "-webkit-animation-fill-mode", + "animation-iteration-count", + "-webkit-animation-iteration-count", + "animation-name", + "-webkit-animation-name", + "animation-play-state", + "-webkit-animation-play-state", + "animation-range", + "animation-range-end", + "animation-range-start", + "animation-timeline", + "animation-timing-function", + "-webkit-animation-timing-function", + "-webkit-animation", + "app-region", + "-webkit-app-region", + "appearance", + "-webkit-appearance", + "ascent-override", + "aspect-ratio", + "backdrop-filter", + "backface-visibility", + "-webkit-backface-visibility", + "background", + "background-attachment", + "background-blend-mode", + "background-clip", + "-webkit-background-clip", + "background-color", + "background-image", + "background-origin", + "-webkit-background-origin", + "background-position", + "background-position-x", + "background-position-y", + "background-repeat", + "background-repeat-x", + "background-repeat-y", + "background-size", + "-webkit-background-size", + "base-palette", + "baseline-shift", + "baseline-source", + "block-size", + "border", + "-webkit-border-after-color", + "-webkit-border-after-style", + "-webkit-border-after", + "-webkit-border-after-width", + "-webkit-border-before-color", + "-webkit-border-before-style", + "-webkit-border-before", + "-webkit-border-before-width", + "border-block", + "border-block-color", + "border-block-end", + "border-block-end-color", + "border-block-end-style", + "border-block-end-width", + "border-block-start", + "border-block-start-color", + "border-block-start-style", + "border-block-start-width", + "border-block-style", + "border-block-width", + "border-bottom", + "border-bottom-color", + "border-bottom-left-radius", + "-webkit-border-bottom-left-radius", + "border-bottom-right-radius", + "-webkit-border-bottom-right-radius", + "border-bottom-style", + "border-bottom-width", + "border-collapse", + "border-color", + "-webkit-border-end-color", + "border-end-end-radius", + "border-end-start-radius", + "-webkit-border-end-style", + "-webkit-border-end", + "-webkit-border-end-width", + "-webkit-border-horizontal-spacing", + "border-image", + "border-image-outset", + "border-image-repeat", + "border-image-slice", + "border-image-source", + "-webkit-border-image", + "border-image-width", + "border-inline", + "border-inline-color", + "border-inline-end", + "border-inline-end-color", + "border-inline-end-style", + "border-inline-end-width", + "border-inline-start", + "border-inline-start-color", + "border-inline-start-style", + "border-inline-start-width", + "border-inline-style", + "border-inline-width", + "border-left", + "border-left-color", + "border-left-style", + "border-left-width", + "border-radius", + "-webkit-border-radius", + "border-right", + "border-right-color", + "border-right-style", + "border-right-width", + "border-spacing", + "-webkit-border-start-color", + "border-start-end-radius", + "border-start-start-radius", + "-webkit-border-start-style", + "-webkit-border-start", + "-webkit-border-start-width", + "border-style", + "border-top", + "border-top-color", + "border-top-left-radius", + "-webkit-border-top-left-radius", + "border-top-right-radius", + "-webkit-border-top-right-radius", + "border-top-style", + "border-top-width", + "-webkit-border-vertical-spacing", + "border-width", + "bottom", + "-webkit-box-align", + "-webkit-box-decoration-break", + "-webkit-box-direction", + "-webkit-box-flex", + "-webkit-box-ordinal-group", + "-webkit-box-orient", + "-webkit-box-pack", + "-webkit-box-reflect", + "box-shadow", + "-webkit-box-shadow", + "box-sizing", + "-webkit-box-sizing", + "break-after", + "break-before", + "break-inside", + "buffered-rendering", + "caption-side", + "caret-color", + "clear", + "clip", + "clip-path", + "-webkit-clip-path", + "clip-rule", + "color", + "color-interpolation", + "color-interpolation-filters", + "color-rendering", + "color-scheme", + "-webkit-column-break-after", + "-webkit-column-break-before", + "-webkit-column-break-inside", + "column-count", + "-webkit-column-count", + "column-fill", + "column-gap", + "-webkit-column-gap", + "column-rule", + "column-rule-color", + "-webkit-column-rule-color", + "column-rule-style", + "-webkit-column-rule-style", + "-webkit-column-rule", + "column-rule-width", + "-webkit-column-rule-width", + "column-span", + "-webkit-column-span", + "column-width", + "-webkit-column-width", + "columns", + "-webkit-columns", + "contain", + "contain-intrinsic-block-size", + "contain-intrinsic-height", + "contain-intrinsic-inline-size", + "contain-intrinsic-size", + "contain-intrinsic-width", + "container", + "container-name", + "container-type", + "content", + "content-visibility", + "counter-increment", + "counter-reset", + "counter-set", + "cursor", + "cx", + "cy", + "d", + "descent-override", + "direction", + "display", + "dominant-baseline", + "empty-cells", + "fallback", + "fill", + "fill-opacity", + "fill-rule", + "filter", + "-webkit-filter", + "flex", + "flex-basis", + "-webkit-flex-basis", + "flex-direction", + "-webkit-flex-direction", + "flex-flow", + "-webkit-flex-flow", + "flex-grow", + "-webkit-flex-grow", + "flex-shrink", + "-webkit-flex-shrink", + "-webkit-flex", + "flex-wrap", + "-webkit-flex-wrap", + "float", + "flood-color", + "flood-opacity", + "font", + "font-display", + "font-family", + "font-feature-settings", + "-webkit-font-feature-settings", + "font-kerning", + "font-optical-sizing", + "font-palette", + "font-size", + "-webkit-font-smoothing", + "font-stretch", + "font-style", + "font-synthesis", + "font-synthesis-small-caps", + "font-synthesis-style", + "font-synthesis-weight", + "font-variant", + "font-variant-alternates", + "font-variant-caps", + "font-variant-east-asian", + "font-variant-ligatures", + "font-variant-numeric", + "font-variant-position", + "font-variation-settings", + "font-weight", + "forced-color-adjust", + "gap", + "grid", + "grid-area", + "grid-auto-columns", + "grid-auto-flow", + "grid-auto-rows", + "grid-column", + "grid-column-end", + "grid-column-gap", + "grid-column-start", + "grid-gap", + "grid-row", + "grid-row-end", + "grid-row-gap", + "grid-row-start", + "grid-template", + "grid-template-areas", + "grid-template-columns", + "grid-template-rows", + "height", + "hyphenate-character", + "-webkit-hyphenate-character", + "hyphenate-limit-chars", + "hyphens", + "image-orientation", + "image-rendering", + "inherits", + "initial-letter", + "initial-value", + "inline-size", + "inset", + "inset-block", + "inset-block-end", + "inset-block-start", + "inset-inline", + "inset-inline-end", + "inset-inline-start", + "isolation", + "justify-content", + "-webkit-justify-content", + "justify-items", + "justify-self", + "left", + "letter-spacing", + "lighting-color", + "line-break", + "-webkit-line-break", + "-webkit-line-clamp", + "line-gap-override", + "line-height", + "list-style", + "list-style-image", + "list-style-position", + "list-style-type", + "-webkit-locale", + "-webkit-logical-height", + "-webkit-logical-width", + "margin", + "-webkit-margin-after", + "-webkit-margin-before", + "margin-block", + "margin-block-end", + "margin-block-start", + "margin-bottom", + "-webkit-margin-end", + "margin-inline", + "margin-inline-end", + "margin-inline-start", + "margin-left", + "margin-right", + "-webkit-margin-start", + "margin-top", + "marker", + "marker-end", + "marker-mid", + "marker-start", + "mask", + "-webkit-mask-box-image-outset", + "-webkit-mask-box-image-repeat", + "-webkit-mask-box-image-slice", + "-webkit-mask-box-image-source", + "-webkit-mask-box-image", + "-webkit-mask-box-image-width", + "-webkit-mask-clip", + "-webkit-mask-composite", + "-webkit-mask-image", + "-webkit-mask-origin", + "-webkit-mask-position", + "-webkit-mask-position-x", + "-webkit-mask-position-y", + "-webkit-mask-repeat", + "-webkit-mask-repeat-x", + "-webkit-mask-repeat-y", + "-webkit-mask-size", + "mask-type", + "-webkit-mask", + "math-depth", + "math-shift", + "math-style", + "max-block-size", + "max-height", + "max-inline-size", + "-webkit-max-logical-height", + "-webkit-max-logical-width", + "max-width", + "min-block-size", + "min-height", + "min-inline-size", + "-webkit-min-logical-height", + "-webkit-min-logical-width", + "min-width", + "mix-blend-mode", + "negative", + "object-fit", + "object-position", + "object-view-box", + "offset", + "offset-anchor", + "offset-distance", + "offset-path", + "offset-position", + "offset-rotate", + "opacity", + "-webkit-opacity", + "order", + "-webkit-order", + "orphans", + "outline", + "outline-color", + "outline-offset", + "outline-style", + "outline-width", + "overflow", + "overflow-anchor", + "overflow-clip-margin", + "overflow-wrap", + "overflow-x", + "overflow-y", + "overlay", + "override-colors", + "overscroll-behavior", + "overscroll-behavior-block", + "overscroll-behavior-inline", + "overscroll-behavior-x", + "overscroll-behavior-y", + "pad", + "padding", + "-webkit-padding-after", + "-webkit-padding-before", + "padding-block", + "padding-block-end", + "padding-block-start", + "padding-bottom", + "-webkit-padding-end", + "padding-inline", + "padding-inline-end", + "padding-inline-start", + "padding-left", + "padding-right", + "-webkit-padding-start", + "padding-top", + "page", + "page-break-after", + "page-break-before", + "page-break-inside", + "page-orientation", + "paint-order", + "perspective", + "perspective-origin", + "-webkit-perspective-origin", + "-webkit-perspective-origin-x", + "-webkit-perspective-origin-y", + "-webkit-perspective", + "place-content", + "place-items", + "place-self", + "pointer-events", + "position", + "prefix", + "-webkit-print-color-adjust", + "quotes", + "r", + "range", + "resize", + "right", + "rotate", + "row-gap", + "-webkit-rtl-ordering", + "ruby-position", + "-webkit-ruby-position", + "rx", + "ry", + "scale", + "scroll-behavior", + "scroll-margin", + "scroll-margin-block", + "scroll-margin-block-end", + "scroll-margin-block-start", + "scroll-margin-bottom", + "scroll-margin-inline", + "scroll-margin-inline-end", + "scroll-margin-inline-start", + "scroll-margin-left", + "scroll-margin-right", + "scroll-margin-top", + "scroll-padding", + "scroll-padding-block", + "scroll-padding-block-end", + "scroll-padding-block-start", + "scroll-padding-bottom", + "scroll-padding-inline", + "scroll-padding-inline-end", + "scroll-padding-inline-start", + "scroll-padding-left", + "scroll-padding-right", + "scroll-padding-top", + "scroll-snap-align", + "scroll-snap-stop", + "scroll-snap-type", + "scroll-timeline", + "scroll-timeline-axis", + "scroll-timeline-name", + "scrollbar-gutter", + "shape-image-threshold", + "-webkit-shape-image-threshold", + "shape-margin", + "-webkit-shape-margin", + "shape-outside", + "-webkit-shape-outside", + "shape-rendering", + "size", + "size-adjust", + "speak", + "speak-as", + "src", + "stop-color", + "stop-opacity", + "stroke", + "stroke-dasharray", + "stroke-dashoffset", + "stroke-linecap", + "stroke-linejoin", + "stroke-miterlimit", + "stroke-opacity", + "stroke-width", + "suffix", + "symbols", + "syntax", + "system", + "tab-size", + "table-layout", + "-webkit-tap-highlight-color", + "text-align", + "text-align-last", + "text-anchor", + "text-combine-upright", + "-webkit-text-combine", + "text-decoration", + "text-decoration-color", + "text-decoration-line", + "text-decoration-skip-ink", + "text-decoration-style", + "text-decoration-thickness", + "-webkit-text-decorations-in-effect", + "text-emphasis", + "text-emphasis-color", + "-webkit-text-emphasis-color", + "text-emphasis-position", + "-webkit-text-emphasis-position", + "text-emphasis-style", + "-webkit-text-emphasis-style", + "-webkit-text-emphasis", + "-webkit-text-fill-color", + "text-indent", + "text-orientation", + "-webkit-text-orientation", + "text-overflow", + "text-rendering", + "-webkit-text-security", + "text-shadow", + "text-size-adjust", + "-webkit-text-size-adjust", + "-webkit-text-stroke-color", + "-webkit-text-stroke", + "-webkit-text-stroke-width", + "text-transform", + "text-underline-offset", + "text-underline-position", + "text-wrap", + "timeline-scope", + "top", + "touch-action", + "transform", + "transform-box", + "transform-origin", + "-webkit-transform-origin", + "-webkit-transform-origin-x", + "-webkit-transform-origin-y", + "-webkit-transform-origin-z", + "transform-style", + "-webkit-transform-style", + "-webkit-transform", + "transition", + "transition-behavior", + "transition-delay", + "-webkit-transition-delay", + "transition-duration", + "-webkit-transition-duration", + "transition-property", + "-webkit-transition-property", + "transition-timing-function", + "-webkit-transition-timing-function", + "-webkit-transition", + "translate", + "unicode-bidi", + "unicode-range", + "-webkit-user-drag", + "-webkit-user-modify", + "user-select", + "-webkit-user-select", + "vector-effect", + "vertical-align", + "view-timeline", + "view-timeline-axis", + "view-timeline-inset", + "view-timeline-name", + "view-transition-name", + "visibility", + "white-space", + "white-space-collapse", + "widows", + "width", + "will-change", + "word-break", + "word-spacing", + "word-wrap", + "writing-mode", + "-webkit-writing-mode", + "x", + "y", + "z-index", + "zoom" + ] +} \ No newline at end of file From d2f96de37b673d420b3769563d0fb570fd3a1de3 Mon Sep 17 00:00:00 2001 From: vio Date: Sun, 15 Oct 2023 19:06:12 +0200 Subject: [PATCH 08/16] Chrome android 117 --- README.md | 2 +- source/browsers/chromeandroid-117.0.json | 617 +++++++++++++++++++++++ 2 files changed, 618 insertions(+), 1 deletion(-) create mode 100644 source/browsers/chromeandroid-117.0.json diff --git a/README.md b/README.md index da634da..a9c7a75 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ List of standard and browser specific CSS properties. | Name | Versions | |---|--:| | iOS Safari | 6 - 8, 8.3, 9.0, 9.3, 10.0, 10.2, 10.3, 11.0, 11.2, 11.3, 11.4, 12.0 , 12.1, 13.1, 14, 14.1, 15.1, 15.4, 15.6, 16.0, 16.4, 17.0 | -| Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83, 91, 94, 96, 100, 101, 110, 113 - 114 | +| Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83, 91, 94, 96, 100, 101, 110, 113 - 114, 117 | | Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85, 91, 99, 101, 106, 110, 115 | | IE mobile | 11 | | Opera Mobile | 42.7, 43, 47.1, 73.2 | diff --git a/source/browsers/chromeandroid-117.0.json b/source/browsers/chromeandroid-117.0.json new file mode 100644 index 0000000..45b55a0 --- /dev/null +++ b/source/browsers/chromeandroid-117.0.json @@ -0,0 +1,617 @@ +{ + "properties": [ + "accent-color", + "additive-symbols", + "align-content", + "-webkit-align-content", + "align-items", + "-webkit-align-items", + "align-self", + "-webkit-align-self", + "alignment-baseline", + "all", + "animation", + "animation-composition", + "animation-delay", + "-webkit-animation-delay", + "animation-direction", + "-webkit-animation-direction", + "animation-duration", + "-webkit-animation-duration", + "animation-fill-mode", + "-webkit-animation-fill-mode", + "animation-iteration-count", + "-webkit-animation-iteration-count", + "animation-name", + "-webkit-animation-name", + "animation-play-state", + "-webkit-animation-play-state", + "animation-range", + "animation-range-end", + "animation-range-start", + "animation-timeline", + "animation-timing-function", + "-webkit-animation-timing-function", + "-webkit-animation", + "app-region", + "-webkit-app-region", + "appearance", + "-webkit-appearance", + "ascent-override", + "aspect-ratio", + "backdrop-filter", + "backface-visibility", + "-webkit-backface-visibility", + "background", + "background-attachment", + "background-blend-mode", + "background-clip", + "-webkit-background-clip", + "background-color", + "background-image", + "background-origin", + "-webkit-background-origin", + "background-position", + "background-position-x", + "background-position-y", + "background-repeat", + "background-repeat-x", + "background-repeat-y", + "background-size", + "-webkit-background-size", + "base-palette", + "baseline-shift", + "baseline-source", + "block-size", + "border", + "-webkit-border-after-color", + "-webkit-border-after-style", + "-webkit-border-after", + "-webkit-border-after-width", + "-webkit-border-before-color", + "-webkit-border-before-style", + "-webkit-border-before", + "-webkit-border-before-width", + "border-block", + "border-block-color", + "border-block-end", + "border-block-end-color", + "border-block-end-style", + "border-block-end-width", + "border-block-start", + "border-block-start-color", + "border-block-start-style", + "border-block-start-width", + "border-block-style", + "border-block-width", + "border-bottom", + "border-bottom-color", + "border-bottom-left-radius", + "-webkit-border-bottom-left-radius", + "border-bottom-right-radius", + "-webkit-border-bottom-right-radius", + "border-bottom-style", + "border-bottom-width", + "border-collapse", + "border-color", + "-webkit-border-end-color", + "border-end-end-radius", + "border-end-start-radius", + "-webkit-border-end-style", + "-webkit-border-end", + "-webkit-border-end-width", + "-webkit-border-horizontal-spacing", + "border-image", + "border-image-outset", + "border-image-repeat", + "border-image-slice", + "border-image-source", + "-webkit-border-image", + "border-image-width", + "border-inline", + "border-inline-color", + "border-inline-end", + "border-inline-end-color", + "border-inline-end-style", + "border-inline-end-width", + "border-inline-start", + "border-inline-start-color", + "border-inline-start-style", + "border-inline-start-width", + "border-inline-style", + "border-inline-width", + "border-left", + "border-left-color", + "border-left-style", + "border-left-width", + "border-radius", + "-webkit-border-radius", + "border-right", + "border-right-color", + "border-right-style", + "border-right-width", + "border-spacing", + "-webkit-border-start-color", + "border-start-end-radius", + "border-start-start-radius", + "-webkit-border-start-style", + "-webkit-border-start", + "-webkit-border-start-width", + "border-style", + "border-top", + "border-top-color", + "border-top-left-radius", + "-webkit-border-top-left-radius", + "border-top-right-radius", + "-webkit-border-top-right-radius", + "border-top-style", + "border-top-width", + "-webkit-border-vertical-spacing", + "border-width", + "bottom", + "-webkit-box-align", + "-webkit-box-decoration-break", + "-webkit-box-direction", + "-webkit-box-flex", + "-webkit-box-ordinal-group", + "-webkit-box-orient", + "-webkit-box-pack", + "-webkit-box-reflect", + "box-shadow", + "-webkit-box-shadow", + "box-sizing", + "-webkit-box-sizing", + "break-after", + "break-before", + "break-inside", + "buffered-rendering", + "caption-side", + "caret-color", + "clear", + "clip", + "clip-path", + "-webkit-clip-path", + "clip-rule", + "color", + "color-interpolation", + "color-interpolation-filters", + "color-rendering", + "color-scheme", + "-webkit-column-break-after", + "-webkit-column-break-before", + "-webkit-column-break-inside", + "column-count", + "-webkit-column-count", + "column-fill", + "column-gap", + "-webkit-column-gap", + "column-rule", + "column-rule-color", + "-webkit-column-rule-color", + "column-rule-style", + "-webkit-column-rule-style", + "-webkit-column-rule", + "column-rule-width", + "-webkit-column-rule-width", + "column-span", + "-webkit-column-span", + "column-width", + "-webkit-column-width", + "columns", + "-webkit-columns", + "contain", + "contain-intrinsic-block-size", + "contain-intrinsic-height", + "contain-intrinsic-inline-size", + "contain-intrinsic-size", + "contain-intrinsic-width", + "container", + "container-name", + "container-type", + "content", + "content-visibility", + "counter-increment", + "counter-reset", + "counter-set", + "cursor", + "cx", + "cy", + "d", + "descent-override", + "direction", + "display", + "dominant-baseline", + "empty-cells", + "fallback", + "fill", + "fill-opacity", + "fill-rule", + "filter", + "-webkit-filter", + "flex", + "flex-basis", + "-webkit-flex-basis", + "flex-direction", + "-webkit-flex-direction", + "flex-flow", + "-webkit-flex-flow", + "flex-grow", + "-webkit-flex-grow", + "flex-shrink", + "-webkit-flex-shrink", + "-webkit-flex", + "flex-wrap", + "-webkit-flex-wrap", + "float", + "flood-color", + "flood-opacity", + "font", + "font-display", + "font-family", + "font-feature-settings", + "-webkit-font-feature-settings", + "font-kerning", + "font-optical-sizing", + "font-palette", + "font-size", + "-webkit-font-smoothing", + "font-stretch", + "font-style", + "font-synthesis", + "font-synthesis-small-caps", + "font-synthesis-style", + "font-synthesis-weight", + "font-variant", + "font-variant-alternates", + "font-variant-caps", + "font-variant-east-asian", + "font-variant-ligatures", + "font-variant-numeric", + "font-variant-position", + "font-variation-settings", + "font-weight", + "forced-color-adjust", + "gap", + "grid", + "grid-area", + "grid-auto-columns", + "grid-auto-flow", + "grid-auto-rows", + "grid-column", + "grid-column-end", + "grid-column-gap", + "grid-column-start", + "grid-gap", + "grid-row", + "grid-row-end", + "grid-row-gap", + "grid-row-start", + "grid-template", + "grid-template-areas", + "grid-template-columns", + "grid-template-rows", + "height", + "hyphenate-character", + "-webkit-hyphenate-character", + "hyphenate-limit-chars", + "hyphens", + "image-orientation", + "image-rendering", + "inherits", + "initial-letter", + "initial-value", + "inline-size", + "inset", + "inset-block", + "inset-block-end", + "inset-block-start", + "inset-inline", + "inset-inline-end", + "inset-inline-start", + "isolation", + "justify-content", + "-webkit-justify-content", + "justify-items", + "justify-self", + "left", + "letter-spacing", + "lighting-color", + "line-break", + "-webkit-line-break", + "-webkit-line-clamp", + "line-gap-override", + "line-height", + "list-style", + "list-style-image", + "list-style-position", + "list-style-type", + "-webkit-locale", + "-webkit-logical-height", + "-webkit-logical-width", + "margin", + "-webkit-margin-after", + "-webkit-margin-before", + "margin-block", + "margin-block-end", + "margin-block-start", + "margin-bottom", + "-webkit-margin-end", + "margin-inline", + "margin-inline-end", + "margin-inline-start", + "margin-left", + "margin-right", + "-webkit-margin-start", + "margin-top", + "marker", + "marker-end", + "marker-mid", + "marker-start", + "mask", + "-webkit-mask-box-image-outset", + "-webkit-mask-box-image-repeat", + "-webkit-mask-box-image-slice", + "-webkit-mask-box-image-source", + "-webkit-mask-box-image", + "-webkit-mask-box-image-width", + "-webkit-mask-clip", + "-webkit-mask-composite", + "-webkit-mask-image", + "-webkit-mask-origin", + "-webkit-mask-position", + "-webkit-mask-position-x", + "-webkit-mask-position-y", + "-webkit-mask-repeat", + "-webkit-mask-repeat-x", + "-webkit-mask-repeat-y", + "-webkit-mask-size", + "mask-type", + "-webkit-mask", + "math-depth", + "math-shift", + "math-style", + "max-block-size", + "max-height", + "max-inline-size", + "-webkit-max-logical-height", + "-webkit-max-logical-width", + "max-width", + "min-block-size", + "min-height", + "min-inline-size", + "-webkit-min-logical-height", + "-webkit-min-logical-width", + "min-width", + "mix-blend-mode", + "negative", + "object-fit", + "object-position", + "object-view-box", + "offset", + "offset-anchor", + "offset-distance", + "offset-path", + "offset-position", + "offset-rotate", + "opacity", + "-webkit-opacity", + "order", + "-webkit-order", + "orphans", + "outline", + "outline-color", + "outline-offset", + "outline-style", + "outline-width", + "overflow", + "overflow-anchor", + "overflow-clip-margin", + "overflow-wrap", + "overflow-x", + "overflow-y", + "overlay", + "override-colors", + "overscroll-behavior", + "overscroll-behavior-block", + "overscroll-behavior-inline", + "overscroll-behavior-x", + "overscroll-behavior-y", + "pad", + "padding", + "-webkit-padding-after", + "-webkit-padding-before", + "padding-block", + "padding-block-end", + "padding-block-start", + "padding-bottom", + "-webkit-padding-end", + "padding-inline", + "padding-inline-end", + "padding-inline-start", + "padding-left", + "padding-right", + "-webkit-padding-start", + "padding-top", + "page", + "page-break-after", + "page-break-before", + "page-break-inside", + "page-orientation", + "paint-order", + "perspective", + "perspective-origin", + "-webkit-perspective-origin", + "-webkit-perspective-origin-x", + "-webkit-perspective-origin-y", + "-webkit-perspective", + "place-content", + "place-items", + "place-self", + "pointer-events", + "position", + "prefix", + "-webkit-print-color-adjust", + "quotes", + "r", + "range", + "resize", + "right", + "rotate", + "row-gap", + "-webkit-rtl-ordering", + "ruby-position", + "-webkit-ruby-position", + "rx", + "ry", + "scale", + "scroll-behavior", + "scroll-margin", + "scroll-margin-block", + "scroll-margin-block-end", + "scroll-margin-block-start", + "scroll-margin-bottom", + "scroll-margin-inline", + "scroll-margin-inline-end", + "scroll-margin-inline-start", + "scroll-margin-left", + "scroll-margin-right", + "scroll-margin-top", + "scroll-padding", + "scroll-padding-block", + "scroll-padding-block-end", + "scroll-padding-block-start", + "scroll-padding-bottom", + "scroll-padding-inline", + "scroll-padding-inline-end", + "scroll-padding-inline-start", + "scroll-padding-left", + "scroll-padding-right", + "scroll-padding-top", + "scroll-snap-align", + "scroll-snap-stop", + "scroll-snap-type", + "scroll-timeline", + "scroll-timeline-axis", + "scroll-timeline-name", + "scrollbar-gutter", + "shape-image-threshold", + "-webkit-shape-image-threshold", + "shape-margin", + "-webkit-shape-margin", + "shape-outside", + "-webkit-shape-outside", + "shape-rendering", + "size", + "size-adjust", + "speak", + "speak-as", + "src", + "stop-color", + "stop-opacity", + "stroke", + "stroke-dasharray", + "stroke-dashoffset", + "stroke-linecap", + "stroke-linejoin", + "stroke-miterlimit", + "stroke-opacity", + "stroke-width", + "suffix", + "symbols", + "syntax", + "system", + "tab-size", + "table-layout", + "-webkit-tap-highlight-color", + "text-align", + "text-align-last", + "text-anchor", + "text-combine-upright", + "-webkit-text-combine", + "text-decoration", + "text-decoration-color", + "text-decoration-line", + "text-decoration-skip-ink", + "text-decoration-style", + "text-decoration-thickness", + "-webkit-text-decorations-in-effect", + "text-emphasis", + "text-emphasis-color", + "-webkit-text-emphasis-color", + "text-emphasis-position", + "-webkit-text-emphasis-position", + "text-emphasis-style", + "-webkit-text-emphasis-style", + "-webkit-text-emphasis", + "-webkit-text-fill-color", + "text-indent", + "text-orientation", + "-webkit-text-orientation", + "text-overflow", + "text-rendering", + "-webkit-text-security", + "text-shadow", + "text-size-adjust", + "-webkit-text-size-adjust", + "-webkit-text-stroke-color", + "-webkit-text-stroke", + "-webkit-text-stroke-width", + "text-transform", + "text-underline-offset", + "text-underline-position", + "text-wrap", + "timeline-scope", + "top", + "touch-action", + "transform", + "transform-box", + "transform-origin", + "-webkit-transform-origin", + "-webkit-transform-origin-x", + "-webkit-transform-origin-y", + "-webkit-transform-origin-z", + "transform-style", + "-webkit-transform-style", + "-webkit-transform", + "transition", + "transition-behavior", + "transition-delay", + "-webkit-transition-delay", + "transition-duration", + "-webkit-transition-duration", + "transition-property", + "-webkit-transition-property", + "transition-timing-function", + "-webkit-transition-timing-function", + "-webkit-transition", + "translate", + "unicode-bidi", + "unicode-range", + "-webkit-user-drag", + "-webkit-user-modify", + "user-select", + "-webkit-user-select", + "vector-effect", + "vertical-align", + "view-timeline", + "view-timeline-axis", + "view-timeline-inset", + "view-timeline-name", + "view-transition-name", + "visibility", + "white-space", + "white-space-collapse", + "widows", + "width", + "will-change", + "word-break", + "word-spacing", + "word-wrap", + "writing-mode", + "-webkit-writing-mode", + "x", + "y", + "z-index", + "zoom" + ] +} \ No newline at end of file From 2e93c9aa10d3d3e9b7009bd73cd1b860dd398aa7 Mon Sep 17 00:00:00 2001 From: vio Date: Sun, 15 Oct 2023 19:08:24 +0200 Subject: [PATCH 09/16] Chrome 118 --- README.md | 2 +- source/browsers/chrome-118.0.json | 617 ++++++++++++++++++++++++++++++ 2 files changed, 618 insertions(+), 1 deletion(-) create mode 100644 source/browsers/chrome-118.0.json diff --git a/README.md b/README.md index a9c7a75..57fa2fb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ List of standard and browser specific CSS properties. | Name | Versions | |---|--:| -| Chrome | 14 - 117 | +| Chrome | 14 - 118 | | Firefox | 6 - 113, 115 | | Edge | 13 - 18 | | Safari | 6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1, 13.0, 13.1, 14, 14.1, 15.1, 15.4, 16.0, 16.5, 17.0 | diff --git a/source/browsers/chrome-118.0.json b/source/browsers/chrome-118.0.json new file mode 100644 index 0000000..45b55a0 --- /dev/null +++ b/source/browsers/chrome-118.0.json @@ -0,0 +1,617 @@ +{ + "properties": [ + "accent-color", + "additive-symbols", + "align-content", + "-webkit-align-content", + "align-items", + "-webkit-align-items", + "align-self", + "-webkit-align-self", + "alignment-baseline", + "all", + "animation", + "animation-composition", + "animation-delay", + "-webkit-animation-delay", + "animation-direction", + "-webkit-animation-direction", + "animation-duration", + "-webkit-animation-duration", + "animation-fill-mode", + "-webkit-animation-fill-mode", + "animation-iteration-count", + "-webkit-animation-iteration-count", + "animation-name", + "-webkit-animation-name", + "animation-play-state", + "-webkit-animation-play-state", + "animation-range", + "animation-range-end", + "animation-range-start", + "animation-timeline", + "animation-timing-function", + "-webkit-animation-timing-function", + "-webkit-animation", + "app-region", + "-webkit-app-region", + "appearance", + "-webkit-appearance", + "ascent-override", + "aspect-ratio", + "backdrop-filter", + "backface-visibility", + "-webkit-backface-visibility", + "background", + "background-attachment", + "background-blend-mode", + "background-clip", + "-webkit-background-clip", + "background-color", + "background-image", + "background-origin", + "-webkit-background-origin", + "background-position", + "background-position-x", + "background-position-y", + "background-repeat", + "background-repeat-x", + "background-repeat-y", + "background-size", + "-webkit-background-size", + "base-palette", + "baseline-shift", + "baseline-source", + "block-size", + "border", + "-webkit-border-after-color", + "-webkit-border-after-style", + "-webkit-border-after", + "-webkit-border-after-width", + "-webkit-border-before-color", + "-webkit-border-before-style", + "-webkit-border-before", + "-webkit-border-before-width", + "border-block", + "border-block-color", + "border-block-end", + "border-block-end-color", + "border-block-end-style", + "border-block-end-width", + "border-block-start", + "border-block-start-color", + "border-block-start-style", + "border-block-start-width", + "border-block-style", + "border-block-width", + "border-bottom", + "border-bottom-color", + "border-bottom-left-radius", + "-webkit-border-bottom-left-radius", + "border-bottom-right-radius", + "-webkit-border-bottom-right-radius", + "border-bottom-style", + "border-bottom-width", + "border-collapse", + "border-color", + "-webkit-border-end-color", + "border-end-end-radius", + "border-end-start-radius", + "-webkit-border-end-style", + "-webkit-border-end", + "-webkit-border-end-width", + "-webkit-border-horizontal-spacing", + "border-image", + "border-image-outset", + "border-image-repeat", + "border-image-slice", + "border-image-source", + "-webkit-border-image", + "border-image-width", + "border-inline", + "border-inline-color", + "border-inline-end", + "border-inline-end-color", + "border-inline-end-style", + "border-inline-end-width", + "border-inline-start", + "border-inline-start-color", + "border-inline-start-style", + "border-inline-start-width", + "border-inline-style", + "border-inline-width", + "border-left", + "border-left-color", + "border-left-style", + "border-left-width", + "border-radius", + "-webkit-border-radius", + "border-right", + "border-right-color", + "border-right-style", + "border-right-width", + "border-spacing", + "-webkit-border-start-color", + "border-start-end-radius", + "border-start-start-radius", + "-webkit-border-start-style", + "-webkit-border-start", + "-webkit-border-start-width", + "border-style", + "border-top", + "border-top-color", + "border-top-left-radius", + "-webkit-border-top-left-radius", + "border-top-right-radius", + "-webkit-border-top-right-radius", + "border-top-style", + "border-top-width", + "-webkit-border-vertical-spacing", + "border-width", + "bottom", + "-webkit-box-align", + "-webkit-box-decoration-break", + "-webkit-box-direction", + "-webkit-box-flex", + "-webkit-box-ordinal-group", + "-webkit-box-orient", + "-webkit-box-pack", + "-webkit-box-reflect", + "box-shadow", + "-webkit-box-shadow", + "box-sizing", + "-webkit-box-sizing", + "break-after", + "break-before", + "break-inside", + "buffered-rendering", + "caption-side", + "caret-color", + "clear", + "clip", + "clip-path", + "-webkit-clip-path", + "clip-rule", + "color", + "color-interpolation", + "color-interpolation-filters", + "color-rendering", + "color-scheme", + "-webkit-column-break-after", + "-webkit-column-break-before", + "-webkit-column-break-inside", + "column-count", + "-webkit-column-count", + "column-fill", + "column-gap", + "-webkit-column-gap", + "column-rule", + "column-rule-color", + "-webkit-column-rule-color", + "column-rule-style", + "-webkit-column-rule-style", + "-webkit-column-rule", + "column-rule-width", + "-webkit-column-rule-width", + "column-span", + "-webkit-column-span", + "column-width", + "-webkit-column-width", + "columns", + "-webkit-columns", + "contain", + "contain-intrinsic-block-size", + "contain-intrinsic-height", + "contain-intrinsic-inline-size", + "contain-intrinsic-size", + "contain-intrinsic-width", + "container", + "container-name", + "container-type", + "content", + "content-visibility", + "counter-increment", + "counter-reset", + "counter-set", + "cursor", + "cx", + "cy", + "d", + "descent-override", + "direction", + "display", + "dominant-baseline", + "empty-cells", + "fallback", + "fill", + "fill-opacity", + "fill-rule", + "filter", + "-webkit-filter", + "flex", + "flex-basis", + "-webkit-flex-basis", + "flex-direction", + "-webkit-flex-direction", + "flex-flow", + "-webkit-flex-flow", + "flex-grow", + "-webkit-flex-grow", + "flex-shrink", + "-webkit-flex-shrink", + "-webkit-flex", + "flex-wrap", + "-webkit-flex-wrap", + "float", + "flood-color", + "flood-opacity", + "font", + "font-display", + "font-family", + "font-feature-settings", + "-webkit-font-feature-settings", + "font-kerning", + "font-optical-sizing", + "font-palette", + "font-size", + "-webkit-font-smoothing", + "font-stretch", + "font-style", + "font-synthesis", + "font-synthesis-small-caps", + "font-synthesis-style", + "font-synthesis-weight", + "font-variant", + "font-variant-alternates", + "font-variant-caps", + "font-variant-east-asian", + "font-variant-ligatures", + "font-variant-numeric", + "font-variant-position", + "font-variation-settings", + "font-weight", + "forced-color-adjust", + "gap", + "grid", + "grid-area", + "grid-auto-columns", + "grid-auto-flow", + "grid-auto-rows", + "grid-column", + "grid-column-end", + "grid-column-gap", + "grid-column-start", + "grid-gap", + "grid-row", + "grid-row-end", + "grid-row-gap", + "grid-row-start", + "grid-template", + "grid-template-areas", + "grid-template-columns", + "grid-template-rows", + "height", + "hyphenate-character", + "-webkit-hyphenate-character", + "hyphenate-limit-chars", + "hyphens", + "image-orientation", + "image-rendering", + "inherits", + "initial-letter", + "initial-value", + "inline-size", + "inset", + "inset-block", + "inset-block-end", + "inset-block-start", + "inset-inline", + "inset-inline-end", + "inset-inline-start", + "isolation", + "justify-content", + "-webkit-justify-content", + "justify-items", + "justify-self", + "left", + "letter-spacing", + "lighting-color", + "line-break", + "-webkit-line-break", + "-webkit-line-clamp", + "line-gap-override", + "line-height", + "list-style", + "list-style-image", + "list-style-position", + "list-style-type", + "-webkit-locale", + "-webkit-logical-height", + "-webkit-logical-width", + "margin", + "-webkit-margin-after", + "-webkit-margin-before", + "margin-block", + "margin-block-end", + "margin-block-start", + "margin-bottom", + "-webkit-margin-end", + "margin-inline", + "margin-inline-end", + "margin-inline-start", + "margin-left", + "margin-right", + "-webkit-margin-start", + "margin-top", + "marker", + "marker-end", + "marker-mid", + "marker-start", + "mask", + "-webkit-mask-box-image-outset", + "-webkit-mask-box-image-repeat", + "-webkit-mask-box-image-slice", + "-webkit-mask-box-image-source", + "-webkit-mask-box-image", + "-webkit-mask-box-image-width", + "-webkit-mask-clip", + "-webkit-mask-composite", + "-webkit-mask-image", + "-webkit-mask-origin", + "-webkit-mask-position", + "-webkit-mask-position-x", + "-webkit-mask-position-y", + "-webkit-mask-repeat", + "-webkit-mask-repeat-x", + "-webkit-mask-repeat-y", + "-webkit-mask-size", + "mask-type", + "-webkit-mask", + "math-depth", + "math-shift", + "math-style", + "max-block-size", + "max-height", + "max-inline-size", + "-webkit-max-logical-height", + "-webkit-max-logical-width", + "max-width", + "min-block-size", + "min-height", + "min-inline-size", + "-webkit-min-logical-height", + "-webkit-min-logical-width", + "min-width", + "mix-blend-mode", + "negative", + "object-fit", + "object-position", + "object-view-box", + "offset", + "offset-anchor", + "offset-distance", + "offset-path", + "offset-position", + "offset-rotate", + "opacity", + "-webkit-opacity", + "order", + "-webkit-order", + "orphans", + "outline", + "outline-color", + "outline-offset", + "outline-style", + "outline-width", + "overflow", + "overflow-anchor", + "overflow-clip-margin", + "overflow-wrap", + "overflow-x", + "overflow-y", + "overlay", + "override-colors", + "overscroll-behavior", + "overscroll-behavior-block", + "overscroll-behavior-inline", + "overscroll-behavior-x", + "overscroll-behavior-y", + "pad", + "padding", + "-webkit-padding-after", + "-webkit-padding-before", + "padding-block", + "padding-block-end", + "padding-block-start", + "padding-bottom", + "-webkit-padding-end", + "padding-inline", + "padding-inline-end", + "padding-inline-start", + "padding-left", + "padding-right", + "-webkit-padding-start", + "padding-top", + "page", + "page-break-after", + "page-break-before", + "page-break-inside", + "page-orientation", + "paint-order", + "perspective", + "perspective-origin", + "-webkit-perspective-origin", + "-webkit-perspective-origin-x", + "-webkit-perspective-origin-y", + "-webkit-perspective", + "place-content", + "place-items", + "place-self", + "pointer-events", + "position", + "prefix", + "-webkit-print-color-adjust", + "quotes", + "r", + "range", + "resize", + "right", + "rotate", + "row-gap", + "-webkit-rtl-ordering", + "ruby-position", + "-webkit-ruby-position", + "rx", + "ry", + "scale", + "scroll-behavior", + "scroll-margin", + "scroll-margin-block", + "scroll-margin-block-end", + "scroll-margin-block-start", + "scroll-margin-bottom", + "scroll-margin-inline", + "scroll-margin-inline-end", + "scroll-margin-inline-start", + "scroll-margin-left", + "scroll-margin-right", + "scroll-margin-top", + "scroll-padding", + "scroll-padding-block", + "scroll-padding-block-end", + "scroll-padding-block-start", + "scroll-padding-bottom", + "scroll-padding-inline", + "scroll-padding-inline-end", + "scroll-padding-inline-start", + "scroll-padding-left", + "scroll-padding-right", + "scroll-padding-top", + "scroll-snap-align", + "scroll-snap-stop", + "scroll-snap-type", + "scroll-timeline", + "scroll-timeline-axis", + "scroll-timeline-name", + "scrollbar-gutter", + "shape-image-threshold", + "-webkit-shape-image-threshold", + "shape-margin", + "-webkit-shape-margin", + "shape-outside", + "-webkit-shape-outside", + "shape-rendering", + "size", + "size-adjust", + "speak", + "speak-as", + "src", + "stop-color", + "stop-opacity", + "stroke", + "stroke-dasharray", + "stroke-dashoffset", + "stroke-linecap", + "stroke-linejoin", + "stroke-miterlimit", + "stroke-opacity", + "stroke-width", + "suffix", + "symbols", + "syntax", + "system", + "tab-size", + "table-layout", + "-webkit-tap-highlight-color", + "text-align", + "text-align-last", + "text-anchor", + "text-combine-upright", + "-webkit-text-combine", + "text-decoration", + "text-decoration-color", + "text-decoration-line", + "text-decoration-skip-ink", + "text-decoration-style", + "text-decoration-thickness", + "-webkit-text-decorations-in-effect", + "text-emphasis", + "text-emphasis-color", + "-webkit-text-emphasis-color", + "text-emphasis-position", + "-webkit-text-emphasis-position", + "text-emphasis-style", + "-webkit-text-emphasis-style", + "-webkit-text-emphasis", + "-webkit-text-fill-color", + "text-indent", + "text-orientation", + "-webkit-text-orientation", + "text-overflow", + "text-rendering", + "-webkit-text-security", + "text-shadow", + "text-size-adjust", + "-webkit-text-size-adjust", + "-webkit-text-stroke-color", + "-webkit-text-stroke", + "-webkit-text-stroke-width", + "text-transform", + "text-underline-offset", + "text-underline-position", + "text-wrap", + "timeline-scope", + "top", + "touch-action", + "transform", + "transform-box", + "transform-origin", + "-webkit-transform-origin", + "-webkit-transform-origin-x", + "-webkit-transform-origin-y", + "-webkit-transform-origin-z", + "transform-style", + "-webkit-transform-style", + "-webkit-transform", + "transition", + "transition-behavior", + "transition-delay", + "-webkit-transition-delay", + "transition-duration", + "-webkit-transition-duration", + "transition-property", + "-webkit-transition-property", + "transition-timing-function", + "-webkit-transition-timing-function", + "-webkit-transition", + "translate", + "unicode-bidi", + "unicode-range", + "-webkit-user-drag", + "-webkit-user-modify", + "user-select", + "-webkit-user-select", + "vector-effect", + "vertical-align", + "view-timeline", + "view-timeline-axis", + "view-timeline-inset", + "view-timeline-name", + "view-transition-name", + "visibility", + "white-space", + "white-space-collapse", + "widows", + "width", + "will-change", + "word-break", + "word-spacing", + "word-wrap", + "writing-mode", + "-webkit-writing-mode", + "x", + "y", + "z-index", + "zoom" + ] +} \ No newline at end of file From 06313668f9060e79c24939ca2f411f3e876d7983 Mon Sep 17 00:00:00 2001 From: vio Date: Sun, 15 Oct 2023 19:10:55 +0200 Subject: [PATCH 10/16] Firefox 114 --- README.md | 2 +- source/browsers/firefox-114.0.json | 548 +++++++++++++++++++++++++++++ 2 files changed, 549 insertions(+), 1 deletion(-) create mode 100644 source/browsers/firefox-114.0.json diff --git a/README.md b/README.md index 57fa2fb..bd39d0a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ List of standard and browser specific CSS properties. | Name | Versions | |---|--:| | Chrome | 14 - 118 | -| Firefox | 6 - 113, 115 | +| Firefox | 6 - 115 | | Edge | 13 - 18 | | Safari | 6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1, 13.0, 13.1, 14, 14.1, 15.1, 15.4, 16.0, 16.5, 17.0 | | Internet Explorer | 8 - 11 | diff --git a/source/browsers/firefox-114.0.json b/source/browsers/firefox-114.0.json new file mode 100644 index 0000000..b8d0074 --- /dev/null +++ b/source/browsers/firefox-114.0.json @@ -0,0 +1,548 @@ +{ + "properties": [ + "accent-color", + "align-content", + "-webkit-align-content", + "align-items", + "-webkit-align-items", + "align-self", + "-webkit-align-self", + "all", + "animation", + "animation-delay", + "-moz-animation-delay", + "-webkit-animation-delay", + "animation-direction", + "-moz-animation-direction", + "-webkit-animation-direction", + "animation-duration", + "-moz-animation-duration", + "-webkit-animation-duration", + "animation-fill-mode", + "-moz-animation-fill-mode", + "-webkit-animation-fill-mode", + "animation-iteration-count", + "-moz-animation-iteration-count", + "-webkit-animation-iteration-count", + "-moz-animation", + "animation-name", + "-moz-animation-name", + "-webkit-animation-name", + "animation-play-state", + "-moz-animation-play-state", + "-webkit-animation-play-state", + "animation-timing-function", + "-moz-animation-timing-function", + "-webkit-animation-timing-function", + "-webkit-animation", + "appearance", + "-moz-appearance", + "-webkit-appearance", + "aspect-ratio", + "backdrop-filter", + "backface-visibility", + "-moz-backface-visibility", + "-webkit-backface-visibility", + "background", + "background-attachment", + "background-blend-mode", + "background-clip", + "-webkit-background-clip", + "background-color", + "background-image", + "background-origin", + "-webkit-background-origin", + "background-position", + "background-position-x", + "background-position-y", + "background-repeat", + "background-size", + "-webkit-background-size", + "block-size", + "border", + "border-block", + "border-block-color", + "border-block-end", + "border-block-end-color", + "border-block-end-style", + "border-block-end-width", + "border-block-start", + "border-block-start-color", + "border-block-start-style", + "border-block-start-width", + "border-block-style", + "border-block-width", + "border-bottom", + "border-bottom-color", + "border-bottom-left-radius", + "-webkit-border-bottom-left-radius", + "border-bottom-right-radius", + "-webkit-border-bottom-right-radius", + "border-bottom-style", + "border-bottom-width", + "border-collapse", + "border-color", + "-moz-border-end-color", + "border-end-end-radius", + "-moz-border-end", + "border-end-start-radius", + "-moz-border-end-style", + "-moz-border-end-width", + "border-image", + "-moz-border-image", + "border-image-outset", + "border-image-repeat", + "border-image-slice", + "border-image-source", + "-webkit-border-image", + "border-image-width", + "border-inline", + "border-inline-color", + "border-inline-end", + "border-inline-end-color", + "border-inline-end-style", + "border-inline-end-width", + "border-inline-start", + "border-inline-start-color", + "border-inline-start-style", + "border-inline-start-width", + "border-inline-style", + "border-inline-width", + "border-left", + "border-left-color", + "border-left-style", + "border-left-width", + "border-radius", + "-webkit-border-radius", + "border-right", + "border-right-color", + "border-right-style", + "border-right-width", + "border-spacing", + "-moz-border-start-color", + "border-start-end-radius", + "-moz-border-start", + "border-start-start-radius", + "-moz-border-start-style", + "-moz-border-start-width", + "border-style", + "border-top", + "border-top-color", + "border-top-left-radius", + "-webkit-border-top-left-radius", + "border-top-right-radius", + "-webkit-border-top-right-radius", + "border-top-style", + "border-top-width", + "border-width", + "bottom", + "-moz-box-align", + "-webkit-box-align", + "box-decoration-break", + "-moz-box-direction", + "-webkit-box-direction", + "-moz-box-flex", + "-webkit-box-flex", + "-moz-box-ordinal-group", + "-webkit-box-ordinal-group", + "-moz-box-orient", + "-webkit-box-orient", + "-moz-box-pack", + "-webkit-box-pack", + "box-shadow", + "-webkit-box-shadow", + "box-sizing", + "-moz-box-sizing", + "-webkit-box-sizing", + "break-after", + "break-before", + "break-inside", + "caption-side", + "caret-color", + "clear", + "clip", + "clip-path", + "-webkit-clip-path", + "clip-rule", + "color", + "color-adjust", + "color-interpolation", + "color-interpolation-filters", + "color-scheme", + "column-count", + "column-fill", + "column-gap", + "column-rule", + "column-rule-color", + "column-rule-style", + "column-rule-width", + "column-span", + "column-width", + "columns", + "contain", + "contain-intrinsic-block-size", + "contain-intrinsic-height", + "contain-intrinsic-inline-size", + "contain-intrinsic-size", + "contain-intrinsic-width", + "container", + "container-name", + "container-type", + "content", + "counter-increment", + "counter-reset", + "counter-set", + "cursor", + "cx", + "cy", + "d", + "direction", + "display", + "dominant-baseline", + "empty-cells", + "fill", + "fill-opacity", + "fill-rule", + "filter", + "-webkit-filter", + "flex", + "flex-basis", + "-webkit-flex-basis", + "flex-direction", + "-webkit-flex-direction", + "flex-flow", + "-webkit-flex-flow", + "flex-grow", + "-webkit-flex-grow", + "flex-shrink", + "-webkit-flex-shrink", + "-webkit-flex", + "flex-wrap", + "-webkit-flex-wrap", + "float", + "-moz-float-edge", + "flood-color", + "flood-opacity", + "font", + "font-family", + "font-feature-settings", + "-moz-font-feature-settings", + "font-kerning", + "font-language-override", + "-moz-font-language-override", + "font-optical-sizing", + "font-palette", + "font-size", + "font-size-adjust", + "font-stretch", + "font-style", + "font-synthesis", + "font-synthesis-small-caps", + "font-synthesis-style", + "font-synthesis-weight", + "font-variant", + "font-variant-alternates", + "font-variant-caps", + "font-variant-east-asian", + "font-variant-ligatures", + "font-variant-numeric", + "font-variant-position", + "font-variation-settings", + "font-weight", + "-moz-force-broken-image-icon", + "forced-color-adjust", + "gap", + "grid", + "grid-area", + "grid-auto-columns", + "grid-auto-flow", + "grid-auto-rows", + "grid-column", + "grid-column-end", + "grid-column-gap", + "grid-column-start", + "grid-gap", + "grid-row", + "grid-row-end", + "grid-row-gap", + "grid-row-start", + "grid-template", + "grid-template-areas", + "grid-template-columns", + "grid-template-rows", + "height", + "hyphenate-character", + "hyphens", + "-moz-hyphens", + "image-orientation", + "image-rendering", + "ime-mode", + "inline-size", + "inset", + "inset-block", + "inset-block-end", + "inset-block-start", + "inset-inline", + "inset-inline-end", + "inset-inline-start", + "isolation", + "justify-content", + "-webkit-justify-content", + "justify-items", + "justify-self", + "left", + "letter-spacing", + "lighting-color", + "line-break", + "-webkit-line-clamp", + "line-height", + "list-style", + "list-style-image", + "list-style-position", + "list-style-type", + "margin", + "margin-block", + "margin-block-end", + "margin-block-start", + "margin-bottom", + "-moz-margin-end", + "margin-inline", + "margin-inline-end", + "margin-inline-start", + "margin-left", + "margin-right", + "-moz-margin-start", + "margin-top", + "marker", + "marker-end", + "marker-mid", + "marker-start", + "mask", + "mask-clip", + "-webkit-mask-clip", + "mask-composite", + "-webkit-mask-composite", + "mask-image", + "-webkit-mask-image", + "mask-mode", + "mask-origin", + "-webkit-mask-origin", + "mask-position", + "-webkit-mask-position", + "mask-position-x", + "-webkit-mask-position-x", + "mask-position-y", + "-webkit-mask-position-y", + "mask-repeat", + "-webkit-mask-repeat", + "mask-size", + "-webkit-mask-size", + "mask-type", + "-webkit-mask", + "max-block-size", + "max-height", + "max-inline-size", + "max-width", + "min-block-size", + "min-height", + "min-inline-size", + "min-width", + "mix-blend-mode", + "object-fit", + "object-position", + "offset", + "offset-anchor", + "offset-distance", + "offset-path", + "offset-rotate", + "opacity", + "order", + "-webkit-order", + "-moz-orient", + "-moz-osx-font-smoothing", + "outline", + "outline-color", + "outline-offset", + "outline-style", + "outline-width", + "overflow", + "overflow-anchor", + "overflow-block", + "overflow-clip-margin", + "overflow-inline", + "overflow-wrap", + "overflow-x", + "overflow-y", + "overscroll-behavior", + "overscroll-behavior-block", + "overscroll-behavior-inline", + "overscroll-behavior-x", + "overscroll-behavior-y", + "padding", + "padding-block", + "padding-block-end", + "padding-block-start", + "padding-bottom", + "-moz-padding-end", + "padding-inline", + "padding-inline-end", + "padding-inline-start", + "padding-left", + "padding-right", + "-moz-padding-start", + "padding-top", + "page", + "page-break-after", + "page-break-before", + "page-break-inside", + "paint-order", + "perspective", + "-moz-perspective", + "perspective-origin", + "-moz-perspective-origin", + "-webkit-perspective-origin", + "-webkit-perspective", + "place-content", + "place-items", + "place-self", + "pointer-events", + "position", + "print-color-adjust", + "quotes", + "r", + "resize", + "right", + "rotate", + "row-gap", + "ruby-align", + "ruby-position", + "rx", + "ry", + "scale", + "scroll-behavior", + "scroll-margin", + "scroll-margin-block", + "scroll-margin-block-end", + "scroll-margin-block-start", + "scroll-margin-bottom", + "scroll-margin-inline", + "scroll-margin-inline-end", + "scroll-margin-inline-start", + "scroll-margin-left", + "scroll-margin-right", + "scroll-margin-top", + "scroll-padding", + "scroll-padding-block", + "scroll-padding-block-end", + "scroll-padding-block-start", + "scroll-padding-bottom", + "scroll-padding-inline", + "scroll-padding-inline-end", + "scroll-padding-inline-start", + "scroll-padding-left", + "scroll-padding-right", + "scroll-padding-top", + "scroll-snap-align", + "scroll-snap-stop", + "scroll-snap-type", + "scrollbar-color", + "scrollbar-gutter", + "scrollbar-width", + "shape-image-threshold", + "shape-margin", + "shape-outside", + "shape-rendering", + "stop-color", + "stop-opacity", + "stroke", + "stroke-dasharray", + "stroke-dashoffset", + "stroke-linecap", + "stroke-linejoin", + "stroke-miterlimit", + "stroke-opacity", + "stroke-width", + "tab-size", + "-moz-tab-size", + "table-layout", + "text-align", + "text-align-last", + "text-anchor", + "text-combine-upright", + "text-decoration", + "text-decoration-color", + "text-decoration-line", + "text-decoration-skip-ink", + "text-decoration-style", + "text-decoration-thickness", + "text-emphasis", + "text-emphasis-color", + "text-emphasis-position", + "text-emphasis-style", + "-webkit-text-fill-color", + "text-indent", + "text-justify", + "text-orientation", + "text-overflow", + "text-rendering", + "-webkit-text-security", + "text-shadow", + "-moz-text-size-adjust", + "-webkit-text-size-adjust", + "-webkit-text-stroke-color", + "-webkit-text-stroke", + "-webkit-text-stroke-width", + "text-transform", + "text-underline-offset", + "text-underline-position", + "top", + "touch-action", + "transform", + "transform-box", + "-moz-transform", + "transform-origin", + "-moz-transform-origin", + "-webkit-transform-origin", + "transform-style", + "-moz-transform-style", + "-webkit-transform-style", + "-webkit-transform", + "transition", + "transition-delay", + "-moz-transition-delay", + "-webkit-transition-delay", + "transition-duration", + "-moz-transition-duration", + "-webkit-transition-duration", + "-moz-transition", + "transition-property", + "-moz-transition-property", + "-webkit-transition-property", + "transition-timing-function", + "-moz-transition-timing-function", + "-webkit-transition-timing-function", + "-webkit-transition", + "translate", + "unicode-bidi", + "-moz-user-focus", + "-moz-user-input", + "-moz-user-modify", + "user-select", + "-moz-user-select", + "-webkit-user-select", + "vector-effect", + "vertical-align", + "visibility", + "white-space", + "width", + "will-change", + "-moz-window-dragging", + "word-break", + "word-spacing", + "word-wrap", + "writing-mode", + "x", + "y", + "z-index" + ] +} \ No newline at end of file From 21b23b23b06d9aa840217a003f180a8f1d3bec0d Mon Sep 17 00:00:00 2001 From: vio Date: Sun, 15 Oct 2023 19:12:44 +0200 Subject: [PATCH 11/16] Firefox 116 --- README.md | 2 +- source/browsers/firefox-116.0.json | 550 +++++++++++++++++++++++++++++ 2 files changed, 551 insertions(+), 1 deletion(-) create mode 100644 source/browsers/firefox-116.0.json diff --git a/README.md b/README.md index bd39d0a..80490a7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ List of standard and browser specific CSS properties. | Name | Versions | |---|--:| | Chrome | 14 - 118 | -| Firefox | 6 - 115 | +| Firefox | 6 - 116 | | Edge | 13 - 18 | | Safari | 6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1, 13.0, 13.1, 14, 14.1, 15.1, 15.4, 16.0, 16.5, 17.0 | | Internet Explorer | 8 - 11 | diff --git a/source/browsers/firefox-116.0.json b/source/browsers/firefox-116.0.json new file mode 100644 index 0000000..8015740 --- /dev/null +++ b/source/browsers/firefox-116.0.json @@ -0,0 +1,550 @@ +{ + "properties": [ + "accent-color", + "align-content", + "-webkit-align-content", + "align-items", + "-webkit-align-items", + "align-self", + "-webkit-align-self", + "all", + "animation", + "animation-composition", + "animation-delay", + "-moz-animation-delay", + "-webkit-animation-delay", + "animation-direction", + "-moz-animation-direction", + "-webkit-animation-direction", + "animation-duration", + "-moz-animation-duration", + "-webkit-animation-duration", + "animation-fill-mode", + "-moz-animation-fill-mode", + "-webkit-animation-fill-mode", + "animation-iteration-count", + "-moz-animation-iteration-count", + "-webkit-animation-iteration-count", + "-moz-animation", + "animation-name", + "-moz-animation-name", + "-webkit-animation-name", + "animation-play-state", + "-moz-animation-play-state", + "-webkit-animation-play-state", + "animation-timing-function", + "-moz-animation-timing-function", + "-webkit-animation-timing-function", + "-webkit-animation", + "appearance", + "-moz-appearance", + "-webkit-appearance", + "aspect-ratio", + "backdrop-filter", + "backface-visibility", + "-moz-backface-visibility", + "-webkit-backface-visibility", + "background", + "background-attachment", + "background-blend-mode", + "background-clip", + "-webkit-background-clip", + "background-color", + "background-image", + "background-origin", + "-webkit-background-origin", + "background-position", + "background-position-x", + "background-position-y", + "background-repeat", + "background-size", + "-webkit-background-size", + "baseline-source", + "block-size", + "border", + "border-block", + "border-block-color", + "border-block-end", + "border-block-end-color", + "border-block-end-style", + "border-block-end-width", + "border-block-start", + "border-block-start-color", + "border-block-start-style", + "border-block-start-width", + "border-block-style", + "border-block-width", + "border-bottom", + "border-bottom-color", + "border-bottom-left-radius", + "-webkit-border-bottom-left-radius", + "border-bottom-right-radius", + "-webkit-border-bottom-right-radius", + "border-bottom-style", + "border-bottom-width", + "border-collapse", + "border-color", + "-moz-border-end-color", + "border-end-end-radius", + "-moz-border-end", + "border-end-start-radius", + "-moz-border-end-style", + "-moz-border-end-width", + "border-image", + "-moz-border-image", + "border-image-outset", + "border-image-repeat", + "border-image-slice", + "border-image-source", + "-webkit-border-image", + "border-image-width", + "border-inline", + "border-inline-color", + "border-inline-end", + "border-inline-end-color", + "border-inline-end-style", + "border-inline-end-width", + "border-inline-start", + "border-inline-start-color", + "border-inline-start-style", + "border-inline-start-width", + "border-inline-style", + "border-inline-width", + "border-left", + "border-left-color", + "border-left-style", + "border-left-width", + "border-radius", + "-webkit-border-radius", + "border-right", + "border-right-color", + "border-right-style", + "border-right-width", + "border-spacing", + "-moz-border-start-color", + "border-start-end-radius", + "-moz-border-start", + "border-start-start-radius", + "-moz-border-start-style", + "-moz-border-start-width", + "border-style", + "border-top", + "border-top-color", + "border-top-left-radius", + "-webkit-border-top-left-radius", + "border-top-right-radius", + "-webkit-border-top-right-radius", + "border-top-style", + "border-top-width", + "border-width", + "bottom", + "-moz-box-align", + "-webkit-box-align", + "box-decoration-break", + "-moz-box-direction", + "-webkit-box-direction", + "-moz-box-flex", + "-webkit-box-flex", + "-moz-box-ordinal-group", + "-webkit-box-ordinal-group", + "-moz-box-orient", + "-webkit-box-orient", + "-moz-box-pack", + "-webkit-box-pack", + "box-shadow", + "-webkit-box-shadow", + "box-sizing", + "-moz-box-sizing", + "-webkit-box-sizing", + "break-after", + "break-before", + "break-inside", + "caption-side", + "caret-color", + "clear", + "clip", + "clip-path", + "-webkit-clip-path", + "clip-rule", + "color", + "color-adjust", + "color-interpolation", + "color-interpolation-filters", + "color-scheme", + "column-count", + "column-fill", + "column-gap", + "column-rule", + "column-rule-color", + "column-rule-style", + "column-rule-width", + "column-span", + "column-width", + "columns", + "contain", + "contain-intrinsic-block-size", + "contain-intrinsic-height", + "contain-intrinsic-inline-size", + "contain-intrinsic-size", + "contain-intrinsic-width", + "container", + "container-name", + "container-type", + "content", + "counter-increment", + "counter-reset", + "counter-set", + "cursor", + "cx", + "cy", + "d", + "direction", + "display", + "dominant-baseline", + "empty-cells", + "fill", + "fill-opacity", + "fill-rule", + "filter", + "-webkit-filter", + "flex", + "flex-basis", + "-webkit-flex-basis", + "flex-direction", + "-webkit-flex-direction", + "flex-flow", + "-webkit-flex-flow", + "flex-grow", + "-webkit-flex-grow", + "flex-shrink", + "-webkit-flex-shrink", + "-webkit-flex", + "flex-wrap", + "-webkit-flex-wrap", + "float", + "-moz-float-edge", + "flood-color", + "flood-opacity", + "font", + "font-family", + "font-feature-settings", + "-moz-font-feature-settings", + "font-kerning", + "font-language-override", + "-moz-font-language-override", + "font-optical-sizing", + "font-palette", + "font-size", + "font-size-adjust", + "font-stretch", + "font-style", + "font-synthesis", + "font-synthesis-small-caps", + "font-synthesis-style", + "font-synthesis-weight", + "font-variant", + "font-variant-alternates", + "font-variant-caps", + "font-variant-east-asian", + "font-variant-ligatures", + "font-variant-numeric", + "font-variant-position", + "font-variation-settings", + "font-weight", + "-moz-force-broken-image-icon", + "forced-color-adjust", + "gap", + "grid", + "grid-area", + "grid-auto-columns", + "grid-auto-flow", + "grid-auto-rows", + "grid-column", + "grid-column-end", + "grid-column-gap", + "grid-column-start", + "grid-gap", + "grid-row", + "grid-row-end", + "grid-row-gap", + "grid-row-start", + "grid-template", + "grid-template-areas", + "grid-template-columns", + "grid-template-rows", + "height", + "hyphenate-character", + "hyphens", + "-moz-hyphens", + "image-orientation", + "image-rendering", + "ime-mode", + "inline-size", + "inset", + "inset-block", + "inset-block-end", + "inset-block-start", + "inset-inline", + "inset-inline-end", + "inset-inline-start", + "isolation", + "justify-content", + "-webkit-justify-content", + "justify-items", + "justify-self", + "left", + "letter-spacing", + "lighting-color", + "line-break", + "-webkit-line-clamp", + "line-height", + "list-style", + "list-style-image", + "list-style-position", + "list-style-type", + "margin", + "margin-block", + "margin-block-end", + "margin-block-start", + "margin-bottom", + "-moz-margin-end", + "margin-inline", + "margin-inline-end", + "margin-inline-start", + "margin-left", + "margin-right", + "-moz-margin-start", + "margin-top", + "marker", + "marker-end", + "marker-mid", + "marker-start", + "mask", + "mask-clip", + "-webkit-mask-clip", + "mask-composite", + "-webkit-mask-composite", + "mask-image", + "-webkit-mask-image", + "mask-mode", + "mask-origin", + "-webkit-mask-origin", + "mask-position", + "-webkit-mask-position", + "mask-position-x", + "-webkit-mask-position-x", + "mask-position-y", + "-webkit-mask-position-y", + "mask-repeat", + "-webkit-mask-repeat", + "mask-size", + "-webkit-mask-size", + "mask-type", + "-webkit-mask", + "max-block-size", + "max-height", + "max-inline-size", + "max-width", + "min-block-size", + "min-height", + "min-inline-size", + "min-width", + "mix-blend-mode", + "object-fit", + "object-position", + "offset", + "offset-anchor", + "offset-distance", + "offset-path", + "offset-rotate", + "opacity", + "order", + "-webkit-order", + "-moz-orient", + "-moz-osx-font-smoothing", + "outline", + "outline-color", + "outline-offset", + "outline-style", + "outline-width", + "overflow", + "overflow-anchor", + "overflow-block", + "overflow-clip-margin", + "overflow-inline", + "overflow-wrap", + "overflow-x", + "overflow-y", + "overscroll-behavior", + "overscroll-behavior-block", + "overscroll-behavior-inline", + "overscroll-behavior-x", + "overscroll-behavior-y", + "padding", + "padding-block", + "padding-block-end", + "padding-block-start", + "padding-bottom", + "-moz-padding-end", + "padding-inline", + "padding-inline-end", + "padding-inline-start", + "padding-left", + "padding-right", + "-moz-padding-start", + "padding-top", + "page", + "page-break-after", + "page-break-before", + "page-break-inside", + "paint-order", + "perspective", + "-moz-perspective", + "perspective-origin", + "-moz-perspective-origin", + "-webkit-perspective-origin", + "-webkit-perspective", + "place-content", + "place-items", + "place-self", + "pointer-events", + "position", + "print-color-adjust", + "quotes", + "r", + "resize", + "right", + "rotate", + "row-gap", + "ruby-align", + "ruby-position", + "rx", + "ry", + "scale", + "scroll-behavior", + "scroll-margin", + "scroll-margin-block", + "scroll-margin-block-end", + "scroll-margin-block-start", + "scroll-margin-bottom", + "scroll-margin-inline", + "scroll-margin-inline-end", + "scroll-margin-inline-start", + "scroll-margin-left", + "scroll-margin-right", + "scroll-margin-top", + "scroll-padding", + "scroll-padding-block", + "scroll-padding-block-end", + "scroll-padding-block-start", + "scroll-padding-bottom", + "scroll-padding-inline", + "scroll-padding-inline-end", + "scroll-padding-inline-start", + "scroll-padding-left", + "scroll-padding-right", + "scroll-padding-top", + "scroll-snap-align", + "scroll-snap-stop", + "scroll-snap-type", + "scrollbar-color", + "scrollbar-gutter", + "scrollbar-width", + "shape-image-threshold", + "shape-margin", + "shape-outside", + "shape-rendering", + "stop-color", + "stop-opacity", + "stroke", + "stroke-dasharray", + "stroke-dashoffset", + "stroke-linecap", + "stroke-linejoin", + "stroke-miterlimit", + "stroke-opacity", + "stroke-width", + "tab-size", + "-moz-tab-size", + "table-layout", + "text-align", + "text-align-last", + "text-anchor", + "text-combine-upright", + "text-decoration", + "text-decoration-color", + "text-decoration-line", + "text-decoration-skip-ink", + "text-decoration-style", + "text-decoration-thickness", + "text-emphasis", + "text-emphasis-color", + "text-emphasis-position", + "text-emphasis-style", + "-webkit-text-fill-color", + "text-indent", + "text-justify", + "text-orientation", + "text-overflow", + "text-rendering", + "-webkit-text-security", + "text-shadow", + "-moz-text-size-adjust", + "-webkit-text-size-adjust", + "-webkit-text-stroke-color", + "-webkit-text-stroke", + "-webkit-text-stroke-width", + "text-transform", + "text-underline-offset", + "text-underline-position", + "top", + "touch-action", + "transform", + "transform-box", + "-moz-transform", + "transform-origin", + "-moz-transform-origin", + "-webkit-transform-origin", + "transform-style", + "-moz-transform-style", + "-webkit-transform-style", + "-webkit-transform", + "transition", + "transition-delay", + "-moz-transition-delay", + "-webkit-transition-delay", + "transition-duration", + "-moz-transition-duration", + "-webkit-transition-duration", + "-moz-transition", + "transition-property", + "-moz-transition-property", + "-webkit-transition-property", + "transition-timing-function", + "-moz-transition-timing-function", + "-webkit-transition-timing-function", + "-webkit-transition", + "translate", + "unicode-bidi", + "-moz-user-focus", + "-moz-user-input", + "-moz-user-modify", + "user-select", + "-moz-user-select", + "-webkit-user-select", + "vector-effect", + "vertical-align", + "visibility", + "white-space", + "width", + "will-change", + "-moz-window-dragging", + "word-break", + "word-spacing", + "word-wrap", + "writing-mode", + "x", + "y", + "z-index" + ] +} \ No newline at end of file From 282073746a153277dcb1453f3e241617b3127e5d Mon Sep 17 00:00:00 2001 From: vio Date: Sun, 15 Oct 2023 19:15:23 +0200 Subject: [PATCH 12/16] Firefox 117 --- README.md | 2 +- source/browsers/firefox-117.0.json | 552 +++++++++++++++++++++++++++++ 2 files changed, 553 insertions(+), 1 deletion(-) create mode 100644 source/browsers/firefox-117.0.json diff --git a/README.md b/README.md index 80490a7..bf11522 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ List of standard and browser specific CSS properties. | Name | Versions | |---|--:| | Chrome | 14 - 118 | -| Firefox | 6 - 116 | +| Firefox | 6 - 117 | | Edge | 13 - 18 | | Safari | 6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1, 13.0, 13.1, 14, 14.1, 15.1, 15.4, 16.0, 16.5, 17.0 | | Internet Explorer | 8 - 11 | diff --git a/source/browsers/firefox-117.0.json b/source/browsers/firefox-117.0.json new file mode 100644 index 0000000..6ed8971 --- /dev/null +++ b/source/browsers/firefox-117.0.json @@ -0,0 +1,552 @@ +{ + "properties": [ + "accent-color", + "align-content", + "-webkit-align-content", + "align-items", + "-webkit-align-items", + "align-self", + "-webkit-align-self", + "all", + "animation", + "animation-composition", + "animation-delay", + "-moz-animation-delay", + "-webkit-animation-delay", + "animation-direction", + "-moz-animation-direction", + "-webkit-animation-direction", + "animation-duration", + "-moz-animation-duration", + "-webkit-animation-duration", + "animation-fill-mode", + "-moz-animation-fill-mode", + "-webkit-animation-fill-mode", + "animation-iteration-count", + "-moz-animation-iteration-count", + "-webkit-animation-iteration-count", + "-moz-animation", + "animation-name", + "-moz-animation-name", + "-webkit-animation-name", + "animation-play-state", + "-moz-animation-play-state", + "-webkit-animation-play-state", + "animation-timing-function", + "-moz-animation-timing-function", + "-webkit-animation-timing-function", + "-webkit-animation", + "appearance", + "-moz-appearance", + "-webkit-appearance", + "aspect-ratio", + "backdrop-filter", + "backface-visibility", + "-moz-backface-visibility", + "-webkit-backface-visibility", + "background", + "background-attachment", + "background-blend-mode", + "background-clip", + "-webkit-background-clip", + "background-color", + "background-image", + "background-origin", + "-webkit-background-origin", + "background-position", + "background-position-x", + "background-position-y", + "background-repeat", + "background-size", + "-webkit-background-size", + "baseline-source", + "block-size", + "border", + "border-block", + "border-block-color", + "border-block-end", + "border-block-end-color", + "border-block-end-style", + "border-block-end-width", + "border-block-start", + "border-block-start-color", + "border-block-start-style", + "border-block-start-width", + "border-block-style", + "border-block-width", + "border-bottom", + "border-bottom-color", + "border-bottom-left-radius", + "-webkit-border-bottom-left-radius", + "border-bottom-right-radius", + "-webkit-border-bottom-right-radius", + "border-bottom-style", + "border-bottom-width", + "border-collapse", + "border-color", + "-moz-border-end-color", + "border-end-end-radius", + "-moz-border-end", + "border-end-start-radius", + "-moz-border-end-style", + "-moz-border-end-width", + "border-image", + "-moz-border-image", + "border-image-outset", + "border-image-repeat", + "border-image-slice", + "border-image-source", + "-webkit-border-image", + "border-image-width", + "border-inline", + "border-inline-color", + "border-inline-end", + "border-inline-end-color", + "border-inline-end-style", + "border-inline-end-width", + "border-inline-start", + "border-inline-start-color", + "border-inline-start-style", + "border-inline-start-width", + "border-inline-style", + "border-inline-width", + "border-left", + "border-left-color", + "border-left-style", + "border-left-width", + "border-radius", + "-webkit-border-radius", + "border-right", + "border-right-color", + "border-right-style", + "border-right-width", + "border-spacing", + "-moz-border-start-color", + "border-start-end-radius", + "-moz-border-start", + "border-start-start-radius", + "-moz-border-start-style", + "-moz-border-start-width", + "border-style", + "border-top", + "border-top-color", + "border-top-left-radius", + "-webkit-border-top-left-radius", + "border-top-right-radius", + "-webkit-border-top-right-radius", + "border-top-style", + "border-top-width", + "border-width", + "bottom", + "-moz-box-align", + "-webkit-box-align", + "box-decoration-break", + "-moz-box-direction", + "-webkit-box-direction", + "-moz-box-flex", + "-webkit-box-flex", + "-moz-box-ordinal-group", + "-webkit-box-ordinal-group", + "-moz-box-orient", + "-webkit-box-orient", + "-moz-box-pack", + "-webkit-box-pack", + "box-shadow", + "-webkit-box-shadow", + "box-sizing", + "-moz-box-sizing", + "-webkit-box-sizing", + "break-after", + "break-before", + "break-inside", + "caption-side", + "caret-color", + "clear", + "clip", + "clip-path", + "-webkit-clip-path", + "clip-rule", + "color", + "color-adjust", + "color-interpolation", + "color-interpolation-filters", + "color-scheme", + "column-count", + "column-fill", + "column-gap", + "column-rule", + "column-rule-color", + "column-rule-style", + "column-rule-width", + "column-span", + "column-width", + "columns", + "contain", + "contain-intrinsic-block-size", + "contain-intrinsic-height", + "contain-intrinsic-inline-size", + "contain-intrinsic-size", + "contain-intrinsic-width", + "container", + "container-name", + "container-type", + "content", + "counter-increment", + "counter-reset", + "counter-set", + "cursor", + "cx", + "cy", + "d", + "direction", + "display", + "dominant-baseline", + "empty-cells", + "fill", + "fill-opacity", + "fill-rule", + "filter", + "-webkit-filter", + "flex", + "flex-basis", + "-webkit-flex-basis", + "flex-direction", + "-webkit-flex-direction", + "flex-flow", + "-webkit-flex-flow", + "flex-grow", + "-webkit-flex-grow", + "flex-shrink", + "-webkit-flex-shrink", + "-webkit-flex", + "flex-wrap", + "-webkit-flex-wrap", + "float", + "-moz-float-edge", + "flood-color", + "flood-opacity", + "font", + "font-family", + "font-feature-settings", + "-moz-font-feature-settings", + "font-kerning", + "font-language-override", + "-moz-font-language-override", + "font-optical-sizing", + "font-palette", + "font-size", + "font-size-adjust", + "font-stretch", + "font-style", + "font-synthesis", + "font-synthesis-small-caps", + "font-synthesis-style", + "font-synthesis-weight", + "font-variant", + "font-variant-alternates", + "font-variant-caps", + "font-variant-east-asian", + "font-variant-ligatures", + "font-variant-numeric", + "font-variant-position", + "font-variation-settings", + "font-weight", + "-moz-force-broken-image-icon", + "forced-color-adjust", + "gap", + "grid", + "grid-area", + "grid-auto-columns", + "grid-auto-flow", + "grid-auto-rows", + "grid-column", + "grid-column-end", + "grid-column-gap", + "grid-column-start", + "grid-gap", + "grid-row", + "grid-row-end", + "grid-row-gap", + "grid-row-start", + "grid-template", + "grid-template-areas", + "grid-template-columns", + "grid-template-rows", + "height", + "hyphenate-character", + "hyphens", + "-moz-hyphens", + "image-orientation", + "image-rendering", + "ime-mode", + "inline-size", + "inset", + "inset-block", + "inset-block-end", + "inset-block-start", + "inset-inline", + "inset-inline-end", + "inset-inline-start", + "isolation", + "justify-content", + "-webkit-justify-content", + "justify-items", + "justify-self", + "left", + "letter-spacing", + "lighting-color", + "line-break", + "-webkit-line-clamp", + "line-height", + "list-style", + "list-style-image", + "list-style-position", + "list-style-type", + "margin", + "margin-block", + "margin-block-end", + "margin-block-start", + "margin-bottom", + "-moz-margin-end", + "margin-inline", + "margin-inline-end", + "margin-inline-start", + "margin-left", + "margin-right", + "-moz-margin-start", + "margin-top", + "marker", + "marker-end", + "marker-mid", + "marker-start", + "mask", + "mask-clip", + "-webkit-mask-clip", + "mask-composite", + "-webkit-mask-composite", + "mask-image", + "-webkit-mask-image", + "mask-mode", + "mask-origin", + "-webkit-mask-origin", + "mask-position", + "-webkit-mask-position", + "mask-position-x", + "-webkit-mask-position-x", + "mask-position-y", + "-webkit-mask-position-y", + "mask-repeat", + "-webkit-mask-repeat", + "mask-size", + "-webkit-mask-size", + "mask-type", + "-webkit-mask", + "math-depth", + "math-style", + "max-block-size", + "max-height", + "max-inline-size", + "max-width", + "min-block-size", + "min-height", + "min-inline-size", + "min-width", + "mix-blend-mode", + "object-fit", + "object-position", + "offset", + "offset-anchor", + "offset-distance", + "offset-path", + "offset-rotate", + "opacity", + "order", + "-webkit-order", + "-moz-orient", + "-moz-osx-font-smoothing", + "outline", + "outline-color", + "outline-offset", + "outline-style", + "outline-width", + "overflow", + "overflow-anchor", + "overflow-block", + "overflow-clip-margin", + "overflow-inline", + "overflow-wrap", + "overflow-x", + "overflow-y", + "overscroll-behavior", + "overscroll-behavior-block", + "overscroll-behavior-inline", + "overscroll-behavior-x", + "overscroll-behavior-y", + "padding", + "padding-block", + "padding-block-end", + "padding-block-start", + "padding-bottom", + "-moz-padding-end", + "padding-inline", + "padding-inline-end", + "padding-inline-start", + "padding-left", + "padding-right", + "-moz-padding-start", + "padding-top", + "page", + "page-break-after", + "page-break-before", + "page-break-inside", + "paint-order", + "perspective", + "-moz-perspective", + "perspective-origin", + "-moz-perspective-origin", + "-webkit-perspective-origin", + "-webkit-perspective", + "place-content", + "place-items", + "place-self", + "pointer-events", + "position", + "print-color-adjust", + "quotes", + "r", + "resize", + "right", + "rotate", + "row-gap", + "ruby-align", + "ruby-position", + "rx", + "ry", + "scale", + "scroll-behavior", + "scroll-margin", + "scroll-margin-block", + "scroll-margin-block-end", + "scroll-margin-block-start", + "scroll-margin-bottom", + "scroll-margin-inline", + "scroll-margin-inline-end", + "scroll-margin-inline-start", + "scroll-margin-left", + "scroll-margin-right", + "scroll-margin-top", + "scroll-padding", + "scroll-padding-block", + "scroll-padding-block-end", + "scroll-padding-block-start", + "scroll-padding-bottom", + "scroll-padding-inline", + "scroll-padding-inline-end", + "scroll-padding-inline-start", + "scroll-padding-left", + "scroll-padding-right", + "scroll-padding-top", + "scroll-snap-align", + "scroll-snap-stop", + "scroll-snap-type", + "scrollbar-color", + "scrollbar-gutter", + "scrollbar-width", + "shape-image-threshold", + "shape-margin", + "shape-outside", + "shape-rendering", + "stop-color", + "stop-opacity", + "stroke", + "stroke-dasharray", + "stroke-dashoffset", + "stroke-linecap", + "stroke-linejoin", + "stroke-miterlimit", + "stroke-opacity", + "stroke-width", + "tab-size", + "-moz-tab-size", + "table-layout", + "text-align", + "text-align-last", + "text-anchor", + "text-combine-upright", + "text-decoration", + "text-decoration-color", + "text-decoration-line", + "text-decoration-skip-ink", + "text-decoration-style", + "text-decoration-thickness", + "text-emphasis", + "text-emphasis-color", + "text-emphasis-position", + "text-emphasis-style", + "-webkit-text-fill-color", + "text-indent", + "text-justify", + "text-orientation", + "text-overflow", + "text-rendering", + "-webkit-text-security", + "text-shadow", + "-moz-text-size-adjust", + "-webkit-text-size-adjust", + "-webkit-text-stroke-color", + "-webkit-text-stroke", + "-webkit-text-stroke-width", + "text-transform", + "text-underline-offset", + "text-underline-position", + "top", + "touch-action", + "transform", + "transform-box", + "-moz-transform", + "transform-origin", + "-moz-transform-origin", + "-webkit-transform-origin", + "transform-style", + "-moz-transform-style", + "-webkit-transform-style", + "-webkit-transform", + "transition", + "transition-delay", + "-moz-transition-delay", + "-webkit-transition-delay", + "transition-duration", + "-moz-transition-duration", + "-webkit-transition-duration", + "-moz-transition", + "transition-property", + "-moz-transition-property", + "-webkit-transition-property", + "transition-timing-function", + "-moz-transition-timing-function", + "-webkit-transition-timing-function", + "-webkit-transition", + "translate", + "unicode-bidi", + "-moz-user-focus", + "-moz-user-input", + "-moz-user-modify", + "user-select", + "-moz-user-select", + "-webkit-user-select", + "vector-effect", + "vertical-align", + "visibility", + "white-space", + "width", + "will-change", + "-moz-window-dragging", + "word-break", + "word-spacing", + "word-wrap", + "writing-mode", + "x", + "y", + "z-index" + ] +} \ No newline at end of file From b10d7750b0990bcd16c6bd35ca47a45f3b64607c Mon Sep 17 00:00:00 2001 From: vio Date: Sun, 15 Oct 2023 19:15:43 +0200 Subject: [PATCH 13/16] Firefox 118 --- README.md | 2 +- data/all.json | 1 + source/browsers/firefox-118.0.json | 553 +++++++++++++++++++++++++++++ 3 files changed, 555 insertions(+), 1 deletion(-) create mode 100644 source/browsers/firefox-118.0.json diff --git a/README.md b/README.md index bf11522..533d0fb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ List of standard and browser specific CSS properties. | Name | Versions | |---|--:| | Chrome | 14 - 118 | -| Firefox | 6 - 117 | +| Firefox | 6 - 118 | | Edge | 13 - 18 | | Safari | 6, 6.2, 7 - 9, 9.1, 10.0, 11.0, 11.1, 12.0, 12.1, 13.0, 13.1, 14, 14.1, 15.1, 15.4, 16.0, 16.5, 17.0 | | Internet Explorer | 8 - 11 | diff --git a/data/all.json b/data/all.json index 57b6031..448c4a3 100644 --- a/data/all.json +++ b/data/all.json @@ -428,6 +428,7 @@ "font-stretch", "font-style", "font-synthesis", + "font-synthesis-position", "font-synthesis-small-caps", "font-synthesis-style", "font-synthesis-weight", diff --git a/source/browsers/firefox-118.0.json b/source/browsers/firefox-118.0.json new file mode 100644 index 0000000..c93096d --- /dev/null +++ b/source/browsers/firefox-118.0.json @@ -0,0 +1,553 @@ +{ + "properties": [ + "accent-color", + "align-content", + "-webkit-align-content", + "align-items", + "-webkit-align-items", + "align-self", + "-webkit-align-self", + "all", + "animation", + "animation-composition", + "animation-delay", + "-moz-animation-delay", + "-webkit-animation-delay", + "animation-direction", + "-moz-animation-direction", + "-webkit-animation-direction", + "animation-duration", + "-moz-animation-duration", + "-webkit-animation-duration", + "animation-fill-mode", + "-moz-animation-fill-mode", + "-webkit-animation-fill-mode", + "animation-iteration-count", + "-moz-animation-iteration-count", + "-webkit-animation-iteration-count", + "-moz-animation", + "animation-name", + "-moz-animation-name", + "-webkit-animation-name", + "animation-play-state", + "-moz-animation-play-state", + "-webkit-animation-play-state", + "animation-timing-function", + "-moz-animation-timing-function", + "-webkit-animation-timing-function", + "-webkit-animation", + "appearance", + "-moz-appearance", + "-webkit-appearance", + "aspect-ratio", + "backdrop-filter", + "backface-visibility", + "-moz-backface-visibility", + "-webkit-backface-visibility", + "background", + "background-attachment", + "background-blend-mode", + "background-clip", + "-webkit-background-clip", + "background-color", + "background-image", + "background-origin", + "-webkit-background-origin", + "background-position", + "background-position-x", + "background-position-y", + "background-repeat", + "background-size", + "-webkit-background-size", + "baseline-source", + "block-size", + "border", + "border-block", + "border-block-color", + "border-block-end", + "border-block-end-color", + "border-block-end-style", + "border-block-end-width", + "border-block-start", + "border-block-start-color", + "border-block-start-style", + "border-block-start-width", + "border-block-style", + "border-block-width", + "border-bottom", + "border-bottom-color", + "border-bottom-left-radius", + "-webkit-border-bottom-left-radius", + "border-bottom-right-radius", + "-webkit-border-bottom-right-radius", + "border-bottom-style", + "border-bottom-width", + "border-collapse", + "border-color", + "-moz-border-end-color", + "border-end-end-radius", + "-moz-border-end", + "border-end-start-radius", + "-moz-border-end-style", + "-moz-border-end-width", + "border-image", + "-moz-border-image", + "border-image-outset", + "border-image-repeat", + "border-image-slice", + "border-image-source", + "-webkit-border-image", + "border-image-width", + "border-inline", + "border-inline-color", + "border-inline-end", + "border-inline-end-color", + "border-inline-end-style", + "border-inline-end-width", + "border-inline-start", + "border-inline-start-color", + "border-inline-start-style", + "border-inline-start-width", + "border-inline-style", + "border-inline-width", + "border-left", + "border-left-color", + "border-left-style", + "border-left-width", + "border-radius", + "-webkit-border-radius", + "border-right", + "border-right-color", + "border-right-style", + "border-right-width", + "border-spacing", + "-moz-border-start-color", + "border-start-end-radius", + "-moz-border-start", + "border-start-start-radius", + "-moz-border-start-style", + "-moz-border-start-width", + "border-style", + "border-top", + "border-top-color", + "border-top-left-radius", + "-webkit-border-top-left-radius", + "border-top-right-radius", + "-webkit-border-top-right-radius", + "border-top-style", + "border-top-width", + "border-width", + "bottom", + "-moz-box-align", + "-webkit-box-align", + "box-decoration-break", + "-moz-box-direction", + "-webkit-box-direction", + "-moz-box-flex", + "-webkit-box-flex", + "-moz-box-ordinal-group", + "-webkit-box-ordinal-group", + "-moz-box-orient", + "-webkit-box-orient", + "-moz-box-pack", + "-webkit-box-pack", + "box-shadow", + "-webkit-box-shadow", + "box-sizing", + "-moz-box-sizing", + "-webkit-box-sizing", + "break-after", + "break-before", + "break-inside", + "caption-side", + "caret-color", + "clear", + "clip", + "clip-path", + "-webkit-clip-path", + "clip-rule", + "color", + "color-adjust", + "color-interpolation", + "color-interpolation-filters", + "color-scheme", + "column-count", + "column-fill", + "column-gap", + "column-rule", + "column-rule-color", + "column-rule-style", + "column-rule-width", + "column-span", + "column-width", + "columns", + "contain", + "contain-intrinsic-block-size", + "contain-intrinsic-height", + "contain-intrinsic-inline-size", + "contain-intrinsic-size", + "contain-intrinsic-width", + "container", + "container-name", + "container-type", + "content", + "counter-increment", + "counter-reset", + "counter-set", + "cursor", + "cx", + "cy", + "d", + "direction", + "display", + "dominant-baseline", + "empty-cells", + "fill", + "fill-opacity", + "fill-rule", + "filter", + "-webkit-filter", + "flex", + "flex-basis", + "-webkit-flex-basis", + "flex-direction", + "-webkit-flex-direction", + "flex-flow", + "-webkit-flex-flow", + "flex-grow", + "-webkit-flex-grow", + "flex-shrink", + "-webkit-flex-shrink", + "-webkit-flex", + "flex-wrap", + "-webkit-flex-wrap", + "float", + "-moz-float-edge", + "flood-color", + "flood-opacity", + "font", + "font-family", + "font-feature-settings", + "-moz-font-feature-settings", + "font-kerning", + "font-language-override", + "-moz-font-language-override", + "font-optical-sizing", + "font-palette", + "font-size", + "font-size-adjust", + "font-stretch", + "font-style", + "font-synthesis", + "font-synthesis-position", + "font-synthesis-small-caps", + "font-synthesis-style", + "font-synthesis-weight", + "font-variant", + "font-variant-alternates", + "font-variant-caps", + "font-variant-east-asian", + "font-variant-ligatures", + "font-variant-numeric", + "font-variant-position", + "font-variation-settings", + "font-weight", + "-moz-force-broken-image-icon", + "forced-color-adjust", + "gap", + "grid", + "grid-area", + "grid-auto-columns", + "grid-auto-flow", + "grid-auto-rows", + "grid-column", + "grid-column-end", + "grid-column-gap", + "grid-column-start", + "grid-gap", + "grid-row", + "grid-row-end", + "grid-row-gap", + "grid-row-start", + "grid-template", + "grid-template-areas", + "grid-template-columns", + "grid-template-rows", + "height", + "hyphenate-character", + "hyphens", + "-moz-hyphens", + "image-orientation", + "image-rendering", + "ime-mode", + "inline-size", + "inset", + "inset-block", + "inset-block-end", + "inset-block-start", + "inset-inline", + "inset-inline-end", + "inset-inline-start", + "isolation", + "justify-content", + "-webkit-justify-content", + "justify-items", + "justify-self", + "left", + "letter-spacing", + "lighting-color", + "line-break", + "-webkit-line-clamp", + "line-height", + "list-style", + "list-style-image", + "list-style-position", + "list-style-type", + "margin", + "margin-block", + "margin-block-end", + "margin-block-start", + "margin-bottom", + "-moz-margin-end", + "margin-inline", + "margin-inline-end", + "margin-inline-start", + "margin-left", + "margin-right", + "-moz-margin-start", + "margin-top", + "marker", + "marker-end", + "marker-mid", + "marker-start", + "mask", + "mask-clip", + "-webkit-mask-clip", + "mask-composite", + "-webkit-mask-composite", + "mask-image", + "-webkit-mask-image", + "mask-mode", + "mask-origin", + "-webkit-mask-origin", + "mask-position", + "-webkit-mask-position", + "mask-position-x", + "-webkit-mask-position-x", + "mask-position-y", + "-webkit-mask-position-y", + "mask-repeat", + "-webkit-mask-repeat", + "mask-size", + "-webkit-mask-size", + "mask-type", + "-webkit-mask", + "math-depth", + "math-style", + "max-block-size", + "max-height", + "max-inline-size", + "max-width", + "min-block-size", + "min-height", + "min-inline-size", + "min-width", + "mix-blend-mode", + "object-fit", + "object-position", + "offset", + "offset-anchor", + "offset-distance", + "offset-path", + "offset-rotate", + "opacity", + "order", + "-webkit-order", + "-moz-orient", + "-moz-osx-font-smoothing", + "outline", + "outline-color", + "outline-offset", + "outline-style", + "outline-width", + "overflow", + "overflow-anchor", + "overflow-block", + "overflow-clip-margin", + "overflow-inline", + "overflow-wrap", + "overflow-x", + "overflow-y", + "overscroll-behavior", + "overscroll-behavior-block", + "overscroll-behavior-inline", + "overscroll-behavior-x", + "overscroll-behavior-y", + "padding", + "padding-block", + "padding-block-end", + "padding-block-start", + "padding-bottom", + "-moz-padding-end", + "padding-inline", + "padding-inline-end", + "padding-inline-start", + "padding-left", + "padding-right", + "-moz-padding-start", + "padding-top", + "page", + "page-break-after", + "page-break-before", + "page-break-inside", + "paint-order", + "perspective", + "-moz-perspective", + "perspective-origin", + "-moz-perspective-origin", + "-webkit-perspective-origin", + "-webkit-perspective", + "place-content", + "place-items", + "place-self", + "pointer-events", + "position", + "print-color-adjust", + "quotes", + "r", + "resize", + "right", + "rotate", + "row-gap", + "ruby-align", + "ruby-position", + "rx", + "ry", + "scale", + "scroll-behavior", + "scroll-margin", + "scroll-margin-block", + "scroll-margin-block-end", + "scroll-margin-block-start", + "scroll-margin-bottom", + "scroll-margin-inline", + "scroll-margin-inline-end", + "scroll-margin-inline-start", + "scroll-margin-left", + "scroll-margin-right", + "scroll-margin-top", + "scroll-padding", + "scroll-padding-block", + "scroll-padding-block-end", + "scroll-padding-block-start", + "scroll-padding-bottom", + "scroll-padding-inline", + "scroll-padding-inline-end", + "scroll-padding-inline-start", + "scroll-padding-left", + "scroll-padding-right", + "scroll-padding-top", + "scroll-snap-align", + "scroll-snap-stop", + "scroll-snap-type", + "scrollbar-color", + "scrollbar-gutter", + "scrollbar-width", + "shape-image-threshold", + "shape-margin", + "shape-outside", + "shape-rendering", + "stop-color", + "stop-opacity", + "stroke", + "stroke-dasharray", + "stroke-dashoffset", + "stroke-linecap", + "stroke-linejoin", + "stroke-miterlimit", + "stroke-opacity", + "stroke-width", + "tab-size", + "-moz-tab-size", + "table-layout", + "text-align", + "text-align-last", + "text-anchor", + "text-combine-upright", + "text-decoration", + "text-decoration-color", + "text-decoration-line", + "text-decoration-skip-ink", + "text-decoration-style", + "text-decoration-thickness", + "text-emphasis", + "text-emphasis-color", + "text-emphasis-position", + "text-emphasis-style", + "-webkit-text-fill-color", + "text-indent", + "text-justify", + "text-orientation", + "text-overflow", + "text-rendering", + "-webkit-text-security", + "text-shadow", + "-moz-text-size-adjust", + "-webkit-text-size-adjust", + "-webkit-text-stroke-color", + "-webkit-text-stroke", + "-webkit-text-stroke-width", + "text-transform", + "text-underline-offset", + "text-underline-position", + "top", + "touch-action", + "transform", + "transform-box", + "-moz-transform", + "transform-origin", + "-moz-transform-origin", + "-webkit-transform-origin", + "transform-style", + "-moz-transform-style", + "-webkit-transform-style", + "-webkit-transform", + "transition", + "transition-delay", + "-moz-transition-delay", + "-webkit-transition-delay", + "transition-duration", + "-moz-transition-duration", + "-webkit-transition-duration", + "-moz-transition", + "transition-property", + "-moz-transition-property", + "-webkit-transition-property", + "transition-timing-function", + "-moz-transition-timing-function", + "-webkit-transition-timing-function", + "-webkit-transition", + "translate", + "unicode-bidi", + "-moz-user-focus", + "-moz-user-input", + "-moz-user-modify", + "user-select", + "-moz-user-select", + "-webkit-user-select", + "vector-effect", + "vertical-align", + "visibility", + "white-space", + "width", + "will-change", + "-moz-window-dragging", + "word-break", + "word-spacing", + "word-wrap", + "writing-mode", + "x", + "y", + "z-index" + ] +} \ No newline at end of file From 24eae14f45926b044864716152df9c5997ae0b2f Mon Sep 17 00:00:00 2001 From: vio Date: Sun, 15 Oct 2023 19:16:40 +0200 Subject: [PATCH 14/16] Firefox android 118 --- README.md | 2 +- source/browsers/firefox_mobile-118.0.json | 552 ++++++++++++++++++++++ 2 files changed, 553 insertions(+), 1 deletion(-) create mode 100644 source/browsers/firefox_mobile-118.0.json diff --git a/README.md b/README.md index 533d0fb..71593c9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ List of standard and browser specific CSS properties. |---|--:| | iOS Safari | 6 - 8, 8.3, 9.0, 9.3, 10.0, 10.2, 10.3, 11.0, 11.2, 11.3, 11.4, 12.0 , 12.1, 13.1, 14, 14.1, 15.1, 15.4, 15.6, 16.0, 16.4, 17.0 | | Chrome for Android | 30, 35, 37, 44, 46, 51, 55 - 62, 64, 66 - 76, 78 - 79, 81, 83, 91, 94, 96, 100, 101, 110, 113 - 114, 117 | -| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85, 91, 99, 101, 106, 110, 115 | +| Firefox for Android | 47, 52 - 54, 57, 58, 62 - 64, 66, 68, 81, 85, 91, 99, 101, 106, 110, 115, 118 | | IE mobile | 11 | | Opera Mobile | 42.7, 43, 47.1, 73.2 | | Samsung Internet | 4.0, 6.4, 7.4, 8.2, 9.0, 14.2, 19.0, 22.0 | diff --git a/source/browsers/firefox_mobile-118.0.json b/source/browsers/firefox_mobile-118.0.json new file mode 100644 index 0000000..c70cfec --- /dev/null +++ b/source/browsers/firefox_mobile-118.0.json @@ -0,0 +1,552 @@ +{ + "properties": [ + "accent-color", + "align-content", + "-webkit-align-content", + "align-items", + "-webkit-align-items", + "align-self", + "-webkit-align-self", + "all", + "animation", + "animation-composition", + "animation-delay", + "-moz-animation-delay", + "-webkit-animation-delay", + "animation-direction", + "-moz-animation-direction", + "-webkit-animation-direction", + "animation-duration", + "-moz-animation-duration", + "-webkit-animation-duration", + "animation-fill-mode", + "-moz-animation-fill-mode", + "-webkit-animation-fill-mode", + "animation-iteration-count", + "-moz-animation-iteration-count", + "-webkit-animation-iteration-count", + "-moz-animation", + "animation-name", + "-moz-animation-name", + "-webkit-animation-name", + "animation-play-state", + "-moz-animation-play-state", + "-webkit-animation-play-state", + "animation-timing-function", + "-moz-animation-timing-function", + "-webkit-animation-timing-function", + "-webkit-animation", + "appearance", + "-moz-appearance", + "-webkit-appearance", + "aspect-ratio", + "backdrop-filter", + "backface-visibility", + "-moz-backface-visibility", + "-webkit-backface-visibility", + "background", + "background-attachment", + "background-blend-mode", + "background-clip", + "-webkit-background-clip", + "background-color", + "background-image", + "background-origin", + "-webkit-background-origin", + "background-position", + "background-position-x", + "background-position-y", + "background-repeat", + "background-size", + "-webkit-background-size", + "baseline-source", + "block-size", + "border", + "border-block", + "border-block-color", + "border-block-end", + "border-block-end-color", + "border-block-end-style", + "border-block-end-width", + "border-block-start", + "border-block-start-color", + "border-block-start-style", + "border-block-start-width", + "border-block-style", + "border-block-width", + "border-bottom", + "border-bottom-color", + "border-bottom-left-radius", + "-webkit-border-bottom-left-radius", + "border-bottom-right-radius", + "-webkit-border-bottom-right-radius", + "border-bottom-style", + "border-bottom-width", + "border-collapse", + "border-color", + "-moz-border-end-color", + "border-end-end-radius", + "-moz-border-end", + "border-end-start-radius", + "-moz-border-end-style", + "-moz-border-end-width", + "border-image", + "-moz-border-image", + "border-image-outset", + "border-image-repeat", + "border-image-slice", + "border-image-source", + "-webkit-border-image", + "border-image-width", + "border-inline", + "border-inline-color", + "border-inline-end", + "border-inline-end-color", + "border-inline-end-style", + "border-inline-end-width", + "border-inline-start", + "border-inline-start-color", + "border-inline-start-style", + "border-inline-start-width", + "border-inline-style", + "border-inline-width", + "border-left", + "border-left-color", + "border-left-style", + "border-left-width", + "border-radius", + "-webkit-border-radius", + "border-right", + "border-right-color", + "border-right-style", + "border-right-width", + "border-spacing", + "-moz-border-start-color", + "border-start-end-radius", + "-moz-border-start", + "border-start-start-radius", + "-moz-border-start-style", + "-moz-border-start-width", + "border-style", + "border-top", + "border-top-color", + "border-top-left-radius", + "-webkit-border-top-left-radius", + "border-top-right-radius", + "-webkit-border-top-right-radius", + "border-top-style", + "border-top-width", + "border-width", + "bottom", + "-moz-box-align", + "-webkit-box-align", + "box-decoration-break", + "-moz-box-direction", + "-webkit-box-direction", + "-moz-box-flex", + "-webkit-box-flex", + "-moz-box-ordinal-group", + "-webkit-box-ordinal-group", + "-moz-box-orient", + "-webkit-box-orient", + "-moz-box-pack", + "-webkit-box-pack", + "box-shadow", + "-webkit-box-shadow", + "box-sizing", + "-moz-box-sizing", + "-webkit-box-sizing", + "break-after", + "break-before", + "break-inside", + "caption-side", + "caret-color", + "clear", + "clip", + "clip-path", + "-webkit-clip-path", + "clip-rule", + "color", + "color-adjust", + "color-interpolation", + "color-interpolation-filters", + "color-scheme", + "column-count", + "column-fill", + "column-gap", + "column-rule", + "column-rule-color", + "column-rule-style", + "column-rule-width", + "column-span", + "column-width", + "columns", + "contain", + "contain-intrinsic-block-size", + "contain-intrinsic-height", + "contain-intrinsic-inline-size", + "contain-intrinsic-size", + "contain-intrinsic-width", + "container", + "container-name", + "container-type", + "content", + "counter-increment", + "counter-reset", + "counter-set", + "cursor", + "cx", + "cy", + "d", + "direction", + "display", + "dominant-baseline", + "empty-cells", + "fill", + "fill-opacity", + "fill-rule", + "filter", + "-webkit-filter", + "flex", + "flex-basis", + "-webkit-flex-basis", + "flex-direction", + "-webkit-flex-direction", + "flex-flow", + "-webkit-flex-flow", + "flex-grow", + "-webkit-flex-grow", + "flex-shrink", + "-webkit-flex-shrink", + "-webkit-flex", + "flex-wrap", + "-webkit-flex-wrap", + "float", + "-moz-float-edge", + "flood-color", + "flood-opacity", + "font", + "font-family", + "font-feature-settings", + "-moz-font-feature-settings", + "font-kerning", + "font-language-override", + "-moz-font-language-override", + "font-optical-sizing", + "font-palette", + "font-size", + "font-size-adjust", + "font-stretch", + "font-style", + "font-synthesis", + "font-synthesis-position", + "font-synthesis-small-caps", + "font-synthesis-style", + "font-synthesis-weight", + "font-variant", + "font-variant-alternates", + "font-variant-caps", + "font-variant-east-asian", + "font-variant-ligatures", + "font-variant-numeric", + "font-variant-position", + "font-variation-settings", + "font-weight", + "-moz-force-broken-image-icon", + "forced-color-adjust", + "gap", + "grid", + "grid-area", + "grid-auto-columns", + "grid-auto-flow", + "grid-auto-rows", + "grid-column", + "grid-column-end", + "grid-column-gap", + "grid-column-start", + "grid-gap", + "grid-row", + "grid-row-end", + "grid-row-gap", + "grid-row-start", + "grid-template", + "grid-template-areas", + "grid-template-columns", + "grid-template-rows", + "height", + "hyphenate-character", + "hyphens", + "-moz-hyphens", + "image-orientation", + "image-rendering", + "ime-mode", + "inline-size", + "inset", + "inset-block", + "inset-block-end", + "inset-block-start", + "inset-inline", + "inset-inline-end", + "inset-inline-start", + "isolation", + "justify-content", + "-webkit-justify-content", + "justify-items", + "justify-self", + "left", + "letter-spacing", + "lighting-color", + "line-break", + "-webkit-line-clamp", + "line-height", + "list-style", + "list-style-image", + "list-style-position", + "list-style-type", + "margin", + "margin-block", + "margin-block-end", + "margin-block-start", + "margin-bottom", + "-moz-margin-end", + "margin-inline", + "margin-inline-end", + "margin-inline-start", + "margin-left", + "margin-right", + "-moz-margin-start", + "margin-top", + "marker", + "marker-end", + "marker-mid", + "marker-start", + "mask", + "mask-clip", + "-webkit-mask-clip", + "mask-composite", + "-webkit-mask-composite", + "mask-image", + "-webkit-mask-image", + "mask-mode", + "mask-origin", + "-webkit-mask-origin", + "mask-position", + "-webkit-mask-position", + "mask-position-x", + "-webkit-mask-position-x", + "mask-position-y", + "-webkit-mask-position-y", + "mask-repeat", + "-webkit-mask-repeat", + "mask-size", + "-webkit-mask-size", + "mask-type", + "-webkit-mask", + "math-depth", + "math-style", + "max-block-size", + "max-height", + "max-inline-size", + "max-width", + "min-block-size", + "min-height", + "min-inline-size", + "min-width", + "mix-blend-mode", + "object-fit", + "object-position", + "offset", + "offset-anchor", + "offset-distance", + "offset-path", + "offset-rotate", + "opacity", + "order", + "-webkit-order", + "-moz-orient", + "outline", + "outline-color", + "outline-offset", + "outline-style", + "outline-width", + "overflow", + "overflow-anchor", + "overflow-block", + "overflow-clip-margin", + "overflow-inline", + "overflow-wrap", + "overflow-x", + "overflow-y", + "overscroll-behavior", + "overscroll-behavior-block", + "overscroll-behavior-inline", + "overscroll-behavior-x", + "overscroll-behavior-y", + "padding", + "padding-block", + "padding-block-end", + "padding-block-start", + "padding-bottom", + "-moz-padding-end", + "padding-inline", + "padding-inline-end", + "padding-inline-start", + "padding-left", + "padding-right", + "-moz-padding-start", + "padding-top", + "page", + "page-break-after", + "page-break-before", + "page-break-inside", + "paint-order", + "perspective", + "-moz-perspective", + "perspective-origin", + "-moz-perspective-origin", + "-webkit-perspective-origin", + "-webkit-perspective", + "place-content", + "place-items", + "place-self", + "pointer-events", + "position", + "print-color-adjust", + "quotes", + "r", + "resize", + "right", + "rotate", + "row-gap", + "ruby-align", + "ruby-position", + "rx", + "ry", + "scale", + "scroll-behavior", + "scroll-margin", + "scroll-margin-block", + "scroll-margin-block-end", + "scroll-margin-block-start", + "scroll-margin-bottom", + "scroll-margin-inline", + "scroll-margin-inline-end", + "scroll-margin-inline-start", + "scroll-margin-left", + "scroll-margin-right", + "scroll-margin-top", + "scroll-padding", + "scroll-padding-block", + "scroll-padding-block-end", + "scroll-padding-block-start", + "scroll-padding-bottom", + "scroll-padding-inline", + "scroll-padding-inline-end", + "scroll-padding-inline-start", + "scroll-padding-left", + "scroll-padding-right", + "scroll-padding-top", + "scroll-snap-align", + "scroll-snap-stop", + "scroll-snap-type", + "scrollbar-color", + "scrollbar-gutter", + "scrollbar-width", + "shape-image-threshold", + "shape-margin", + "shape-outside", + "shape-rendering", + "stop-color", + "stop-opacity", + "stroke", + "stroke-dasharray", + "stroke-dashoffset", + "stroke-linecap", + "stroke-linejoin", + "stroke-miterlimit", + "stroke-opacity", + "stroke-width", + "tab-size", + "-moz-tab-size", + "table-layout", + "text-align", + "text-align-last", + "text-anchor", + "text-combine-upright", + "text-decoration", + "text-decoration-color", + "text-decoration-line", + "text-decoration-skip-ink", + "text-decoration-style", + "text-decoration-thickness", + "text-emphasis", + "text-emphasis-color", + "text-emphasis-position", + "text-emphasis-style", + "-webkit-text-fill-color", + "text-indent", + "text-justify", + "text-orientation", + "text-overflow", + "text-rendering", + "-webkit-text-security", + "text-shadow", + "-moz-text-size-adjust", + "-webkit-text-size-adjust", + "-webkit-text-stroke-color", + "-webkit-text-stroke", + "-webkit-text-stroke-width", + "text-transform", + "text-underline-offset", + "text-underline-position", + "top", + "touch-action", + "transform", + "transform-box", + "-moz-transform", + "transform-origin", + "-moz-transform-origin", + "-webkit-transform-origin", + "transform-style", + "-moz-transform-style", + "-webkit-transform-style", + "-webkit-transform", + "transition", + "transition-delay", + "-moz-transition-delay", + "-webkit-transition-delay", + "transition-duration", + "-moz-transition-duration", + "-webkit-transition-duration", + "-moz-transition", + "transition-property", + "-moz-transition-property", + "-webkit-transition-property", + "transition-timing-function", + "-moz-transition-timing-function", + "-webkit-transition-timing-function", + "-webkit-transition", + "translate", + "unicode-bidi", + "-moz-user-focus", + "-moz-user-input", + "-moz-user-modify", + "user-select", + "-moz-user-select", + "-webkit-user-select", + "vector-effect", + "vertical-align", + "visibility", + "white-space", + "width", + "will-change", + "-moz-window-dragging", + "word-break", + "word-spacing", + "word-wrap", + "writing-mode", + "x", + "y", + "z-index" + ] +} \ No newline at end of file From 03b30a6253d6b73975b0277d1bd92c484eeac9f5 Mon Sep 17 00:00:00 2001 From: vio Date: Sun, 15 Oct 2023 19:19:45 +0200 Subject: [PATCH 15/16] W3C data 2023/10/15 --- data/all.json | 127 +++++++++++++ source/w3c.json | 466 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 593 insertions(+) diff --git a/data/all.json b/data/all.json index 448c4a3..a296c7c 100644 --- a/data/all.json +++ b/data/all.json @@ -25,6 +25,9 @@ "all", "alt", "-webkit-alt", + "anchor-default", + "anchor-name", + "anchor-scroll", "animation", "animation-composition", "animation-delay", @@ -118,8 +121,17 @@ "baseline-source", "behavior", "-moz-binding", + "block-ellipsis", "-ms-block-progression", "block-size", + "block-step", + "block-step-align", + "block-step-insert", + "block-step-round", + "block-step-size", + "bookmark-label", + "bookmark-level", + "bookmark-state", "border", "-webkit-border-after-color", "-webkit-border-after-style", @@ -150,6 +162,7 @@ "-webkit-border-bottom-right-radius", "border-bottom-style", "border-bottom-width", + "border-boundary", "border-collapse", "border-color", "-moz-border-end-color", @@ -254,12 +267,16 @@ "box-sizing", "-moz-box-sizing", "-webkit-box-sizing", + "box-snap", "break-after", "break-before", "break-inside", "buffered-rendering", "caption-side", + "caret", "caret-color", + "caret-shape", + "chains", "clear", "clip", "clip-path", @@ -331,6 +348,7 @@ "-ms-content-zoom-snap-points", "-ms-content-zoom-snap-type", "-ms-content-zooming", + "continue", "counter-increment", "counter-reset", "counter-set", @@ -364,8 +382,15 @@ "epub-writing-mode", "fallback", "fill", + "fill-break", + "fill-color", + "fill-image", "fill-opacity", + "fill-origin", + "fill-position", + "fill-repeat", "fill-rule", + "fill-size", "filter", "-ms-filter", "-webkit-filter", @@ -401,11 +426,17 @@ "-ms-flex-wrap", "-webkit-flex-wrap", "float", + "float-defer", "-moz-float-edge", + "float-offset", + "float-reference", "flood-color", "flood-opacity", + "flow", + "flow-from", "-ms-flow-from", "-webkit-flow-from", + "flow-into", "-ms-flow-into", "-webkit-flow-into", "font", @@ -436,12 +467,15 @@ "font-variant-alternates", "font-variant-caps", "font-variant-east-asian", + "font-variant-emoji", "font-variant-ligatures", "-webkit-font-variant-ligatures", "font-variant-numeric", "font-variant-position", "font-variation-settings", "font-weight", + "footnote-display", + "footnote-policy", "-moz-force-broken-image-icon", "forced-color-adjust", "gap", @@ -494,8 +528,11 @@ "-webkit-hyphenate-limit-before", "hyphenate-limit-chars", "-ms-hyphenate-limit-chars", + "hyphenate-limit-last", + "hyphenate-limit-lines", "-ms-hyphenate-limit-lines", "-webkit-hyphenate-limit-lines", + "hyphenate-limit-zone", "-ms-hyphenate-limit-zone", "hyphens", "-moz-hyphens", @@ -504,16 +541,21 @@ "image-orientation", "-moz-image-region", "image-rendering", + "image-resolution", "-ms-ime-align", "ime-mode", "inherits", "initial-letter", + "initial-letter-align", "-webkit-initial-letter", + "initial-letter-wrap", "initial-value", "inline-size", + "inline-sizing", "input-format", "-wap-input-format", "-wap-input-required", + "input-security", "inset", "inset-block", "inset-block-end", @@ -543,13 +585,17 @@ "-webkit-line-box-contain", "line-break", "-webkit-line-break", + "line-clamp", "-webkit-line-clamp", "line-gap-override", + "line-grid", "-webkit-line-grid-snap", "-webkit-line-grid", "line-height", "line-height-step", "line-increment", + "line-padding", + "line-snap", "-webkit-line-snap", "-o-link", "-o-link-source", @@ -570,6 +616,7 @@ "margin-block-start", "margin-bottom", "-webkit-margin-bottom-collapse", + "margin-break", "-webkit-margin-collapse", "-moz-margin-end", "-webkit-margin-end", @@ -585,8 +632,13 @@ "margin-trim", "marker", "marker-end", + "marker-knockout-left", + "marker-knockout-right", "marker-mid", "marker-offset", + "marker-pattern", + "marker-segment", + "marker-side", "marker-start", "marks", "-wap-marquee-dir", @@ -601,6 +653,13 @@ "-webkit-marquee", "mask", "-webkit-mask-attachment", + "mask-border", + "mask-border-mode", + "mask-border-outset", + "mask-border-repeat", + "mask-border-slice", + "mask-border-source", + "mask-border-width", "-webkit-mask-box-image-outset", "-webkit-mask-box-image-repeat", "-webkit-mask-box-image-slice", @@ -639,6 +698,7 @@ "max-block-size", "max-height", "max-inline-size", + "max-lines", "-webkit-max-logical-height", "-webkit-max-logical-width", "max-width", @@ -646,6 +706,7 @@ "min-block-size", "min-height", "min-inline-size", + "min-intrinsic-sizing", "-webkit-min-logical-height", "-webkit-min-logical-width", "min-width", @@ -706,6 +767,16 @@ "overflow-anchor", "overflow-block", "overflow-clip-margin", + "overflow-clip-margin-block", + "overflow-clip-margin-block-end", + "overflow-clip-margin-block-start", + "overflow-clip-margin-bottom", + "overflow-clip-margin-inline", + "overflow-clip-margin-inline-end", + "overflow-clip-margin-inline-start", + "overflow-clip-margin-left", + "overflow-clip-margin-right", + "overflow-clip-margin-top", "overflow-inline", "-webkit-overflow-scrolling", "-ms-overflow-style", @@ -769,27 +840,36 @@ "play-during", "pointer-events", "position", + "position-fallback", + "position-fallback-bounds", "prefix", "print-color-adjust", "-webkit-print-color-adjust", + "property-name", "quotes", "r", "range", "-webkit-region-break-after", "-webkit-region-break-before", "-webkit-region-break-inside", + "region-fragment", "-webkit-region-fragment", "-webkit-region-overflow", "resize", + "rest", + "rest-after", + "rest-before", "richness", "right", "rotate", "row-gap", "-webkit-rtl-ordering", "ruby-align", + "ruby-merge", "ruby-overhang", "ruby-position", "-webkit-ruby-position", + "running", "rx", "ry", "scale", @@ -866,6 +946,7 @@ "scrollbar3dlight-color", "shape-image-threshold", "-webkit-shape-image-threshold", + "shape-inside", "-webkit-shape-inside", "shape-margin", "-webkit-shape-margin", @@ -878,6 +959,9 @@ "snap-height", "solid-color", "solid-opacity", + "spatial-navigation-action", + "spatial-navigation-contain", + "spatial-navigation-function", "speak", "speak-as", "speak-header", @@ -889,14 +973,27 @@ "stop-color", "stop-opacity", "stress", + "string-set", "stroke", + "stroke-align", + "stroke-alignment", + "stroke-break", "stroke-color", + "stroke-dash-corner", + "stroke-dash-justify", + "stroke-dashadjust", "stroke-dasharray", + "stroke-dashcorner", "stroke-dashoffset", + "stroke-image", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", + "stroke-origin", + "stroke-position", + "stroke-repeat", + "stroke-size", "stroke-width", "suffix", "supported-color-schemes", @@ -911,11 +1008,14 @@ "table-layout", "-webkit-tap-highlight-color", "text-align", + "text-align-all", "text-align-last", "-moz-text-align-last", "text-anchor", "text-autospace", "-moz-text-blink", + "text-box-edge", + "text-box-trim", "-ms-text-combine-horizontal", "text-combine-upright", "-webkit-text-combine", @@ -931,12 +1031,17 @@ "text-decoration-none", "text-decoration-overline", "text-decoration-skip", + "text-decoration-skip-box", "text-decoration-skip-ink", + "text-decoration-skip-inset", + "text-decoration-skip-self", + "text-decoration-skip-spaces", "-webkit-text-decoration-skip", "text-decoration-style", "-moz-text-decoration-style", "-webkit-text-decoration-style", "text-decoration-thickness", + "text-decoration-trim", "text-decoration-underline", "-webkit-text-decoration", "-webkit-text-decorations-in-effect", @@ -945,10 +1050,12 @@ "-webkit-text-emphasis-color", "text-emphasis-position", "-webkit-text-emphasis-position", + "text-emphasis-skip", "text-emphasis-style", "-webkit-text-emphasis-style", "-webkit-text-emphasis", "-webkit-text-fill-color", + "text-group-align", "text-indent", "text-justify", "text-justify-trim", @@ -974,6 +1081,8 @@ "-moz-text-size-adjust", "-ms-text-size-adjust", "-webkit-text-size-adjust", + "text-spacing", + "text-spacing-trim", "-webkit-text-stroke-color", "-webkit-text-stroke", "-webkit-text-stroke-width", @@ -987,6 +1096,8 @@ "text-underline-style", "text-underline-width", "text-wrap", + "text-wrap-mode", + "text-wrap-style", "-webkit-text-zoom", "timeline-scope", "top", @@ -1069,26 +1180,42 @@ "viewport-fill-opacity", "viewport-fit", "visibility", + "voice-balance", + "voice-duration", "voice-family", + "voice-pitch", + "voice-range", + "voice-rate", + "voice-stress", + "voice-volume", "volume", "white-space", "white-space-collapse", + "white-space-trim", "-webkit-widget-region", "widows", "width", "will-change", "-moz-window-dragging", "-moz-window-shadow", + "word-boundary-detection", + "word-boundary-expansion", "word-break", + "word-space-transform", "word-spacing", "word-wrap", + "wrap-after", + "wrap-before", + "wrap-flow", "-ms-wrap-flow", "-webkit-wrap-flow", + "wrap-inside", "-ms-wrap-margin", "-webkit-wrap-margin", "-webkit-wrap-padding", "-webkit-wrap-shape-inside", "-webkit-wrap-shape-outside", + "wrap-through", "-ms-wrap-through", "-webkit-wrap-through", "-webkit-wrap", diff --git a/source/w3c.json b/source/w3c.json index ca01044..2bbd3a8 100644 --- a/source/w3c.json +++ b/source/w3c.json @@ -1,119 +1,585 @@ { "properties": [ + "-webkit-line-clamp", + "accent-color", + "align-content", + "align-items", + "align-self", + "alignment-baseline", + "all", + "anchor-default", + "anchor-name", + "anchor-scroll", + "animation", + "animation-composition", + "animation-delay", + "animation-direction", + "animation-duration", + "animation-fill-mode", + "animation-iteration-count", + "animation-name", + "animation-play-state", + "animation-range", + "animation-range-end", + "animation-range-start", + "animation-timeline", + "animation-timing-function", + "appearance", + "aspect-ratio", "azimuth", + "backface-visibility", "background", "background-attachment", + "background-blend-mode", + "background-clip", "background-color", "background-image", + "background-origin", "background-position", "background-repeat", + "background-size", + "baseline-shift", + "baseline-source", + "block-ellipsis", + "block-size", + "block-step", + "block-step-align", + "block-step-insert", + "block-step-round", + "block-step-size", + "bookmark-label", + "bookmark-level", + "bookmark-state", "border", + "border-block", + "border-block-color", + "border-block-end", + "border-block-end-color", + "border-block-end-style", + "border-block-end-width", + "border-block-start", + "border-block-start-color", + "border-block-start-style", + "border-block-start-width", + "border-block-style", + "border-block-width", "border-bottom", "border-bottom-color", + "border-bottom-left-radius", + "border-bottom-right-radius", "border-bottom-style", "border-bottom-width", + "border-boundary", "border-collapse", "border-color", + "border-end-end-radius", + "border-end-start-radius", + "border-image", + "border-image-outset", + "border-image-repeat", + "border-image-slice", + "border-image-source", + "border-image-width", + "border-inline", + "border-inline-color", + "border-inline-end", + "border-inline-end-color", + "border-inline-end-style", + "border-inline-end-width", + "border-inline-start", + "border-inline-start-color", + "border-inline-start-style", + "border-inline-start-width", + "border-inline-style", + "border-inline-width", "border-left", "border-left-color", "border-left-style", "border-left-width", + "border-radius", "border-right", "border-right-color", "border-right-style", "border-right-width", "border-spacing", + "border-start-end-radius", + "border-start-start-radius", "border-style", "border-top", "border-top-color", + "border-top-left-radius", + "border-top-right-radius", "border-top-style", "border-top-width", "border-width", "bottom", + "box-decoration-break", + "box-shadow", + "box-sizing", + "box-snap", + "break-after", + "break-before", + "break-inside", "caption-side", + "caret", + "caret-color", + "caret-shape", + "chains", "clear", "clip", + "clip-path", + "clip-rule", "color", + "color-adjust", + "color-interpolation-filters", + "color-scheme", + "column-count", + "column-fill", + "column-gap", + "column-rule", + "column-rule-color", + "column-rule-style", + "column-rule-width", + "column-span", + "column-width", + "columns", + "contain", + "contain-intrinsic-block-size", + "contain-intrinsic-height", + "contain-intrinsic-inline-size", + "contain-intrinsic-size", + "contain-intrinsic-width", + "container", + "container-name", + "container-type", "content", + "content-visibility", + "continue", "counter-increment", "counter-reset", + "counter-set", "cue", "cue-after", "cue-before", "cursor", "direction", "display", + "dominant-baseline", "elevation", "empty-cells", + "fill", + "fill-break", + "fill-color", + "fill-image", + "fill-opacity", + "fill-origin", + "fill-position", + "fill-repeat", + "fill-rule", + "fill-size", + "filter", + "flex", + "flex-basis", + "flex-direction", + "flex-flow", + "flex-grow", + "flex-shrink", + "flex-wrap", "float", + "float-defer", + "float-offset", + "float-reference", + "flood-color", + "flood-opacity", + "flow", + "flow-from", + "flow-into", "font", "font-family", + "font-feature-settings", + "font-kerning", + "font-language-override", + "font-optical-sizing", + "font-palette", "font-size", + "font-size-adjust", + "font-stretch", "font-style", + "font-synthesis", + "font-synthesis-position", + "font-synthesis-small-caps", + "font-synthesis-style", + "font-synthesis-weight", "font-variant", + "font-variant-alternates", + "font-variant-caps", + "font-variant-east-asian", + "font-variant-emoji", + "font-variant-ligatures", + "font-variant-numeric", + "font-variant-position", + "font-variation-settings", "font-weight", + "footnote-display", + "footnote-policy", + "forced-color-adjust", + "gap", + "glyph-orientation-vertical", + "grid", + "grid-area", + "grid-auto-columns", + "grid-auto-flow", + "grid-auto-rows", + "grid-column", + "grid-column-end", + "grid-column-start", + "grid-row", + "grid-row-end", + "grid-row-start", + "grid-template", + "grid-template-areas", + "grid-template-columns", + "grid-template-rows", + "hanging-punctuation", "height", + "hyphenate-character", + "hyphenate-limit-chars", + "hyphenate-limit-last", + "hyphenate-limit-lines", + "hyphenate-limit-zone", + "hyphens", + "image-orientation", + "image-rendering", + "image-resolution", + "initial-letter", + "initial-letter-align", + "initial-letter-wrap", + "inline-size", + "inline-sizing", + "input-security", + "inset", + "inset-block", + "inset-block-end", + "inset-block-start", + "inset-inline", + "inset-inline-end", + "inset-inline-start", + "isolation", + "justify-content", + "justify-items", + "justify-self", "left", "letter-spacing", + "lighting-color", + "line-break", + "line-clamp", + "line-grid", "line-height", + "line-height-step", + "line-padding", + "line-snap", "list-style", "list-style-image", "list-style-position", "list-style-type", "margin", + "margin-block", + "margin-block-end", + "margin-block-start", "margin-bottom", + "margin-break", + "margin-inline", + "margin-inline-end", + "margin-inline-start", "margin-left", "margin-right", "margin-top", + "margin-trim", + "marker", + "marker-end", + "marker-knockout-left", + "marker-knockout-right", + "marker-mid", + "marker-pattern", + "marker-segment", + "marker-side", + "marker-start", + "mask", + "mask-border", + "mask-border-mode", + "mask-border-outset", + "mask-border-repeat", + "mask-border-slice", + "mask-border-source", + "mask-border-width", + "mask-clip", + "mask-composite", + "mask-image", + "mask-mode", + "mask-origin", + "mask-position", + "mask-repeat", + "mask-size", + "mask-type", + "max-block-size", "max-height", + "max-inline-size", + "max-lines", "max-width", + "min-block-size", "min-height", + "min-inline-size", + "min-intrinsic-sizing", "min-width", + "mix-blend-mode", + "nav-down", + "nav-left", + "nav-right", + "nav-up", + "object-fit", + "object-position", + "offset", + "offset-anchor", + "offset-distance", + "offset-path", + "offset-position", + "offset-rotate", + "opacity", + "order", "orphans", "outline", "outline-color", + "outline-offset", "outline-style", "outline-width", "overflow", + "overflow-anchor", + "overflow-block", + "overflow-clip-margin", + "overflow-clip-margin-block", + "overflow-clip-margin-block-end", + "overflow-clip-margin-block-start", + "overflow-clip-margin-bottom", + "overflow-clip-margin-inline", + "overflow-clip-margin-inline-end", + "overflow-clip-margin-inline-start", + "overflow-clip-margin-left", + "overflow-clip-margin-right", + "overflow-clip-margin-top", + "overflow-inline", + "overflow-wrap", + "overflow-x", + "overflow-y", + "overscroll-behavior", + "overscroll-behavior-block", + "overscroll-behavior-inline", + "overscroll-behavior-x", + "overscroll-behavior-y", "padding", + "padding-block", + "padding-block-end", + "padding-block-start", "padding-bottom", + "padding-inline", + "padding-inline-end", + "padding-inline-start", "padding-left", "padding-right", "padding-top", + "page", "page-break-after", "page-break-before", "page-break-inside", "pause", "pause-after", "pause-before", + "perspective", + "perspective-origin", "pitch", "pitch-range", + "place-content", + "place-items", + "place-self", "play-during", + "pointer-events", "position", + "position-fallback", + "position-fallback-bounds", + "print-color-adjust", + "property-name", "quotes", + "region-fragment", + "resize", + "rest", + "rest-after", + "rest-before", "richness", "right", + "rotate", + "row-gap", + "ruby-align", + "ruby-merge", + "ruby-overhang", + "ruby-position", + "running", + "scale", + "scroll-behavior", + "scroll-margin", + "scroll-margin-block", + "scroll-margin-block-end", + "scroll-margin-block-start", + "scroll-margin-bottom", + "scroll-margin-inline", + "scroll-margin-inline-end", + "scroll-margin-inline-start", + "scroll-margin-left", + "scroll-margin-right", + "scroll-margin-top", + "scroll-padding", + "scroll-padding-block", + "scroll-padding-block-end", + "scroll-padding-block-start", + "scroll-padding-bottom", + "scroll-padding-inline", + "scroll-padding-inline-end", + "scroll-padding-inline-start", + "scroll-padding-left", + "scroll-padding-right", + "scroll-padding-top", + "scroll-snap-align", + "scroll-snap-stop", + "scroll-snap-type", + "scroll-timeline", + "scroll-timeline-axis", + "scroll-timeline-name", + "scrollbar-color", + "scrollbar-gutter", + "scrollbar-width", + "shape-image-threshold", + "shape-inside", + "shape-margin", + "shape-outside", + "spatial-navigation-action", + "spatial-navigation-contain", + "spatial-navigation-function", "speak", + "speak-as", "speak-header", "speak-numeral", "speak-punctuation", "speech-rate", "stress", + "string-set", + "stroke", + "stroke-align", + "stroke-alignment", + "stroke-break", + "stroke-color", + "stroke-dash-corner", + "stroke-dash-justify", + "stroke-dashadjust", + "stroke-dasharray", + "stroke-dashcorner", + "stroke-dashoffset", + "stroke-image", + "stroke-linecap", + "stroke-linejoin", + "stroke-miterlimit", + "stroke-opacity", + "stroke-origin", + "stroke-position", + "stroke-repeat", + "stroke-size", + "stroke-width", + "tab-size", "table-layout", "text-align", + "text-align-all", + "text-align-last", + "text-autospace", + "text-box-edge", + "text-box-trim", + "text-combine-upright", "text-decoration", + "text-decoration-color", + "text-decoration-line", + "text-decoration-skip", + "text-decoration-skip-box", + "text-decoration-skip-ink", + "text-decoration-skip-inset", + "text-decoration-skip-self", + "text-decoration-skip-spaces", + "text-decoration-style", + "text-decoration-thickness", + "text-decoration-trim", + "text-emphasis", + "text-emphasis-color", + "text-emphasis-position", + "text-emphasis-skip", + "text-emphasis-style", + "text-group-align", "text-indent", + "text-justify", + "text-orientation", + "text-overflow", + "text-shadow", + "text-spacing", + "text-spacing-trim", "text-transform", + "text-underline-offset", + "text-underline-position", + "text-wrap", + "text-wrap-mode", + "text-wrap-style", + "timeline-scope", "top", + "transform", + "transform-box", + "transform-origin", + "transform-style", + "transition", + "transition-behavior", + "transition-delay", + "transition-duration", + "transition-property", + "transition-timing-function", + "translate", "unicode-bidi", + "user-select", "vertical-align", + "view-timeline", + "view-timeline-axis", + "view-timeline-inset", + "view-timeline-name", + "view-transition-name", "visibility", + "voice-balance", + "voice-duration", "voice-family", + "voice-pitch", + "voice-range", + "voice-rate", + "voice-stress", + "voice-volume", "volume", "white-space", + "white-space-collapse", + "white-space-trim", "widows", "width", + "will-change", + "word-boundary-detection", + "word-boundary-expansion", + "word-break", + "word-space-transform", "word-spacing", + "word-wrap", + "wrap-after", + "wrap-before", + "wrap-flow", + "wrap-inside", + "wrap-through", + "writing-mode", "z-index" ] } \ No newline at end of file From 65546df5836f94edeb1db5dd431db7ed2e9c7e0a Mon Sep 17 00:00:00 2001 From: Vio Date: Sun, 15 Oct 2023 19:21:58 +0200 Subject: [PATCH 16/16] 0.29.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2da3a1..e19319e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "known-css-properties", - "version": "0.28.0", + "version": "0.29.0", "description": "List of known CSS properties", "repository": "known-css/known-css-properties", "main": "index.js",