Skip to content

Commit bdedb20

Browse files
committed
FAQ: update API links
1 parent d9a5f4d commit bdedb20

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

faq.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ <h2>CSS4J FAQ</h2>
3232
<div class="faqlist" id="faqlist">
3333
<div id="nsac">
3434
<h4>What is NSAC?</h4>
35-
<p>NSAC is a low-level event API for CSS parsing, an evolution of W3C's <a href="http://www.w3.org/Style/CSS/SAC/">SAC</a>. <a href="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 <a href="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 <a href="api/3/io/sf/carte/doc/style/css/CSSVarValue.html#getFallback()"><code>var()</code> fallback values</a>
38-
or the <code>var()</code>-related <a href="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 <a href="http://www.w3.org/Style/CSS/SAC/">SAC</a>. <a href="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 <a href="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 <a href="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 <a href="api/latest/io.sf.carte.css4j/io/sf/carte/doc/style/css/CSSLexicalValue.html"><code>CSSLexicalValue</code></a>.</p>
3939
</div>
4040
<div id="cssvalue">
4141
<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.<
104104
</div>
105105
<div id="styledb">
106106
<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 <a href="usage.html#cascade">user agent sheet</a> depends on the document type and is not always loaded, while the <a href="api/3/io/sf/carte/doc/style/css/StyleDatabase.html">style database</a>
107+
<p>The <a href="usage.html#cascade">user agent sheet</a> depends on the document type and is not always loaded, while the <a href="api/latest/io.sf.carte.css4j/io/sf/carte/doc/style/css/StyleDatabase.html">style database</a>
108108
is document-independent (but medium-specific).</p>
109109
</div>
110110
<div id="minify">

0 commit comments

Comments
 (0)