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
<preclass="code"><codeclass="language-css">div,.cls{color:#ff0;background-color:green;border-radius:0;margin:2px;background:url(bkg.png) round space local}
1256
+
<preclass="code"><codeclass="language-css">div,.cls{color:#ff0;border-color:green;border-radius:0;margin:2px;background:url(bkg.png) round space local}
1257
1257
</code></pre>
1258
1258
<p>The optimisations on shorthands can be disabled via the <codeclass="codeitem">Minify.Config</code>
1259
1259
parameter, or using the <code>--disable-shorthand</code> command line option:</p>
while other comments (located at places that cannot be easily related to a rule) are lost.</p>
1347
1347
<p>In css4j version 1.0, comments that were intended to apply to the previous rule may be assigned to the next one,
1348
-
but this is addressed in version 2.0 where NSAC 2.0 allows a more accurate approach.</p>
1348
+
but this was addressed in version 2.0 where NSAC 2.0 allows a more accurate approach.</p>
1349
1349
<p>Comments in the default HTML UA style sheet are not available, as the parser is instructed to ignore them when parsing.</p>
1350
1350
</div>
1351
1351
<divclass="tema" id="renderinterfaces">
@@ -1371,7 +1371,7 @@ <h2>Providing device information for style computation</h2>
1371
1371
one or the other. The basic idea is that style databases should be relatively easy to implement for a given medium, while canvases are
1372
1372
probably only going to exist if there is an actual rendering engine implemented.</p>
1373
1373
<p>For an example implementation of a <code>DeviceFactory</code> and related classes, please check out
1374
-
<code>MyDeviceFactory</code>, <code>MyStyleDatabase</code> and <code>MyCanvas</code> in EchoSVG's <aclass="codeitem" href="https://github.com/css4j/echosvg/blob/master/echosvg-transcoder/src/main/java/io/sf/carte/echosvg/transcoder/util/CSSTranscodingHelper.java">CSSTranscodingHelper</a>,
1374
+
<code>MyDeviceFactory</code>, <code>MyStyleDatabase</code> and <code>MyCanvas</code> in EchoSVG's <aclass="codeitem" href="https://github.com/css4j/echosvg/blob/master/echosvg-transcoder-svg/src/main/java/io/sf/carte/echosvg/transcoder/util/CSSTranscodingHelper.java">CSSTranscodingHelper</a>,
1375
1375
or <aclass="codeitem" href="https://github.com/css4j/css4j-awt/blob/master/src/io/sf/carte/doc/style/css/awt/AWTStyleDatabase.java">AWTStyleDatabase</a> in the <ahref="https://github.com/css4j/css4j-awt"><code>css4j-awt</code> project</a>.</p>
>Partial</td><tdclass="obsrv">Has the <code>@font-face</code> and <code>@font-feature-values</code> rules,
@@ -1422,7 +1422,7 @@ <h2>CSS3 support</h2>
1422
1422
</em></td></tr>
1423
1423
<trclass="evenrow"><td><ahref="https://www.w3.org/TR/css-masking-1/">Masking</a></td><tdclass="yesno">Partial</td><tdclass="obsrv">Decomposes the <code>mask</code> shorthand. <em>Not supported by the simple box model.</em></td></tr>
1424
1424
<trclass="oddrow"><td><ahref="https://www.w3.org/TR/css-transitions-1/">Transitions</a></td><tdclass="yesno">Yes</td><tdclass="obsrv">Decomposes the <code>transition</code> shorthand.</td></tr>
1425
-
<trclass="evenrow"><td><ahref="https://www.w3.org/TR/css-values-4/">Values 4</a></td><tdclass="yesno">Yes</td><tdclass="obsrv">Advanced <code>attr()</code> from level 5 also has early support.</td></tr>
1425
+
<trclass="evenrow"><td><ahref="https://www.w3.org/TR/css-values-4/">Values 4</a></td><tdclass="yesno">Yes</td><tdclass="obsrv">Advanced <code>attr()</code> from level 5 is also supported.</td></tr>
1426
1426
<trclass="oddrow"><td><ahref="https://www.w3.org/TR/css-variables-1/">Variables</a></td><tdclass="yesno">Yes</td><tdclass="obsrv"><code>var()</code> is supported in computed styles.</td></tr>
1427
1427
<trclass="evenrow"><td><ahref="https://www.w3.org/TR/css-properties-values-api-1/">CSS Properties and Values API</a></td><tdclass="yesno">Yes</td><tdclass="obsrv">Full support (also in computed styles).</td></tr>
0 commit comments