Skip to content

Commit a7ee949

Browse files
committed
Usage: improved preamble
1 parent 26dfd04 commit a7ee949

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

usage.html

+8-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,14 @@
3131
<div id="presentacion_top" class="textheader"><span>Usage</span></div>
3232
<div class="cos">
3333
<h1>CSS4J User Guide</h1>
34-
<p>This project is an implementation of W3C's <a href="https://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/" target="_blank">CSS Object Model API</a>
35-
in the Java&trade; language, and also adds CSS support to the <a href="https://dom4j.github.io/" target="_blank">DOM4J</a> package. It
36-
targets several different use cases, with functionalities from style sheet error detection to style computation.</p>
34+
<p>This project implements, in the Java&trade; language, APIs that are partly based on W3C's <a
35+
href="https://www.w3.org/TR/cssom-1/" target="_blank">CSS Object Model</a> and WHATWG/W3C's <a
36+
href="https://dom.spec.whatwg.org/" target="_blank">DOM</a> APIs. (Initially, the project
37+
implemented the <a href="https://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/"
38+
target="_blank">DOM Level 2 Style API</a>.)</p>
39+
<p>It targets several different use cases, with functionalities ranging from style sheet error
40+
detection to style computation. A specialized module also adds CSS support to the <a
41+
href="https://dom4j.github.io/" target="_blank">DOM4J</a> package.</p>
3742
<p>Java 8 and later versions are supported (the library is fully modular).</p>
3843
<div class="tema" id="overview">
3944
<h2>Overview</h2>

0 commit comments

Comments
 (0)