Skip to content

Commit b7a2f86

Browse files
committed
Documentation update
1 parent d6dcc6d commit b7a2f86

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
2015-02-20 - Version 4.8.1
2-
- declare dependencies on xerces and xml-api's as provided, making the component friendlier to cooperate with other components in environments where isolated class loaders are used, i.e. IDE plugin development - implementations for these are shipped with JRE 6 or younger
1+
2015-05-20 - Version 4.9
2+
- Image transparency fix for SVG and PDF renderer
3+
- Support for treating HTML images as their ALT text only
4+
- Box tree creation fixes (anonymous blocks)
5+
36
2015-02-11 - Version 4.8
47
- Updates to new jStyleParser API (NetworkProcessor support)
58
- Fixed inline-block background rendering (affected form rendering)

doc/manual/index.php

+2
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
</ul>
133133
The default value is <code>true</code>.
134134
</dd>
135+
<dt><a href="../api/org/fit/cssbox/layout/BrowserConfig.html#setReplaceImagesWithAlt(boolean)" class="api">browser.getConfig().setReplaceImagesWithAlt(boolean)</a></dt>
136+
<dd>Sets whether the images should be replaced by their <code>alt</code> text.</dd>
135137
<dt><a href="../api/org/fit/cssbox/layout/BrowserConfig.html#setDefaultFont(java.lang.String,%20java.lang.String)" class="api">browser.getConfig().setDefaultFont(String logical, String physical)</a></dt>
136138
<dd>Configures the default physical fonts that should be used instead of the logical Java families. The typical usage is the following:
137139
<div class="code"><pre>

doc/manual/manual.html

+2
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
</ul>
133133
The default value is <code>true</code>.
134134
</dd>
135+
<dt><a href="../api/org/fit/cssbox/layout/BrowserConfig.html#setReplaceImagesWithAlt(boolean)" class="api">browser.getConfig().setReplaceImagesWithAlt(boolean)</a></dt>
136+
<dd>Sets whether the images should be replaced by their <code>alt</code> text.</dd>
135137
<dt><a href="../api/org/fit/cssbox/layout/BrowserConfig.html#setDefaultFont(java.lang.String,%20java.lang.String)" class="api">browser.getConfig().setDefaultFont(String logical, String physical)</a></dt>
136138
<dd>Configures the default physical fonts that should be used instead of the logical Java families. The typical usage is the following:
137139
<div class="code"><pre>

doc/manual/manual.xml

+2
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ The following configuration options are available:</p>
204204
</ul>
205205
The default value is <code>true</code>.
206206
</dd>
207+
<dt><d:api class="org/fit/cssbox/layout/BrowserConfig" anchor="setReplaceImagesWithAlt(boolean)">browser.getConfig().setReplaceImagesWithAlt(boolean)</d:api></dt>
208+
<dd>Sets whether the images should be replaced by their <code>alt</code> text.</dd>
207209
<dt><d:api class="org/fit/cssbox/layout/BrowserConfig" anchor="setDefaultFont(java.lang.String,%20java.lang.String)">browser.getConfig().setDefaultFont(String logical, String physical)</d:api></dt>
208210
<dd>Configures the default physical fonts that should be used instead of the logical Java families. The typical usage is the following:
209211
<d:codebox>

0 commit comments

Comments
 (0)