Minor tweak to late arriving items
diff --git a/platform/4.4/M6/index.html b/platform/4.4/M6/index.html
index 4b77127..f168888 100644
--- a/platform/4.4/M6/index.html
+++ b/platform/4.4/M6/index.html
@@ -167,7 +167,7 @@
<tr id="css-bridge">
<td class="title">CSS bridge</td>
<td class="content">
- The CSS support for the 3.x theme element definitions is now available (the CSS bridge), bugs:
+ The CSS support for the 3.x theme element definitions is now available (the CSS bridge), for more details see the following bugs:
<ul>
<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=419016" target="_blank">Bug 419016</a></li>
<li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=419018" target="_blank">Bug 419018</a></li>
@@ -176,25 +176,25 @@
The use cases for the bridge:
<ul>
<li>
- Using the Color and FontDefinitions in the CSS stylesheet:
+ Using the Color and FontDefinitions in the CSS style sheet:
<p>
<img src="images/css-bridge/using-definitions.png" alt=""/>
</p>
</li>
<li>
- Overriding of the definitions in the CSS stylesheet
+ Overriding of the definitions in the CSS style sheet:
<p>
<img src="images/css-bridge/overriding-definitions.png" alt=""/>
</p>
</li>
<li>
- Adding the new definitions with the CSS stylesheet
+ Adding the new definitions with the CSS style sheet:
<p>
<img src="images/css-bridge/new-definitions.png" alt=""/>
</p>
</li>
</ul>
- The 3.x theme definitions overridden or added in the CSS stylesheet are merged with the current 3.x theme.<br/>
+ The 3.x theme definitions overridden or added in the CSS style sheet are merged with the current 3.x theme.<br/>
After switching the 3.x theme they are re-merged with the new theme.<br/><br/>
The new definitions added with the CSS file (the last use case) are available in the CSS theme that provides it.<br/>
After switching the CSS theme the definitions can be unavailable in the theme registries when the new theme doesn't re-define it.
@@ -202,13 +202,10 @@
</td>
</tr>
<tr id="theme-association">
- <td class="title">New "themeAssociation" element of the "org.eclipse.e4.ui.css.swt.theme" extension point</td>
+ <td class="title">New 'themeAssociation' element of the 'org.eclipse.e4.ui.css.swt.theme' extension point</td>
<td class="content">
Currently the user is able to connect the CSS theme with proper 3.x theme. After defining the proper association between themes,
- when user changes the CSS theme with the combo in the preference dialog, the proper 3.x theme will be set.
- <ul>
- <li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=355946" target="_blank">Bug 355946</a></li>
- </ul>
+ when user changes the CSS theme with the combo in the preference dialog, the proper 3.x theme will be set automatically.
<p>
<img src="images/theme-association.png" alt=""/>
</p>