diff --git a/modules/create-opf/xsl/create-opf.xsl b/modules/create-opf/xsl/create-opf.xsl index 5ad2e61..8b5e80d 100755 --- a/modules/create-opf/xsl/create-opf.xsl +++ b/modules/create-opf/xsl/create-opf.xsl @@ -216,7 +216,7 @@ - This stylesheet overwrites certain css:expand templates or variables. This is done because CSS3 isn't supported completely. In that stylesheet - text-decoration and other porperties can be changed to supported values. When CSS3 is + text-decoration and other properties can be changed to supported values. When CSS3 is supported it might be necessary to use this input port dynamically. diff --git a/modules/fontsubsetter/xpl/fontsubsetter.xpl b/modules/fontsubsetter/xpl/fontsubsetter.xpl index 9b2235d..0af64e8 100644 --- a/modules/fontsubsetter/xpl/fontsubsetter.xpl +++ b/modules/fontsubsetter/xpl/fontsubsetter.xpl @@ -16,7 +16,7 @@ This pipeline creates fontsubsets. The characters used in each font will be displayed in a character set. The subset is created - using the pyftsubset phython script from fonttools https://github.com/fonttools. + using the pyftsubset python script from fonttools https://github.com/fonttools. @@ -41,7 +41,7 @@ - Ouput is a character set displaying all characters used inside a font + Output is a character set displaying all characters used inside a font diff --git a/modules/html-splitter/xpl/html-splitter.xpl b/modules/html-splitter/xpl/html-splitter.xpl index 48887b4..a34b128 100755 --- a/modules/html-splitter/xpl/html-splitter.xpl +++ b/modules/html-splitter/xpl/html-splitter.xpl @@ -84,7 +84,7 @@ - Strip spurious text-only document nodes that sometimes occured before the HTML + Strip spurious text-only document nodes that sometimes occurred before the HTML document. diff --git a/modules/html-splitter/xpl/split-css.xpl b/modules/html-splitter/xpl/split-css.xpl index dfc32dc..5be172c 100755 --- a/modules/html-splitter/xpl/split-css.xpl +++ b/modules/html-splitter/xpl/split-css.xpl @@ -11,7 +11,7 @@ This pipeline is used to split the CSS based on the submitted value of the option css-handling. - With the value regenerated-per-split, the CSS is analyzed and splitted for each HTML chunk. Commonly + With the value regenerated-per-split, the CSS is analyzed and split for each HTML chunk. Commonly used CSS properties are stored to a global CSS stylesheet, whereas unused CSS properties are filtered. With the value unchanged CSS and HTML remain unchanged. Per default, a new CSS stylesheet is generated from the CSS XML representation. diff --git a/modules/html-splitter/xsl/html-splitter.xsl b/modules/html-splitter/xsl/html-splitter.xsl index 3d23f1d..a13fe2f 100644 --- a/modules/html-splitter/xsl/html-splitter.xsl +++ b/modules/html-splitter/xsl/html-splitter.xsl @@ -1001,7 +1001,7 @@ - + - diff --git a/schema/metadata-conf/metadata-conf.rnc b/schema/metadata-conf/metadata-conf.rnc index 1e86985..69ec6e5 100755 --- a/schema/metadata-conf/metadata-conf.rnc +++ b/schema/metadata-conf/metadata-conf.rnc @@ -258,7 +258,7 @@ types = ] }? & - ## space separated list of epub:type values that will be pulled from secton/div to surrounding body + ## space separated list of epub:type values that will be pulled from section/div to surrounding body attribute pull-up-types { list { (landmark-types | "toc")+ } }?), diff --git a/schema/metadata-conf/metadata-conf.rng b/schema/metadata-conf/metadata-conf.rng index 974ebb9..3f09bde 100755 --- a/schema/metadata-conf/metadata-conf.rng +++ b/schema/metadata-conf/metadata-conf.rng @@ -445,7 +445,7 @@ - space separated list of epub:type values that will be pulled from secton/div to surrounding body + space separated list of epub:type values that will be pulled from section/div to surrounding body diff --git a/xpl/epub-convert.xpl b/xpl/epub-convert.xpl index 9682a10..c0360b6 100755 --- a/xpl/epub-convert.xpl +++ b/xpl/epub-convert.xpl @@ -23,7 +23,7 @@ on Unixy systems. For bash, this is, e.g., source=file:/$(cygpath -ma sample/b978-3-646-92351-3.xhtml)

8/2023: new feature: if HTML contains a >div>, >section> or >nav> element with

@class="as-nav"
and
@epub:type="loi"
(or "lot") that section is removed from content and moved into the navigation page as >nav> element. - This works not for EPUB2. Structure is expexted as >ol>>li>>a href="link-to-fig">Fig 1: xyz>/a>>/li>>/ol>.

+ This works not for EPUB2. Structure is expected as >ol>>li>>a href="link-to-fig">Fig 1: xyz>/a>>/li>>/ol>.