This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23237 - "When a method or an attribute is said to call a..."
Summary: "When a method or an attribute is said to call a..."
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-13 10:00 UTC by Simon Pieters
Modified: 2013-09-13 10:00 UTC (History)
0 users

See Also:


Attachments

Description Simon Pieters 2013-09-13 10:00:48 UTC
http://dev.w3.org/csswg/cssom/#hardwareLimitations

[[
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 e.g. the author can't change the behavior by overriding attributes or methods with custom properties or functions in ECMAScript.
]]

It's clearer to define separate "internal algorithms" for each API that can be invoked by prose instead of saying to invoke a method.