diff --git a/spec/imports/index.html b/spec/imports/index.html index f433655b..f114fdea 100644 --- a/spec/imports/index.html +++ b/spec/imports/index.html @@ -475,58 +475,6 @@
The contents of the style
elements and
-the external resources of the link
elements in import MUST be considered as input sources of the style processing model [[!CSS2]] of the master document.
A set of imports that are associated with a master document forms an import link tree, a tree structure. Following import link tree forming algorithm, being applied with null
as PARENT, master document as TREE and all of its imports as POOL, defines the import link tree:
link
element of an import in CURRENT, in document order:
- -The import link tree algorithm defines a order of imports using a depth first traversal. This import link tree is different from the one formed by import link list. The former is based on the document tree of each import. The later is built through import loading process and isn't affected by document tree mutation. -
- -The order of appearances of declarations [[!CSS-CASCADE-3]] which come from different documents are determined by the import link tree. If node documents of two declarations differ, compare the tree order of these documents in the import link tree. The last one wins.
- -