Skip to content

Commit 8f24051

Browse files
committed
FAQ: add link to CSSLexicalValue as NSAC-related CSSOM interface.
1 parent 9ae961b commit 8f24051

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

faq.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ <h2>CSS4J FAQ</h2>
3434
<h4>What is NSAC?</h4>
3535
<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
3636
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>.</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>
3839
</div>
3940
<div id="cssvalue">
4041
<h4>Are W3C's <code>CSSValue</code> and <code>CSSPrimitiveValue</code> interfaces supported?</h4>

0 commit comments

Comments
 (0)