From ad9e4f12dc46e8b1ca0380301823eea4613b30c8 Mon Sep 17 00:00:00 2001 From: Munira Tursunova Date: Thu, 4 Jul 2024 05:08:33 -0700 Subject: [PATCH] Support new syntax of attr() Support attr()'s new syntax function according to CSS Values 5 spec [0]: attr() = attr( ? , ?) This CL only implements the basic attr() support and does not include security concerns handling, described in [1]. [0] https://drafts.csswg.org/css-values-5/#attr-notation [1] https://github.com/w3c/csswg-drafts/issues/5092 Bug: 40320391 Change-Id: I6703ea6a6e59cec7579dce0df6e411de238361f6 --- css/css-values/attr-all-types.html | 153 +++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 css/css-values/attr-all-types.html diff --git a/css/css-values/attr-all-types.html b/css/css-values/attr-all-types.html new file mode 100644 index 00000000000000..129e1fd6c73b25 --- /dev/null +++ b/css/css-values/attr-all-types.html @@ -0,0 +1,153 @@ + +CSS Values and Units Test: attr + + + + + + + +
+
+ + + + \ No newline at end of file