We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482289d commit 7c33b98Copy full SHA for 7c33b98
css-cascade-5/Overview.bs
@@ -394,7 +394,7 @@ Property Aliasing</h3>
394
<css>old-name</css> is a <a>legacy name alias</a> for <css>new-name</css>,
395
<code>getComputedStyle(el).oldName</code>
396
will return the computed style of the <code>newName</code> property,
397
- and <code>el.style.setPropertyValue("old-name", "value")</code>
+ and <code>el.style.setProperty("old-name", "value")</code>
398
will set the <css>new-name</css> property to <code>"value"</code>.
399
</div>
400
0 commit comments