We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9eb30 commit 0907a7dCopy full SHA for 0907a7d
css-cascade-4/Overview.bs
@@ -300,9 +300,9 @@ Aliasing</h3>
300
the two names are aliased with an operation on par with case-mapping:
301
at parse time, the old property is converted into the new property.
302
This conversion also applies in the CSSOM,
303
- both for string arguments and property lookups:
304
- requests for the old property
305
- transparently transfer to the new property instead.
+ both for string arguments and property accessors:
+ requests for the old property name
+ transparently transfer to the new property name instead.
306
307
<div class=example highlight=js>
308
For example, if
0 commit comments