-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DITA-OT 4.1.2 * tag '4.1.2': Add note on teletype styling in custom CSS Correct Apache XML Commons Resolver name Hide release date placeholder Add details on XML Resolver 5.2.1 Add details on metadata cascade refactoring Add details on links to titles with footnotes Add details on test coverage improvements Add info on styling teletype output in CSS Add details on chunked map filename normalization Add details on network file URI validation Edit map-first preprocessing items for redundancy Describe 3546 along with 3446 Group & describe map-first preprocessing issues Prepare 4.1.2 Release Notes stub Bump Docker image version to ”4.1.2“ Bump 'maintenance-version' key to “4.1.2”
- Loading branch information
Showing
7 changed files
with
184 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd"> | ||
<!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. --> | ||
<reference id="migrating-to-4.1"> | ||
|
||
<title>Migrating to release 4.1</title> | ||
<titlealts> | ||
<navtitle>To 4.1</navtitle> | ||
</titlealts> | ||
|
||
<shortdesc>DITA-OT 4.1 includes <ph id="summary">a new version of the Lightweight DITA plug-in with significant | ||
enhancements to Markdown processing, and updates for the latest DITA 2.0 draft standard</ph>.</shortdesc> | ||
|
||
<refbody> | ||
<section> | ||
<note>This topic provides a summary of changes in DITA-OT 4.1 that may require modifications to custom stylesheets | ||
or plug-ins. For more information on changes in this release, see the | ||
<xref keyref="4.1-release-notes"/>.</note> | ||
</section> | ||
|
||
<section id="4.1-inline-styles"> | ||
<title>Legacy <xmlelement>tt</xmlelement> style attributes moved to CSS</title> | ||
<indexterm><xmlelement>tt</xmlelement> styles</indexterm> | ||
<p>The HTML5 plug-in has been updated to remove the remaining inline style attributes that prevented custom | ||
plug-ins from overriding the monospace font presentation of teletype <xmlelement>tt</xmlelement> elements.</p> | ||
<p>These changes move the default teletype styling to CSS to allow users to override the presentation in custom | ||
stylesheets. The output is visually equivalent to the results generated by previous toolkit versions.</p> | ||
<note type="important">In publishing environments that do not use the default common CSS files, these styles may | ||
need to be implemented in custom stylesheets.</note> | ||
</section> | ||
</refbody> | ||
</reference> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters