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
Copy file name to clipboardExpand all lines: faq.html
+5-5
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,10 @@ <h2>CSS4J FAQ</h2>
32
32
<divclass="faqlist" id="faqlist">
33
33
<divid="nsac">
34
34
<h4>What is NSAC?</h4>
35
-
<p>NSAC is a low-level event API for CSS parsing, an evolution of W3C's <ahref="http://www.w3.org/Style/CSS/SAC/">SAC</a>. <ahref="api/3/io/sf/carte/doc/style/css/nsac/package-summary.html">NSAC 2.x</a> is not backwards-compatible
36
-
with SAC, but similar enough that migrating from it should be relatively easy (if you require compatibility with SAC, you may still use <ahref="api/1.0/io/sf/carte/doc/style/css/nsac/package-summary.html">version 1 of NSAC</a>, shipped with css4j 1.x).</p>
37
-
<p>However, most developers use the higher-level CSS Object Model and do not need to care about NSAC except when handling <ahref="api/3/io/sf/carte/doc/style/css/CSSVarValue.html#getFallback()"><code>var()</code> fallback values</a>
38
-
or the <code>var()</code>-related <ahref="api/3/io/sf/carte/doc/style/css/CSSLexicalValue.html"><code>CSSLexicalValue</code></a>.</p>
35
+
<p>NSAC is a low-level event API for CSS parsing, an evolution of W3C's <ahref="http://www.w3.org/Style/CSS/SAC/">SAC</a>. <ahref="api/latest/io.sf.carte.css4j/io/sf/carte/doc/style/css/nsac/package-summary.html">NSAC 2.x</a> is not backwards-compatible
36
+
with SAC, but similar enough that migrating from it should be relatively easy (if you require compatibility with SAC, you may still use <ahref="api/1.x/io.sf.carte.css4j/io/sf/carte/doc/style/css/nsac/package-summary.html">version 1 of NSAC</a>, shipped with css4j 1.x).</p>
37
+
<p>However, most developers use the higher-level CSS Object Model and do not need to care about NSAC except when handling <ahref="api/latest/io.sf.carte.css4j/io/sf/carte/doc/style/css/CSSVarValue.html#getFallback()"><code>var()</code> fallback values</a>
38
+
or the <code>var()</code>-related <ahref="api/latest/io.sf.carte.css4j/io/sf/carte/doc/style/css/CSSLexicalValue.html"><code>CSSLexicalValue</code></a>.</p>
39
39
</div>
40
40
<divid="cssvalue">
41
41
<h4>Are W3C's <code>CSSValue</code> and <code>CSSPrimitiveValue</code> interfaces supported?</h4>
@@ -104,7 +104,7 @@ <h4>I have set up a style database, but the library complains about missing it.<
104
104
</div>
105
105
<divid="styledb">
106
106
<h4>The style database is an abstraction that supplies initial values for properties that are User Agent-dependent. Why not just set them at the UA style sheet?</h4>
107
-
<p>The <ahref="usage.html#cascade">user agent sheet</a> depends on the document type and is not always loaded, while the <ahref="api/3/io/sf/carte/doc/style/css/StyleDatabase.html">style database</a>
107
+
<p>The <ahref="usage.html#cascade">user agent sheet</a> depends on the document type and is not always loaded, while the <ahref="api/latest/io.sf.carte.css4j/io/sf/carte/doc/style/css/StyleDatabase.html">style database</a>
108
108
is document-independent (but medium-specific).</p>
0 commit comments