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 25726 - [imports]: Import ancestors shouldn't be import dependent.
Summary: [imports]: Import ancestors shouldn't be import dependent.
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 20683
  Show dependency treegraph
 
Reported: 2014-05-15 15:06 UTC by Morrita Hajime
Modified: 2014-05-20 00:23 UTC (History)
2 users (show)

See Also:


Attachments

Description Morrita Hajime 2014-05-15 15:06:56 UTC
7.1 Import Dependent

"The Document that is in either import ancestors or import predecessors of document A, or is linked from branch item of A's import link list, is the import dependent of A."

This is wrong. This makes dependency circular. 
Import dependents are
- import predecessors
- import children that are branches
- import ancestor's predecessors.