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 15879 - getRegionsByContentNode and contentNodes: change naming?
Summary: getRegionsByContentNode and contentNodes: change naming?
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: Regions (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Vincent Hardy
QA Contact:
URL:
Whiteboard: cssom
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-04 10:05 UTC by Vincent Hardy
Modified: 2012-04-11 21:10 UTC (History)
4 users (show)

See Also:


Attachments

Comment 1 Vincent Hardy 2012-03-13 22:43:02 UTC
Using the latest change proposal:

http://wiki.csswg.org/spec/css3-regions/css-om?rev=1331678600

The proposal is to make the following changes:

interface NamedFlow {
      ...
      getter Node[] getContent(); // was getContentNode
      Region[] getRegionsByContent(Node node); // was getRegionsByContentNode
      ...
}
Comment 2 Vincent Hardy 2012-03-22 16:42:17 UTC
(In reply to comment #1)
> Using the latest change proposal:
> 
> http://wiki.csswg.org/spec/css3-regions/css-om?rev=1331678600
> 
> The proposal is to make the following changes:
> 
> interface NamedFlow {
>       ...
>       getter Node[] getContent(); // was getContentNode
>       Region[] getRegionsByContent(Node node); // was getRegionsByContentNode
>       ...
> }

ok on name change getContentNode -> getContent and getRegionsByContentNode -> getRegionsByContentNode

but need to sync. up with other interface changes (http://wiki.csswg.org/spec/css3-regions/css-om)