소스 검색

Base: Add inline properties to custom-properties test page

Karol Kosek 3 년 전
부모
커밋
55ac11a0ae
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      Base/res/html/misc/custom-properties.html

+ 8 - 0
Base/res/html/misc/custom-properties.html

@@ -152,6 +152,14 @@
         This should be cyan
     </div>
 
+    <h2>Inline properties</h2>
+    <pre>
+        &lt;div style="--color: turquoise; background-color: var(--color)"&gt;
+    </pre>
+    <div class="box" style="--color: turquoise; background-color: var(--color)">
+        This should be turquoise
+    </div>
+
     <h2>Nested var()</h2>
     <pre>
         :root {