This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 31885 - CSS documentation
Summary: CSS documentation
Status: VERIFIED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: XML (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: John Jullion-ceccarelli
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-11 13:17 UTC by _ pkuzel
Modified: 2003-03-14 13:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ pkuzel 2003-03-11 13:17:43 UTC
Checking a Cascading Style Sheet for Syntax Errors
help page contains non-sences.

CSS is not XML. The process itself is called "CSS
validation".
Comment 1 John Jullion-ceccarelli 2003-03-11 13:36:52 UTC
Do we still talk about CSS being "well-formed" or should we just say
"vaild"? Do the rules listed in the page apply for CSS's? Is there a
link to some document that describes all of the CSS rules>
Comment 2 _ pkuzel 2003-03-11 14:06:32 UTC
Code utilizes: http://jigsaw.w3.org/css-validator/README.html
Comment 3 _ pkuzel 2003-03-11 14:08:51 UTC
http://www.w3.org/TR/REC-CSS2/conform.html
talks aboud valid stylesheets.
Comment 4 John Jullion-ceccarelli 2003-03-11 16:31:03 UTC
fixed in trunk, I named the page "Checking a CSS for Validity" and
just put a link to the w3c page for those who are interested in what
exactly constitutes validity.
Comment 5 _ pkuzel 2003-03-11 16:52:54 UTC
Thanks, I spotted it also in release35 branch.
Comment 6 John Jullion-ceccarelli 2003-03-11 17:19:14 UTC
Oops, sorry. meant I fixed it in the release35 branch. I'll merge it
back to the trunk after the release.
Comment 7 Martin Schovanek 2003-03-14 13:34:44 UTC
VERIFIED