You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This project is an implementation of W3C's <ahref="https://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/" target="_blank">CSS Object Model API</a>
35
-
in the Java™ language, and also adds CSS support to the <ahref="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™ 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 <ahref="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
0 commit comments