java.lang.RuntimeException on W3C CSS Validation Service
tateisu <[email protected]>
| Newsgroups | gmane.org.w3c.validator.css |
|---|---|
| Message-ID | <CAJcZOWotFxznp9=9d+WzJ-Ep1=B6wx03mcMz2K9PpKoL+-8rGg@mail.gmail.com> |
Hey, I love your validation service. but I've been using it for CSS 3, it raises java.lang.RuntimeException. ------------------------------ http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fjuggler.jp%2Fd%2Fstyle.css&profile=none W3C CSS Validator results for http://juggler.jp/d/style.css (CSS level 3) Sorry! We found the following errors (1) URI : http://juggler.jp/d/style.css -1 Unknown error java.lang.RuntimeException ------------------------------ To replicate error case, Please find the attached CSS file. If there is anything I can do to help you for this issue, let me know. Thanks,
style.css
(text/css, 2.3 KB)
/* reset margin&padding for all elements */
*{ margin: 0; padding: 0; }
.noborder{ border: none; }
.floatclear{ clear: both; }
.sub{ font-size:75%; }
input.number{ text-align:right; }
ul{ margin: 0.5em; padding: 0.5em 0.5em 0.5em 3em; }
li{ margin: 0.1em; padding: 0.1em; }
html{
background-color:#fff;
color:#000;
padding: 3em 2em 0 2em;
}
a:link { color:#0080ff; text-decoration:none; }
a:visited{ color:#0080ff; text-decoration:none; }
a:hover { color:#0080ff; text-decoration:underline; }
a:active { color:#0080ff; text-decoration:underline; }
.col{ color:#888; }
.thread{
border: solid 0.2em #888;
padding: 8px;
margin: 0 0 32px 0;
border-radius: 0.8em;
background-color:#eee;
}
.res{
border: solid 0.2em #bbb;
padding: 8px;
margin: 8px 8px 8px 16px;
border-radius: 0.8em;
background-color:#fff;
}
.pagenavi{
border: solid 0.2em #666;
padding: 2px 4px;
margin: 0.2em 0 0.2em 0 ;
border-radius: 0.5em;
}
.err{
font-size:200%;
margin:1em;
color:red;
}
.threadnavi , .resnavi{
font-size: 83%;
margin: 0px 0px 6px 0;
}
.resnavi{
font-size: 83%;
margin: 0px 0px 6px 0;
}
.newthread{
font-size:110%;
padding: 8px;
margin: 0 32px 16px 32px;
}
.resomit{
font-size:110%;
padding: 8px;
margin: 0 32px;
}
.reslink{
font-size:125%;
padding: 8px;
margin: 0 32px;
}
.checkstandard{
display:block;
text-align:right;
margin: 16px 0 0 0;
}
/**************************************/
td.thumleft{
font-size:75%;
text-align:center;
}
.thumfloat{
font-size:75%;
text-align:center;
float:left;
width:64px;
padding: 0px 16px;
}
.embimg{
margin: 8px 8px 8px 8px;
}
.msgbody{
margin: 8px 16px;
padding: 8px;
background-color:#fff;
border-radius: 0.8em;
}
.koukoku3{
display:block;
margin-left: auto;
margin-right: auto;
border: solid 1px #888;
margin-top: 16px;
width: 90%;
height: 500px;
}
.keywords{
display:none;
}
iframe{
margin-top: 16px;
margin-left: auto;
margin-right: auto;
}
.koukoku_snippet{
display:block;
text-align:center;
margin: 16px 0;
}
h2{
margin-top: 0.5em;
margin-bottom: 0.5em;
}
th{
padding-top:0.3em;
padding-bottom: 0.3em;
padding-right: 0.5em;
text-align:right;
font-weight: bold;
vertical-align:top;
}
td{
padding-top:0.3em;
padding-bottom: 0.3em;
}
img.banner{
border: 0;
}
div.respages{
text-align: center;
}
div.respages span.curpage{
color:#888;
}