Skip to content

Commit 0907a7d

Browse files
committed
[css-cascade-4] Differentiate JS vs CSS instances of “property” in this sentence. #866
1 parent fa9eb30 commit 0907a7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-cascade-4/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@ Aliasing</h3>
300300
the two names are aliased with an operation on par with case-mapping:
301301
at parse time, the old property is converted into the new property.
302302
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.
303+
both for string arguments and property accessors:
304+
requests for the old property name
305+
transparently transfer to the new property name instead.
306306

307307
<div class=example highlight=js>
308308
For example, if

0 commit comments

Comments
 (0)