Skip to content

Commit 6d6a1b7

Browse files
author
Simon Pieters
committed
[cssom*] Bikeshed fixes
1 parent 363e125 commit 6d6a1b7

File tree

2 files changed

+102
-130
lines changed

2 files changed

+102
-130
lines changed

cssom-view/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,11 @@ The term <dfn>layout box</dfn> refers to either a <a>CSS layout box</a> or an <a
300300

301301
The term <dfn>transforms</dfn> refers to SVG transforms and CSS transforms. [[!SVG]] [[!CSS-TRANSFORMS-1]]
302302

303+
When a method or an attribute is said to call another method or attribute, the user agent must invoke its internal API for that attribute or method so that
304+
e.g. the author can't change the behavior by overriding attributes or methods with custom properties or functions in ECMAScript.
305+
306+
Unless otherwise stated, string comparisons are done in a <a>case-sensitive</a> manner.
307+
303308

304309
CSS pixels {#css-pixels}
305310
------------------------

0 commit comments

Comments
 (0)