History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-4924
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Pegov
Reporter: Mikhail Gedzberg
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

CSS 2.1 user agents must ignore any '@import' rule that occurs inside a block or after any valid rule other than an @charset or an @import rule

Created: 08 Dec 05 14:05   Updated: 07 May 07 17:41
Component/s: HTML editing
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Relates
 
This issue is related to:
IDEADEV-11486 Global CSS inspections Major Resolved

Build: 5,066


 Description  « Hide
Illegal example(s):

Assume, for example, that a CSS 2.1 parser encounters this style
sheet:
@import "subs.css";
h1 { color: blue }
@import "list.css";

The second '@import' is illegal according to CSS2.1. The CSS 2.1
parser ignores the whole at-rule, effectively reducing the style sheet
to:
@import "subs.css";
h1 { color: blue }



 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 07 May 07 17:41
Seems that new issue is already created.