[Bug 14913] No way to specify [OverrideBuiltins] if the getter is in a partial interface

https://www.w3.org/Bugs/Public/show_bug.cgi?id=14913

--- Comment #2 from Cameron McCormack <cam@mcc.id.au> 2011-12-09 06:07:17 UTC ---
The non-localised effects of extended attributes on partial interface
definitions is exactly what I was trying to avoid with the current spec
restrictions.  Ian's comment 1 suggestion does neatly get around that problem.

(An alternative would be to write in HTML

  [NoInterfaceObject,OverrideBuiltins]
  interface DocumentProperties {
    getter ...;
  };
  Document implements DocumentProperties;

.)

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Friday, 9 December 2011 06:07:23 UTC