Skip to content

Commit 71fa0d9

Browse files
committed
Added an issue about the necessary extension to CSSStyleDeclaration.
1 parent 6602125 commit 71fa0d9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

css-variables/Overview.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,11 @@ <h3 id='cssom-cssvariable'>
300300
</dd>
301301
</dl>
302302

303+
<h3 id='cssstyledeclaration-interface'>
304+
Additions to the <code>CSSStyleDeclaration</code> Interface</h3>
305+
306+
<p class='issue'>The set of data properties is open-ended, so I'm not sure how best to represent this. I'd like to both expose the current set of properties with a non-initial value and allow setting of arbitrary properties. The most natural way seems to be to first, set up a getter behavior on the interface somehow that deals with data properties, and second, set up a <code>data</code> map that exposes the data properties that aren't set to their initial value.</p>
307+
303308
<h2 id="conformance">
304309
Conformance</h2>
305310

0 commit comments

Comments
 (0)