Skip to content

Commit

Permalink
[css-cascade-4] Differentiate JS vs CSS instances of “property” in th…
Browse files Browse the repository at this point in the history
…is sentence. #866
  • Loading branch information
fantasai committed Aug 17, 2018
1 parent fa9eb30 commit 0907a7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css-cascade-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,9 @@ Aliasing</h3>
the two names are aliased with an operation on par with case-mapping:
at parse time, the old property is converted into the new property.
This conversion also applies in the CSSOM,
both for string arguments and property lookups:
requests for the old property
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.

<div class=example highlight=js>
For example, if
Expand Down

0 comments on commit 0907a7d

Please sign in to comment.