You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cssom-view/Overview.bs
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -300,6 +300,11 @@ The term <dfn>layout box</dfn> refers to either a <a>CSS layout box</a> or an <a
300
300
301
301
The term <dfn>transforms</dfn> refers to SVG transforms and CSS transforms. [[!SVG]][[!CSS-TRANSFORMS-1]]
302
302
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.
0 commit comments