id references title flags links revision credits assertion css-vars-custom-property-case-sensitive-001 reference/css-vars-custom-property-case-sensitive-ref custom property names are case-sensitive http://www.w3.org/TR/css-variables-1/#using-variables 6621d4c36be7454a8997bbf8159288825000133e `Noah Collins` Custom property names are case-sensitive css-vars-custom-property-inheritance reference/css-vars-custom-property-inheritance-ref custom properties use normal inheritance and cascade rules http://www.w3.org/TR/css-variables-1/#using-variables 81714590ccc94dddb3216fd5223891ccc9ad4b6c `Noah Collins` custom properties are resolved with the normal inheritance and cascade rules test_variable_legal_values CSS Variables Allowed Syntax script http://www.w3.org/TR/css-variables-1/#defining-variables 019cbba84cf2951566a7d363f4ddc78b6b6f8c65 `L. David Baron`,`Mozilla Corporation` The type used in the syntax above is defined as anything matching the "value" production in CSS 2.1 Chapter 4.1 [CSS21]. variable-declaration-01 support/color-green-ref Test declaring a variable consisting of a single token preceded by white space. http://www.w3.org/TR/css-variables-1/#syntax 0d1c6d96e6f0c7dc9082c8d616b52a74a92c5bac `Cameron McCormack` variable-declaration-02 support/color-green-ref Test declaring a variable consisting of a single token with no preceding white space. http://www.w3.org/TR/css-variables-1/#syntax c6d3c7d84d4ea1c2322da25c5b67babc33c90506 `Cameron McCormack` variable-declaration-03 support/color-green-ref Test declaring a variable that references another variable. http://www.w3.org/TR/css-variables-1/#syntax 37c4b2cf1249e34ce61286f453d19be7bea68358 `Cameron McCormack` variable-declaration-04 support/color-green-ref Test declaring a variable consisting of a variable reference followed by white space. http://www.w3.org/TR/css-variables-1/#syntax ba0144abae678932e18f469dcc609c6d48402b46 `Cameron McCormack` variable-declaration-05 support/color-green-ref Test declaring a variable consisting of a variable reference that includes white space around the variable name. http://www.w3.org/TR/css-variables-1/#syntax 62981c92332c5a4a12b21b411c72c69053772c26 `Cameron McCormack` variable-declaration-06 support/color-green-ref Test overriding an existing variable declaration. http://www.w3.org/TR/css-variables-1/#defining-variables c9cdf40df53a44638075f5898f16f3a51bdac12d `Cameron McCormack` variable-declaration-07 support/color-green-ref Test declaring a variable with invalid syntax due to a variable reference having no tokens in its fallback. http://www.w3.org/TR/css-variables-1/#syntax 35820eefe4ae4729e24ff0a52025859bba6813f1 `Cameron McCormack` variable-declaration-08 support/color-green-ref Test declaring a variable that consists of a variable reference whose fallback is white space. http://www.w3.org/TR/css-variables-1/#syntax 3b479977f5bec77639fa0dfa6b829a2c91df354a `Cameron McCormack` variable-declaration-09 support/color-green-ref Test declaring a variable with invalid syntax due to a variable reference having only a comment in its fallback. http://www.w3.org/TR/css-variables-1/#syntax 4761177a4d32dd4b196fa97da113f775151e1d5c `Cameron McCormack` variable-declaration-10 support/color-green-ref Test declaring a variable that consists of a variable reference with a fallback that includes a comment and an identifier. http://www.w3.org/TR/css-variables-1/#syntax e8efb6f5089cc55096a03b8863778f3db4f8f9f2 `Cameron McCormack` variable-declaration-11 support/color-green-ref Test declaring a variable with invalid syntax due to a variable reference having a '!' token at the top level of its fallback. http://www.w3.org/TR/css-variables-1/#syntax 9df8066400d2a0cdd909cb8b2fb3eb80fe8cbf43 `Cameron McCormack` variable-declaration-12 support/color-green-ref Test declaring a variable with invalid syntax due to a variable reference having a ';' token at the top level of its fallback. http://www.w3.org/TR/css-variables-1/#syntax 6b8636c11d2bde7eab5c2032ef7e9614671a5725 `Cameron McCormack` variable-declaration-13 support/color-green-ref Test declaring a variable with invalid syntax due to a variable reference having "!important" the top level of its fallback. http://www.w3.org/TR/css-variables-1/#syntax 980bf1272ab9789312394c068c0660b4437dd3fc `Cameron McCormack` variable-declaration-14 support/color-green-ref Test declaring a variable that consists of a variable reference and a following identifier with no intervening white space. http://www.w3.org/TR/css-variables-1/#syntax 5736e42bce19e1788a3284fffe3da5bf42edbffc `Cameron McCormack` variable-declaration-15 reference/variable-declaration-15-ref Test declaring a variable that consists of a comma-separated font family list. ahem http://www.w3.org/TR/css-variables-1/#syntax f358888e5c637ab7938f47aaa3d3eb75b0e2db74 `Cameron McCormack` variable-declaration-16 reference/variable-declaration-16-ref Test declaring a variable that consists of a comma-separated font family list with the first item being a variable reference. ahem http://www.w3.org/TR/css-variables-1/#syntax c55b2d0afd1398029dc047d482f1b3e5e07eaf6c `Cameron McCormack` variable-declaration-17 reference/variable-declaration-17-ref Test declaring a variable that consists of a comma-separated font family list with the last item being a variable reference. ahem http://www.w3.org/TR/css-variables-1/#syntax 478c8b6b8e8624365600638d741151cac716b832 `Cameron McCormack` variable-declaration-18 reference/variable-declaration-18-ref Test declaring a variable that consists of a comma-separated font family list with the comma coming from a variable reference. ahem http://www.w3.org/TR/css-variables-1/#syntax d1a3962d78fa3e509ce6ad265f3a87ddaea4dd64 `Cameron McCormack` variable-declaration-19 support/color-green-ref Test declaring a variable that consists of a function where one of the arguments is a variable reference. http://www.w3.org/TR/css-variables-1/#syntax 698ea8aa2f4532e072fdea0c5a1784ba0e3e70a1 `Cameron McCormack` variable-declaration-20 support/color-green-ref Test declaring a variable with "!important". http://www.w3.org/TR/css-variables-1/#syntax 014872e045a1f301f1f22c9cab78d6a5e2a81f48 `Cameron McCormack` variable-declaration-21 support/color-green-ref Test declaring a variable that consists of a function where all of the arguments and commas are made up of variable references. http://www.w3.org/TR/css-variables-1/#syntax 9b8ffcfb43f9f198ca948b1d492ab5e7ce481741 `Cameron McCormack` variable-declaration-22 support/color-green-ref Test declaring a variable that consists of a variable reference with a number of levels of variable reference fallbacks. http://www.w3.org/TR/css-variables-1/#syntax 47809d8c1b94226d2842cb9b9312ffe0812da51f `Cameron McCormack` variable-declaration-23 support/color-green-ref Test declaring a variable with invalid syntax due to having two "!important" priorities. http://www.w3.org/TR/css-variables-1/#syntax dfaa285cea6565fb4f651da9c0d37be6193f37d0 `Cameron McCormack` variable-declaration-24 support/color-green-ref Test declaring a variable that contains a CDO token. http://www.w3.org/TR/css-variables-1/#syntax e3cf6b66acf0f4134a6b573abeb2ab5e6260764c `Cameron McCormack` variable-declaration-25 support/color-green-ref Test declaring a variable that contains a CDC token. http://www.w3.org/TR/css-variables-1/#syntax 1c9a3b946ef28df9c7069ff045dfcc43b96b1527 `Cameron McCormack` variable-declaration-26 support/color-green-ref Test declaring a variable that contains only a white space token. http://www.w3.org/TR/css-variables-1/#syntax 1cad102672bd1d55588a01af7da8ca08a22dd0c2 `Cameron McCormack` variable-declaration-28 support/color-green-ref Test declaring a variable with invalid syntax due to having no tokens. http://www.w3.org/TR/css-variables-1/#syntax 977f132ef320f34684364774ffa1ec725244211c `Cameron McCormack` variable-declaration-29 support/color-green-ref Test declaring a variable with a valid custom property name "--". http://www.w3.org/TR/css-variables-1/#defining-variables 84b1113949aec30c6e01a641a12c9177f7ea35c0 `Cameron McCormack` variable-declaration-30 support/color-green-ref Test declaring a variable that contains a variable reference to itself. http://www.w3.org/TR/css-variables-1/#cycles b5176b925d25beecbed221dfd6a75db16d279509 `Cameron McCormack` variable-declaration-31 support/color-green-ref Test declaring a variable where the variable name begins with a digit. http://www.w3.org/TR/css-variables-1/#defining-variables 4f9680a9800a098ea0564f5f2f862e8e8f675288 `Cameron McCormack` variable-declaration-32 support/color-green-ref Test declaring a variable where the variable name begins with an escaped digit. http://www.w3.org/TR/css-variables-1/#defining-variables 4d6c4c197e83fb577ba1157ac58a82869610ab41 `Cameron McCormack` variable-declaration-33 support/color-green-ref Test declaring a variable where the variable name begins with an escaped letter. http://www.w3.org/TR/css-variables-1/#defining-variables 34a89737a18e13fdcaac33da3febc9be0d0d07e8 `Cameron McCormack` variable-declaration-34 support/color-green-ref Test declaring a variable where the variable name begins with a lone surrogate. http://www.w3.org/TR/css-variables-1/#defining-variables 09b5901caa7fcba871955b6167c6e0b21ab48b91 `Cameron McCormack` variable-declaration-35 support/color-green-ref Test declaring a variable where the variable name begins with U+FFFD. http://www.w3.org/TR/css-variables-1/#defining-variables 9b1224c871aeada136ec6d75224acef76972b9f2 `Cameron McCormack` variable-declaration-36 support/color-green-ref Test declaring a variable where the variable name begins with an out-of-range Unicode character escape. http://www.w3.org/TR/css-variables-1/#defining-variables 978ce8d496605f8d033de3f1bfbbdcf7ff3ef067 `Cameron McCormack` variable-declaration-37 support/color-green-ref Test declaring a variable consisting of a variable reference where white space surrounds the comma separating the variable name and fallback. http://www.w3.org/TR/css-variables-1/#syntax a53b3364c51b304c2baee85765e51ad24e7b6555 `Cameron McCormack` variable-declaration-38 support/color-green-ref Test declaring two variables in the same declaration block that differ only in case, with lowercase first. http://www.w3.org/TR/css-variables-1/#defining-variables d12759ac8c8855c9bb8dd1a36ce344b3bd064924 `Cameron McCormack` variable-declaration-39 support/color-green-ref Test declaring two variables in the same declaration block that differ only in case, with uppercase first. http://www.w3.org/TR/css-variables-1/#defining-variables 95e97ae9268d07b5b5438a0b85603c30f3df2564 `Cameron McCormack` variable-declaration-40 support/color-green-ref Test declaring a variable with an invalid custom property name due to it beginning with "VAR-". http://www.w3.org/TR/css-variables-1/#defining-variables 9caee31605e928d7f5c8c433ed376c3de178ed91 `Cameron McCormack` variable-declaration-41 support/color-green-ref Test declaring a variable where the second '-' in the "--" prefix of the custom property name is escaped. http://www.w3.org/TR/css-variables-1/#defining-variables d24e49a19ec8743f5fc1d82cbe50fef3d850f63d `Cameron McCormack` variable-declaration-42 support/color-green-ref Test declaring a variable where the custom property name includes an unescaped Chinese character and an escape that is terminated by a space character. http://www.w3.org/TR/css-variables-1/#defining-variables e408b28af04deec8b6ad9f8f6aaa5ead4b216bb4 `Cameron McCormack` variable-declaration-43 support/color-green-ref Test declaring a variable whose value is "initial". http://www.w3.org/TR/css-variables-1/#defining-variables 5c477ae383f9f71cb533220d02805c502c0e3738 `Cameron McCormack` variable-declaration-44 support/color-green-ref Test declaring a variable whose value is "inherit" where there is no variable to inherit from. http://www.w3.org/TR/css-variables-1/#defining-variables ed70d48d0cb3a268e9abc364d2e0b0cd9b4cb4b1 `Cameron McCormack` variable-declaration-45 support/color-green-ref Test declaring a variable whose value is "inherit" where there is a variable to inherit from. http://www.w3.org/TR/css-variables-1/#defining-variables d228087a6243c7b84fcf476f63655b269a270ece `Cameron McCormack` variable-declaration-46 support/color-green-ref Test declaring a variable whose value is "initial" where there is a variable to inherit from. http://www.w3.org/TR/css-variables-1/#defining-variables 676d7fffa2c3e1f3dfa7363640045480dea69f0a `Cameron McCormack` variable-declaration-47 support/color-green-ref Test declaring a variable whose value consists of a reference to a variable whose value is "inherit". http://www.w3.org/TR/css-variables-1/#defining-variables dd58372ac95ae869378e38296186b91e709fb8db `Cameron McCormack` variable-declaration-48 support/color-green-ref Test declaring a number of variables in a cycle. http://www.w3.org/TR/css-variables-1/#cycles 435e3f0f4e8e9effd90b140d427ef66ed8cf629a `Cameron McCormack` variable-declaration-49 support/color-green-ref Test declaring a variable that is a dependent of a variable involved in a cycle but which itself is not involved in a cycle. http://www.w3.org/TR/css-variables-1/#cycles b4db0ea7356e0382312d36d52a54b6cb42eb846e `Cameron McCormack` variable-declaration-50 support/color-green-ref Test declaring a number of variables in a chain, where the final element of the chain uses its fallback. http://www.w3.org/TR/css-variables-1/#cycles 2a9c2b137ddb79cb79f0e0b23de8187f8bfb743c `Cameron McCormack` variable-declaration-51 support/color-green-ref Test declaring a variable that consists of a reference to an invalid inherited variable. http://www.w3.org/TR/css-variables-1/#invalid-variables 2b86331d973fa314a615ac4a29c6a9981e55dbc0 `Cameron McCormack` variable-declaration-52 support/color-green-ref Test declaring a variable that consists of a reference to an inherited variable whose value was a variable reference that used its fallback. http://www.w3.org/TR/css-variables-1/#using-variables 2d432a65fa82c049df4b2fe47bb58ade791c9165 `Cameron McCormack` variable-declaration-53 support/color-green-ref Test declaring a variable that consists of two variable references without fallback and with no intervening white space. http://www.w3.org/TR/css-variables-1/#using-variables 8cee2d7c81ed680c7074a35d01ef0179699a61e3 `Cameron McCormack` variable-declaration-54 support/color-green-ref Test declaring a variable that consists of two variable references with the first variable reference using fallback and with no intervening white space. http://www.w3.org/TR/css-variables-1/#using-variables a27035a22deeca3dc7aa2d21456f54e571a62144 `Cameron McCormack` variable-declaration-55 support/color-green-ref Test declaring a variable that consists of two variable references with the second variable reference using fallback and with no intervening white space. http://www.w3.org/TR/css-variables-1/#using-variables 07342ad58db6e43d86224e58714e2d71e72da787 `Cameron McCormack` variable-declaration-56 support/color-green-ref Test declaring a variable whose value is "unset" where there is no variable to inherit from. http://www.w3.org/TR/css-variables-1/#defining-variables 81a5f126144476d2ce949d2d63446fc9b9f12a90 `Cameron McCormack` variable-declaration-57 support/color-green-ref Test declaring a variable whose value is "unset" where there is a variable to inherit from. http://www.w3.org/TR/css-variables-1/#defining-variables 779af2846d229dead3382ac483529923fbb6150b `Cameron McCormack` variable-declaration-58 support/color-green-ref Test declaring a variable whose value consists of a reference to a variable whose value is "unset". http://www.w3.org/TR/css-variables-1/#defining-variables adc9cd62de5903c9c7f540b807c903a2e12adc0a `Cameron McCormack` variable-declaration-59 support/color-green-ref Test declaring a variable with a trailing invalid token. http://www.w3.org/TR/css-variables-1/#defining-variables ea4e390f4318091d38719cc6aad514524d84330a `Cameron McCormack` variable-declaration-60 support/color-green-ref Test declaring a variable with a value whose name is "initial" but using Turkish dotted/dotless 'i's. http://www.w3.org/TR/css-variables-1/#syntax 18d840323d5ee1f130db200c4a359017ff67f1d1 `Cameron McCormack` variable-external-declaration-01 support/color-green-ref Test declaring a variable in an external CSS file. http://www.w3.org/TR/css-variables-1/#syntax 79eb559335b1a833d79a54bc70bbebd3c0b7703c `Mihaela Velimiroviciu` variable-external-font-face-01 reference/variable-external-font-face-01-ref Test the invalid declaration and use of a variable in an @font-face rule within an external CSS. ahem http://www.w3.org/TR/css-variables-1/#defining-variables a3d55e60850d6ebcbefda6ed1a9ce72960fcddac `Mihaela Velimiroviciu` variable-external-reference-01 support/color-green-ref Test the use of a variable in a non-custom property where the variable value is inherited within an external CSS. http://www.w3.org/TR/css-variables-1/#using-variables e1cb9adcf7f262364ebec3c2491b07c6c756f91f `Mihaela Velimiroviciu` variable-external-supports-01 support/color-green-ref Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference within an external stylesheet file. http://www.w3.org/TR/css-variables-1/#using-variables 4a4be82f521b45c6bd4e240ecefcc623e603e249 `Mihaela Velimiroviciu` variable-font-face-01 reference/variable-font-face-01-ref Test the invalid declaration and use of a variable in an @font-face rule. ahem http://www.w3.org/TR/css-variables-1/#defining-variables f62d8054d425c7a0b43a4264941793618d53ba2d `Cameron McCormack` variable-font-face-02 reference/variable-font-face-02-ref Test the invalid use of a variable in an @font-face rule where the variable is defined on the root element. ahem http://www.w3.org/TR/css-variables-1/#defining-variables bd9661933ec071f5dadeb594eba23f6311ccd684 `Cameron McCormack` variable-reference-01 support/color-green-ref Test the use of a variable in a non-custom property where the variable value is inherited. http://www.w3.org/TR/css-variables-1/#using-variables 62cc62e31297c7d0cab490882cf143156eac766d `Cameron McCormack` variable-reference-02 support/color-green-ref Test the use of a variable in a non-custom property where the value is invalid at computed-value time due to referencing a non-existent variable. http://www.w3.org/TR/css-variables-1/#invalid-variables 36a8e6041ed4c93b4e50ba8b88f72a6cee7b5d04 `Cameron McCormack` variable-reference-03 support/color-green-ref Test the use of two variables in a non-custom property where the variable values are inherited and one of the variable values consists only of white space. http://www.w3.org/TR/css-variables-1/#using-variables 6664ae6697e79d276fe5ac5696b4665ed481df15 `Cameron McCormack` variable-reference-04 support/color-green-ref Test the use of two variables in a non-custom property where one variable is inherited and the other references a non-existing variable with fallback that consists only of white space. http://www.w3.org/TR/css-variables-1/#using-variables be921c7c680d6fd825867aae179172c03fb82545 `Cameron McCormack` variable-reference-05 support/color-green-ref Test the use of a variable in a non-custom property where the values contains no tokens other than the variable reference. http://www.w3.org/TR/css-variables-1/#using-variables 848218269da2d46f72cebefe4c50eca0eaab87d0 `Cameron McCormack` variable-reference-06 support/color-green-ref Test declaring a non-custom property with invalid syntax due to having a variable reference whose fallback contains no tokens. http://www.w3.org/TR/css-variables-1/#using-variables f1556ca7762c0d0370936043fe39d463732532fc `Cameron McCormack` variable-reference-07 support/color-green-ref Test declaring a non-custom property with invalid syntax due to having a variable reference whose fallback contains a top level ';' token. http://www.w3.org/TR/css-variables-1/#using-variables 5b8f7f883c8a7bd977757452726592de5b0818a9 `Cameron McCormack` variable-reference-08 support/color-green-ref Test declaring a non-custom property with invalid syntax due to having a variable reference whose fallback contains a top level '!' token. http://www.w3.org/TR/css-variables-1/#using-variables a46e4d511224dc015f26da6b7451523fd11c34be `Cameron McCormack` variable-reference-09 support/color-green-ref Test declaring a non-custom property with a variable reference that has a non-top level ';' token. http://www.w3.org/TR/css-variables-1/#using-variables dba2152b39aa0286e724611e549207d8653b79b8 `Cameron McCormack` variable-reference-10 support/color-green-ref Test declaring a non-custom property with a variable reference that has a non-top level '!' token. http://www.w3.org/TR/css-variables-1/#using-variables 09a6987882653d675698ee0b3b99bd4ed43d45be `Cameron McCormack` variable-reference-11 support/color-green-ref Test declaring a non-custom property with invalid syntax due to having a variable reference whose fallback contains nothing but a comment. http://www.w3.org/TR/css-variables-1/#using-variables 86207ce548b6c8d6c0b7f18b0ee1bd5f4a7a0db9 `Cameron McCormack` variable-reference-12 reference/variable-reference-12-ref Test the use of variable references in the 'content' property. http://www.w3.org/TR/css-variables-1/#using-variables e8a100aacdd9cfc552e0607c39448fed0ddc4503 `Cameron McCormack` variable-reference-13 support/color-green-ref Test that important variable declarations are not overwritten by subsequent non-important variable declarations in the one declaration block. http://www.w3.org/TR/css-variables-1/#defining-variables 88ff27f9562bb9d8516633b5a9d696cf9156db96 `Cameron McCormack` variable-reference-14 support/color-green-ref Test that important variable declarations cascade correctly. http://www.w3.org/TR/css-variables-1/#defining-variables 9f99d48a6fa972a3686edeac12149f3446eece22 `Cameron McCormack` variable-reference-15 support/color-green-ref Test declaring a non-custom property with two variable references with no intervening white space. http://www.w3.org/TR/css-variables-1/#using-variables f3e2d58e20451e67b6e9fe816150c20255558b1c `Cameron McCormack` variable-reference-16 support/color-green-ref Test declaring a non-custom property that consists of a variable reference with a number of levels of variable reference fallbacks. http://www.w3.org/TR/css-variables-1/#using-variables 1ad493bfa044ae115cbb81b76bee51f73c326335 `Cameron McCormack` variable-reference-17 support/color-green-ref Test declaring a non-custom property that consists of a variable reference whose fallback contains a CDO token. http://www.w3.org/TR/css-variables-1/#using-variables e86afc59154b116eb1eaef82e46d4bed0aaaa6fd `Cameron McCormack` variable-reference-18 support/color-green-ref Test declaring a non-custom property that contains a variable reference and balanced braces and square brackets. http://www.w3.org/TR/css-variables-1/#using-variables 8c2ff8baed432309ea5838db047cb3e45b89f3f5 `Cameron McCormack` variable-reference-19 support/color-green-ref Test declaring a non-custom property that contains a variable reference and a non-top level ';' token. http://www.w3.org/TR/css-variables-1/#using-variables 1f3c29d0649f091ec07ce4e39d24dfc073d3cb78 `Cameron McCormack` variable-reference-20 support/color-green-ref Test declaring a non-custom property that contains a variable reference whose function token is in uppercase. http://www.w3.org/TR/css-variables-1/#using-variables 100b52db4b848866bdf9d8f52d6a84ffc41b899f `Cameron McCormack` variable-reference-21 support/color-green-ref Test declaring a non-custom property that contains a reference to a variable whose name must be escaped. http://www.w3.org/TR/css-variables-1/#using-variables 91fb4d6b73ab9f54e58c97d86e94ff304e477651 `Cameron McCormack` variable-reference-22 support/color-green-ref Test declaring a non-custom property that contains a reference to a variable whose name is U+FFFD but which was declared and referenced using a lone surrogate. http://www.w3.org/TR/css-variables-1/#using-variables 5d32b4389c083b708d588ffe7cf37fef11f6e50b `Cameron McCormack` variable-reference-23 support/color-green-ref Test declaring a non-custom property that contains a reference to a variable whose name is U+FFFD but which was declared using a lone surrogate. http://www.w3.org/TR/css-variables-1/#using-variables 7f97906dc1c58c80744485e8a564cd16d55b2d88 `Cameron McCormack` variable-reference-24 support/color-green-ref Test declaring a non-custom property that contains a reference to a variable whose name is U+FFFD but which was declared using an out-of-range Unicode character escape. http://www.w3.org/TR/css-variables-1/#using-variables 8aa223edd92a020ed4ac4e6a316c9c73c870edbc `Cameron McCormack` variable-reference-25 support/color-green-ref Test declaring a non-custom property that contains a variable reference with no fallback and which is implicitly closed due to EOF. http://www.w3.org/TR/css-variables-1/#using-variables c66a290d6a6d5483e7b30da8ccef78ddfec392e9 `Cameron McCormack` variable-reference-26 support/color-green-ref Test declaring a non-custom property that contains a variable reference with white space before its comma and fallback consisting only of white space and which is implicitly closed due to EOF. http://www.w3.org/TR/css-variables-1/#using-variables 0182bf8534d8b747f2123e3f5db0d5955e09d394 `Cameron McCormack` variable-reference-27 support/color-green-ref Test declaring a non-custom property that contains a variable reference with fallback consisting only of white space and which is implicitly closed due to EOF. http://www.w3.org/TR/css-variables-1/#using-variables 90ec0453c4944093b213c575225949637db9df3f `Cameron McCormack` variable-reference-28 support/color-green-ref Test declaring a non-custom property that contains a variable reference whose fallback is a variable reference, both of which are implicitly closed due to EOF. http://www.w3.org/TR/css-variables-1/#using-variables 70bc943cb40be6703a994b321e5332904f59209f `Cameron McCormack` variable-reference-29 support/color-green-ref Test declaring a non-custom property that contains a variable reference with no fallback, and whose variable name is followed by a comment, and where the comment and the variable reference are implicitly closed due to EOF. http://www.w3.org/TR/css-variables-1/#using-variables 5380ef3551d40fe39fb889dd323cc7cc0cd8a896 `Cameron McCormack` variable-reference-30 support/color-green-ref Test declaring a non-custom property with invalid syntax due to containing two "!important" priorities. http://www.w3.org/TR/css-variables-1/#using-variables 2574315d67bddce34160d2929cd82f3b2e2f7cd3 `Cameron McCormack` variable-reference-31 support/color-green-ref Test declaring a non-custom property with a variable reference that has a digit after the "--" prefix. http://www.w3.org/TR/css-variables-1/#using-variables 63d8546c1967856b0b0b3ade91dfd5ddf6ca70c3 `Cameron McCormack` variable-reference-32 support/color-green-ref Test declaring a non-custom property with invalid syntax due to containing a variable reference with fallback that contains a bad string. http://www.w3.org/TR/css-variables-1/#using-variables 24450a312ffe4fde8a3d27d61772b1fd609df89a `Cameron McCormack` variable-reference-33 support/color-green-ref Test declaring a non-custom property containing a variable reference with fallback is an implicitly closed string due to EOF. http://www.w3.org/TR/css-variables-1/#using-variables 4f953cc438b2681a75b5440d10aea4f351a60e4e `Cameron McCormack` variable-reference-34 support/color-green-ref Test declaring a non-custom property with invalid syntax due to containing a variable reference with fallback that contains a bad URL. http://www.w3.org/TR/css-variables-1/#using-variables c2fa5841a6ac7868db483818f23c6fc0cc5a8f1f `Cameron McCormack` variable-reference-35 support/color-green-ref Test declaring a non-custom property containing a variable reference with fallback is an implicitly closed URL due to EOF. http://www.w3.org/TR/css-variables-1/#using-variables 3bed29528ed99a863e596d7c09bee6296921ae03 `Cameron McCormack` variable-reference-36 reference/variable-reference-36-ref Test declaring a non-custom shorthand property containing a variable reference. http://www.w3.org/TR/css-variables-1/#variables-in-shorthands 3b838d0ae59489a854cf00018761973db4089355 `Cameron McCormack` variable-reference-37 reference/variable-reference-37-ref Test declaring a non-custom shorthand property containing a variable reference, with a subsequent property in the declaration block that overrides one of the shorthand's components. http://www.w3.org/TR/css-variables-1/#variables-in-shorthands 9d4813fc0163f114496fcfa2a9254949889ae8cc `Cameron McCormack` variable-reference-38 reference/variable-reference-38-ref Test using variables in overlapping shorthands. http://www.w3.org/TR/css-variables-1/#variables-in-shorthands a51a3479ee624ccac3e677ebf988d5f0ff785a51 `Cameron McCormack` variable-reference-39 support/color-green-ref Test declaring a variable that references itself but uses fallback. http://www.w3.org/TR/css-variables-1/#cycles 87d4f5a8474c7d505a5cedf330b69adbe72425e5 `Cameron McCormack` variable-reference-40 reference/variable-reference-40-ref Test that a variable reference within a gradient value in a border-image shorthand parses correctly. http://www.w3.org/TR/css-variables-1/#using-variables 2dc90de2f2ee674455cc427c1ce8f1e62d9dffee `Cameron McCormack` variable-supports-01 support/color-green-ref Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference and no white space tokens. http://www.w3.org/TR/css-variables-1/#using-variables aea47c3174023e5424aa8e183ae5915ea18d4ebc `Cameron McCormack` variable-supports-02 support/color-green-ref Test a passing non-custom property declaration in an @supports rule where the property value contains a white space token followed by a variable reference. http://www.w3.org/TR/css-variables-1/#using-variables 69456e5880107a4d5d00ef0d6ccc9475abb77331 `Cameron McCormack` variable-supports-03 support/color-green-ref Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference surrounded by white space tokens. http://www.w3.org/TR/css-variables-1/#using-variables c52eb1e427e47a9631766a578d14031f33f14a6e `Cameron McCormack` variable-supports-04 support/color-green-ref Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference surrounded by white space tokens and with white space surrounding the variable name. http://www.w3.org/TR/css-variables-1/#using-variables d8c3576bee5a953250230603bd29b74cce92574e `Cameron McCormack` variable-supports-05 support/color-green-ref Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having no fallback tokens. http://www.w3.org/TR/css-variables-1/#using-variables cd90fe208ae743d9fd8c0b61a1108a64da38b470 `Cameron McCormack` variable-supports-06 support/color-green-ref Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference with fallback that is only white space. http://www.w3.org/TR/css-variables-1/#using-variables ffc71b62f772f9c47e5d0685b20da369bba80d28 `Cameron McCormack` variable-supports-07 support/color-green-ref Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having no fallback tokens, just a comment. http://www.w3.org/TR/css-variables-1/#using-variables 1e092b1bccc69b6f9ae5015bd448716d5322a795 `Cameron McCormack` variable-supports-08 support/color-green-ref Test a passing non-custom property declaration in an @supports rule where the property value contains a comment and an identifier. http://www.w3.org/TR/css-variables-1/#using-variables 70517bed0cb26358a5edd57b3e1ebe0e3e7fe740 `Cameron McCormack` variable-supports-09 support/color-green-ref Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having a '!' token at the top level of its fallback. http://www.w3.org/TR/css-variables-1/#using-variables 4c0c20d3323e04b64e4dda51bebc32e5928b13db `Cameron McCormack` variable-supports-10 support/color-green-ref Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having "!important" at the top level of its fallback. http://www.w3.org/TR/css-variables-1/#using-variables bda3d137c8f662d84a0edc53b136cc125bb3698c `Cameron McCormack` variable-supports-11 support/color-green-ref Test a passing 'color' property declaration in an @supports rule with a variable reference that comes after a non-color value. http://www.w3.org/TR/css-variables-1/#using-variables 71c1f6c618bdbf141f715eab9fe5a70f0c60235f `Cameron McCormack` variable-supports-12 support/color-green-ref Test a passing 'color' property declaration in an @supports rule with a variable reference that comes before a non-color value. http://www.w3.org/TR/css-variables-1/#using-variables 2d55b2283a15d5b6302f36367a78e44ff896cb1c `Cameron McCormack` variable-supports-13 support/color-green-ref Test a passing 'color' property declaration in an @supports rule with a range of different tokens and a variable reference not at the top level. http://www.w3.org/TR/css-variables-1/#using-variables 4dc510420272d9b2001a320098f20aea5c809c93 `Cameron McCormack` variable-supports-14 support/color-green-ref Test a passing non-custom property declaration in an @supports rule with a variable reference and an "!important" priority. http://www.w3.org/TR/css-variables-1/#using-variables 7e9d1bb98795e2d94665a85b5618b877c29119cb `Cameron McCormack` variable-supports-15 support/color-green-ref Test a passing non-custom property declaration in an @supports rule with two adjacent variable references with no intervening white space. http://www.w3.org/TR/css-variables-1/#using-variables 3474d1e97af8c4de5dad712a5e63875484c44ea3 `Cameron McCormack` variable-supports-16 support/color-green-ref Test a passing non-custom property declaration in an @supports rule with a variable reference that has a number of levels of variable reference fallbacks. http://www.w3.org/TR/css-variables-1/#using-variables 716d222212d4ed97dcc72130bed21a37632bd667 `Cameron McCormack` variable-supports-17 support/color-green-ref Test a failing non-custom property declaration in an @supports rule with two "!important" priorities. http://www.w3.org/TR/css-variables-1/#using-variables a7a9fed2b929244c519ffb2b2be39ba993590a1d `Cameron McCormack` variable-supports-18 support/color-green-ref Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and a CDO token. http://www.w3.org/TR/css-variables-1/#using-variables 8a419fc9b1f009f524cc78c8e5e4dd5b5f5cc4f5 `Cameron McCormack` variable-supports-19 support/color-green-ref Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and a CDC token. http://www.w3.org/TR/css-variables-1/#using-variables 6d7a945581dbc6111ed6d8c9b2b7e266c0a9b425 `Cameron McCormack` variable-supports-20 support/color-green-ref Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and balanced braces and square brackets. http://www.w3.org/TR/css-variables-1/#using-variables 67a4d4ba336a07282e2b85d5f8b316d01209e8c7 `Cameron McCormack` variable-supports-21 support/color-green-ref Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having a ';' token at the top level of its fallback. http://www.w3.org/TR/css-variables-1/#using-variables 3a4b1c9c05026553661729e194d5c5aa44034052 `Cameron McCormack` variable-supports-22 support/color-green-ref Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and a non-top level ';' token. http://www.w3.org/TR/css-variables-1/#using-variables 5d20b8a2e2a1882d0d186db546e3f830d54055e6 `Cameron McCormack` variable-supports-23 support/color-green-ref Test a failing non-custom property declaration in an @supports rule whose value contains a variable reference with a top level ';' token. http://www.w3.org/TR/css-variables-1/#using-variables a3329510534c16fb26d8c7a565113656a62c7009 `Cameron McCormack` variable-supports-24 support/color-green-ref Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a non-top level ';' token in its fallback. http://www.w3.org/TR/css-variables-1/#using-variables f0d6418a4fc570ed3a874a57368cb95e1b3e4271 `Cameron McCormack` variable-supports-25 support/color-green-ref Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference whose function token is in uppercase. http://www.w3.org/TR/css-variables-1/#using-variables 4d5e1e945933c6a25b27d4e7c08f7817fef0dba4 `Cameron McCormack` variable-supports-26 support/color-green-ref Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a digit after the "--" variable name prefix. http://www.w3.org/TR/css-variables-1/#using-variables 15e799c510f8314e1124c01b4adb1a290b668399 `Cameron McCormack` variable-supports-27 support/color-green-ref Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a variable name beginning with an escaped digit. http://www.w3.org/TR/css-variables-1/#using-variables 2acb7d56c34078f574f26132b3a8ca027fc0b80d `Cameron McCormack` variable-supports-28 support/color-green-ref Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a U+FFFD variable name specified by an escaped lone surrogate. http://www.w3.org/TR/css-variables-1/#using-variables 2b99ba1ba721bd71ccb19cc57a3c897e8fc1c7e6 `Cameron McCormack` variable-supports-29 support/color-green-ref Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a U+FFFD variable name specified by an out-of-range Unicode character escape. http://www.w3.org/TR/css-variables-1/#using-variables 4d60f921915a45b5566f2f2ad75dfb76749d80de `Cameron McCormack` variable-supports-30 support/color-green-ref Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a dimension token as the variable name. http://www.w3.org/TR/css-variables-1/#using-variables 6b966cc8ed942ff7885eb4ae675a7479a462b487 `Cameron McCormack` variable-supports-31 support/color-green-ref Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with white space surrounding the fallback comma. http://www.w3.org/TR/css-variables-1/#using-variables c13683492635502f3658beb8da6539ba4730d87d `Cameron McCormack` variable-supports-32 support/color-green-ref Test a passing non-custom shorthand property declaration in an @supports rule whose value contains a variable reference. http://www.w3.org/TR/css-variables-1/#using-variables 5f0a26f4c6aac2ef7edcf0d885856dac43746c6c `Cameron McCormack` variable-supports-33 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains a variable reference. http://www.w3.org/TR/css-variables-1/#syntax f2de2f042faac5489d9efd90ce38aca526a6a480 `Cameron McCormack` variable-supports-34 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains white space and a variable reference. http://www.w3.org/TR/css-variables-1/#syntax addf10fd3ed90805fb4ceadc5f5d09d18c2faa84 `Cameron McCormack` variable-supports-35 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains a variable reference surrounded by white space. http://www.w3.org/TR/css-variables-1/#syntax 6d068b2639dd08c10be9f120888954f4c6570227 `Cameron McCormack` variable-supports-36 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains a variable reference surrounded by white space with the variable name also surrounded by white space. http://www.w3.org/TR/css-variables-1/#syntax 7c63f6948e30839212128eded30e02e41d0b780d `Cameron McCormack` variable-supports-37 support/color-green-ref Test a failing custom property declaration in an @supports rule whose value contains a variable reference with no fallback tokens. http://www.w3.org/TR/css-variables-1/#syntax 52dfdd6c50d5b5dc7f01e7a5bce912cd5cb28ca3 `Cameron McCormack` variable-supports-38 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains a variable reference with fallback consisting only of white space. http://www.w3.org/TR/css-variables-1/#syntax 6c0345798baad3b0d2cbf2391cda9decc500e722 `Cameron McCormack` variable-supports-39 support/color-green-ref Test a failing custom property declaration in an @supports rule whose value contains a variable reference with no fallback tokens, just a comment. http://www.w3.org/TR/css-variables-1/#syntax 6a9051493ed86ee3c6c9cd241643990dc1f5476c `Cameron McCormack` variable-supports-40 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains a variable reference with fallback consisting of a comment and an identifier. http://www.w3.org/TR/css-variables-1/#syntax 3e68a0da60ba0cd9abb7630dcb6f6fa9e514bc5c `Cameron McCormack` variable-supports-41 support/color-green-ref Test a failing custom property declaration in an @supports rule whose value contains a variable reference with fallback containing a top level '!' token. http://www.w3.org/TR/css-variables-1/#syntax 8a05353ec09bbae47d97c0f84221acd2efc9293e `Cameron McCormack` variable-supports-42 support/color-green-ref Test a failing custom property declaration in an @supports rule whose value contains a variable reference with fallback containing a top level "!important". http://www.w3.org/TR/css-variables-1/#syntax 770b12eedb7f78a1a3465299d2737c3f2aaf1623 `Cameron McCormack` variable-supports-43 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains a dimension followed by a variable reference. http://www.w3.org/TR/css-variables-1/#syntax eeaa8a49695dcfa9c5ec461a3524e12727050d4e `Cameron McCormack` variable-supports-44 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains a variable reference followed bya dimension. http://www.w3.org/TR/css-variables-1/#syntax 62303425549c6097a322bf6ab1b786684febe661 `Cameron McCormack` variable-supports-45 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains a selection of tokens and a non-top level variable reference. http://www.w3.org/TR/css-variables-1/#syntax 47150e92480c35c1e2f985593d00c4d8b8a110a9 `Cameron McCormack` variable-supports-46 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains a variable reference and an "!important" priority. http://www.w3.org/TR/css-variables-1/#syntax e1bbfa10cd200a3d5e556c4b4b8521cbe5940c2c `Cameron McCormack` variable-supports-47 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains two adjacent variable references with no intervening white space. http://www.w3.org/TR/css-variables-1/#syntax 58da282b3f794665e5c34b7cc371f6089ddffeae `Cameron McCormack` variable-supports-48 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains a variable reference with a number of levels of variable reference fallbacks. http://www.w3.org/TR/css-variables-1/#syntax 2d4ac647596305e4c0aaba00bb524372e6bed4e4 `Cameron McCormack` variable-supports-49 support/color-green-ref Test a failing custom property declaration in an @supports rule whose value contains two "!important" priorities. http://www.w3.org/TR/css-variables-1/#syntax e1bbb7cc25606d7171ac564b44dc63ff6cf77dd6 `Cameron McCormack` variable-supports-50 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains a variable reference and a CDO token. http://www.w3.org/TR/css-variables-1/#syntax 83e85801f95aee06c3a3f55e7bdd0ddeafcaf985 `Cameron McCormack` variable-supports-51 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains a variable reference and a CDC token. http://www.w3.org/TR/css-variables-1/#syntax b2e48bace1e3c026b4814ee0892af96edb9420ad `Cameron McCormack` variable-supports-52 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains a variable reference and balanced braces and square brackets. http://www.w3.org/TR/css-variables-1/#syntax 52ef3f9e9dd9117abb578fcaea563a67fc0666cc `Cameron McCormack` variable-supports-53 support/color-green-ref Test a failing custom property declaration in an @supports rule whose value contains a variable reference with a top level ';' token in its fallback. http://www.w3.org/TR/css-variables-1/#syntax 82eb5b87946073754f43816cf5721e889a016946 `Cameron McCormack` variable-supports-54 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains a variable reference and a non-top level ';' token. http://www.w3.org/TR/css-variables-1/#syntax 007a8d2472b25f63f05f0a7e636b9dd0f47d0964 `Cameron McCormack` variable-supports-55 support/color-green-ref Test a failing custom property declaration in an @supports rule whose value contains a variable reference and a top level ';' token in its fallback. http://www.w3.org/TR/css-variables-1/#syntax 9a0f81ef0f2070231f4cf822b4efd9613cf9ded8 `Cameron McCormack` variable-supports-56 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains only a white space token. http://www.w3.org/TR/css-variables-1/#syntax e50b33fa6254d6722c6b8764f50a0a6eaad021ab `Cameron McCormack` variable-supports-57 support/color-green-ref Test a failing custom property declaration in an @supports rule whose value contains no tokens. http://www.w3.org/TR/css-variables-1/#syntax 9d621b28d59e667b72d21ee48956d66b6ddf1cc9 `Cameron McCormack` variable-supports-58 support/color-green-ref Test a passing property declaration in an @supports rule with property name "--". http://www.w3.org/TR/css-variables-1/#defining-variables 2b9849fb1389bcb83af3749484f27146822f6462 `Cameron McCormack` variable-supports-59 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value contains a variable reference to itself. http://www.w3.org/TR/css-variables-1/#cycles 03bd861e4042d3de799a020c0824e3cd7e678a4f `Cameron McCormack` variable-supports-60 support/color-green-ref Test a passing custom property declaration in an @supports rule for a variable whose name is a digit. http://www.w3.org/TR/css-variables-1/#defining-variables a43821ee18c29aeeaa86f1d481037702f0c57c04 `Cameron McCormack` variable-supports-61 support/color-green-ref Test a passing custom property declaration in an @supports rule for a variable whose name is a digit which is specified with an escape. http://www.w3.org/TR/css-variables-1/#defining-variables 19434e73b3c2105b254c04246f24e5e9f6354656 `Cameron McCormack` variable-supports-62 support/color-green-ref Test a passing custom property declaration in an @supports rule for a variable whose name is U+FFFD which is specified with an escaped lone surrogate. http://www.w3.org/TR/css-variables-1/#defining-variables 2b049c86554770dea27ca871c4fa900e783cee63 `Cameron McCormack` variable-supports-63 support/color-green-ref Test a passing custom property declaration in an @supports rule for a variable whose name is U+FFFD which is specified with an out-of-range Unicode character escape. http://www.w3.org/TR/css-variables-1/#defining-variables d95b6ea40fcc139615e1c56a28600c72723105e5 `Cameron McCormack` variable-supports-64 support/color-green-ref Test a failing custom property declaration in an @supports rule whose value is a variable reference with a dimension token as the variable name. http://www.w3.org/TR/css-variables-1/#using-variables 5b082eff25a3e6e276661e7f7024b3fe69b27a62 `Cameron McCormack` variable-supports-65 support/color-green-ref Test a passing custom property declaration in an @supports rule whose value is a variable reference with white space surrounding the fallback comma. http://www.w3.org/TR/css-variables-1/#syntax 6ce69d92a521555242c7521b9b90decd43edbc8c `Cameron McCormack` variable-supports-66 support/color-green-ref Test a failing custom property declaration in an @supports rule where the property name begins with "VAR-". http://www.w3.org/TR/css-variables-1/#defining-variables 2ca28cc9c29d2083fe0b3ed3a4cb764d41a44ed0 `Cameron McCormack` variable-supports-67 support/color-green-ref Test a declaration for a custom property has an invalid value does not cause the @supports rule to fail to parse. http://www.w3.org/TR/css-variables-1/#defining-variables d9318198dd393ada88c2c242984cb90ebafa41ee `Cameron McCormack`