From 1702fa9998c22b2d57569b1b5f9d9dc9a4749abd Mon Sep 17 00:00:00 2001 From: Takayoshi Kochi Date: Fri, 2 Jun 2017 17:02:40 +0900 Subject: [PATCH] Remove "Style processing with Imports" section. This is not ready to merge. This is for reference purpose for http://crbug.com/523952 . --- spec/imports/index.html | 52 ----------------------------------------- 1 file changed, 52 deletions(-) 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 @@

Additions to document.currentScript

-
-

Style processing with Imports

- -

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.

- - - -
-

Order of Appearances and Imports

- -

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.

- -
-
-

Events in Imports