Hello community,
here is the log from the commit of package suse-xsl-stylesheets for
openSUSE:Factory checked in at 2018-12-10 12:25:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old)
and /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-xsl-stylesheets"
Mon Dec 10 12:25:10 2018 rev:43 rq:653631 version:2.0.13
Changes:
--------
---
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes
2018-07-13 10:11:38.613766503 +0200
+++
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.19453/suse-xsl-stylesheets.changes
2018-12-10 12:25:26.162700867 +0100
@@ -1,0 +2,19 @@
+Fri Nov 23 17:48:33 UTC 2018 - [email protected]
+
+Stable release of the SUSE XSL stylesheets 2.0.13:
+
+- HTML only:
+ - Add bypass blocks for accessibility (FATE#326549)
+ - Bug Report links: Added section names to Bugzilla bug title
+ - openSUSE2013 only: Fixed highlighting
+
+- PDF only:
+ - Fixed XML issue in XEP formatter configuration
+
+- PDF/HTML:
+ - Use reproducibly generated IDs (gh#openSUSE/daps#482)
+ - Don't try to use no-break space in Korean, our Korean fonts do
+ not support that
+ - Update Italian, Japanese, Arabic localizations
+
+-------------------------------------------------------------------
Old:
----
suse-xsl-stylesheets-2.0.12.tar.bz2
New:
----
suse-xsl-stylesheets-2.0.13.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ suse-xsl-stylesheets.spec ++++++
--- /var/tmp/diff_new_pack.mfkl4P/_old 2018-12-10 12:25:26.682700348 +0100
+++ /var/tmp/diff_new_pack.mfkl4P/_new 2018-12-10 12:25:26.686700345 +0100
@@ -17,7 +17,7 @@
Name: suse-xsl-stylesheets
-Version: 2.0.12
+Version: 2.0.13
Release: 0
###############################################################
++++++ suse-xsl-stylesheets-2.0.12.tar.bz2 ->
suse-xsl-stylesheets-2.0.13.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/ChangeLog
new/suse-xsl-stylesheets/ChangeLog
--- old/suse-xsl-stylesheets/ChangeLog 2018-06-13 16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/ChangeLog 2018-11-23 17:43:07.000000000 +0100
@@ -1,4 +1,26 @@
-------------------------------------------------------------------
+Wed Nov 23 13:37:00 UTC 2018 - [email protected]
+
+Stable release of the SUSE XSL stylesheets 2.0.13:
+
+Find issues in our GitHub tracker at
+https://github.com/openSUSE/suse-xsl/issues/NUMBER
+
+HTML only:
+* Add bypass blocks for accessibility (FATE#326549)
+* Bug Report links: Added section names to Bugzilla bug title
+* openSUSE2013 only: Fixed highlighting
+
+PDF only:
+* Fixed XML issue in XEP formatter configuration
+
+PDF/HTML:
+* Use reproducibly generated IDs (gh#openSUSE/daps#482)
+* Don't try to use no-break space in Korean, our Korean fonts do
+ not support that
+* Update Italian, Japanese, Arabic localizations
+
+-------------------------------------------------------------------
Wed Jun 13 13:37:00 UTC 2018 - [email protected]
Stable release of the SUSE XSL stylesheets 2.0.12:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/Makefile
new/suse-xsl-stylesheets/Makefile
--- old/suse-xsl-stylesheets/Makefile 2018-06-13 16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/Makefile 2018-11-23 17:43:07.000000000 +0100
@@ -12,7 +12,7 @@
SHELL := /bin/bash
PACKAGE := suse-xsl-stylesheets
# HINT: Also raise version number in packaging/suse-xsl-stylesheets.spec
-VERSION := 2.0.12
+VERSION := 2.0.13
CDIR := $(shell pwd)
DIST_EXCLUDES := packaging/exclude-files_for_susexsl_package.txt
SUSE_XML_PATH := $(PREFIX)/xml/suse
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/README.adoc
new/suse-xsl-stylesheets/README.adoc
--- old/suse-xsl-stylesheets/README.adoc 2018-06-13 16:59:34.000000000
+0200
+++ new/suse-xsl-stylesheets/README.adoc 2018-11-23 17:43:07.000000000
+0100
@@ -1,4 +1,4 @@
-SUSE XSL Stylesheets 2.0.12
+SUSE XSL Stylesheets 2.0.13
============================
:numbered:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/daps2013/static/css/style.css
new/suse-xsl-stylesheets/daps2013/static/css/style.css
--- old/suse-xsl-stylesheets/daps2013/static/css/style.css 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/daps2013/static/css/style.css 2018-11-23
17:43:07.000000000 +0100
@@ -60,6 +60,24 @@
font-size: 16px;
}
+.bypass-block {
+ position: absolute;
+ left: 0;
+ z-index: 9753;
+ overflow: hidden;
+}
+
+.bypass-block > * {
+ position: absolute;
+ /* clip is deprecated but works in IE and Edge. clip-path is
+ newer and more flexible and also less compatible. */
+ clip: rect(1px 1px 1px 1px);
+ clip: rect(1px,1px,1px,1px);
+ clip-path: rect(1px,1px,1px,1px);
+ overflow: hidden;
+ height: 1px;
+}
+
#_toolbar-bottom,
#_fixed-header-wrap #_bubble-toc, .documentation, .page-bottom {
margin: 0 auto;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/suse-xsl-stylesheets/opensuse2013/static/css/highlight.css
new/suse-xsl-stylesheets/opensuse2013/static/css/highlight.css
--- old/suse-xsl-stylesheets/opensuse2013/static/css/highlight.css
1970-01-01 01:00:00.000000000 +0100
+++ new/suse-xsl-stylesheets/opensuse2013/static/css/highlight.css
2018-12-10 12:25:27.826699206 +0100
@@ -0,0 +1 @@
+symbolic link to ../../../suse2013/static/css/highlight.css
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/suse-xsl-stylesheets/opensuse2013/static/css/higlight.css
new/suse-xsl-stylesheets/opensuse2013/static/css/higlight.css
--- old/suse-xsl-stylesheets/opensuse2013/static/css/higlight.css
2018-12-10 12:25:27.690699343 +0100
+++ new/suse-xsl-stylesheets/opensuse2013/static/css/higlight.css
1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-symbolic link to ../../../suse2013/static/css/highlight.css
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/suse-xsl-stylesheets/packaging/suse-xsl-stylesheets.spec
new/suse-xsl-stylesheets/packaging/suse-xsl-stylesheets.spec
--- old/suse-xsl-stylesheets/packaging/suse-xsl-stylesheets.spec
2018-06-13 16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/packaging/suse-xsl-stylesheets.spec
2018-11-23 17:43:07.000000000 +0100
@@ -17,7 +17,7 @@
Name: suse-xsl-stylesheets
-Version: 2.0.12
+Version: 2.0.13
Release: 0
###############################################################
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/ar.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/ar.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/ar.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/ar.xml 2018-11-23
17:43:07.000000000 +0100
@@ -26,6 +26,12 @@
<l:dingbat key="startquote" text='"'/>
<l:dingbat key="endquote" text='"'/>
+ <!-- FIXME: Needs translation. -->
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Jump to content"/>
+ <l:template name="bypass-to-nav" text="Jump to page navigation: previous
page [access key p]/next page [access key n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="الأول-الأخير"/>
@@ -48,18 +54,18 @@
</l:context>
<l:context name="xref">
- <l:template name="sect1" text="القسم “%t”"/>
- <l:template name="sect2" text="القسم “%t”"/>
- <l:template name="sect3" text="القسم “%t”"/>
- <l:template name="sect4" text="القسم “%t”"/>
- <l:template name="sect5" text="القسم “%t”"/>
+ <l:template name="sect1" text='القسم "%t"'/>
+ <l:template name="sect2" text='القسم "%t"'/>
+ <l:template name="sect3" text='القسم "%t"'/>
+ <l:template name="sect4" text='القسم "%t"'/>
+ <l:template name="sect5" text='القسم "%t"'/>
<l:template name="page.citation" text=" (الصفحة %p)"/>
<!-- Added the following items, some of them might be wrong...
It seems "ال" == "the", but I still was not sure whether to add this
everywhere. I just took the translations from the DocBook
stylesheets. Expect issues to crop up. -->
- <l:template name="intra-separator" text=", "/>
+ <l:template name="intra-separator" text="، "/>
<l:template name="intra-article" text='مقال "%t"'/>
<l:template name="intra-book" text='كتاب "%t"'/>
<l:template name="intra-chapter" text='فصل %n "%t"'/>
@@ -70,42 +76,50 @@
<l:template name="intra-sect5" text='القسم %n "%t"'/>
<l:template name="intra-section" text='القسم %n "%t"'/>
- <l:template name="intra-example" text="مثال %n “%t”"/>
- <l:template name="intra-figure" text="شكل %n “%t”"/>
- <l:template name="intra-preface" text=" “%t”"/>
- <l:template name="intra-procedure" text="إجراء %n “%t”"/>
- <l:template name="intra-table" text="جدول %n “%t”"/>
-
- <l:template name="intra-variablelist" text="“%t”"/>
- <l:template name="intra-orderedlist" text="“%t”"/>
- <l:template name="intra-itemizedlist" text="“%t”"/>
+ <l:template name="intra-example" text='مثال %n "%t"'/>
+ <l:template name="intra-figure" text='شكل %n "%t"'/>
+ <l:template name="intra-preface" text=' "%t"'/>
+ <l:template name="intra-procedure" text='إجراء %n "%t"'/>
+ <l:template name="intra-table" text='جدول %n "%t"'/>
+
+ <l:template name="intra-variablelist" text='"%t"'/>
+ <l:template name="intra-orderedlist" text='"%t"'/>
+ <l:template name="intra-itemizedlist" text='"%t"'/>
</l:context>
<l:context name="xref-number-and-title">
- <l:template name="appendix" style="nonumber" text="الملحق “%t”"/>
- <l:template name="bridgehead" text="القسم “%t”"/>
- <l:template name="chapter" style="nonumber" text="الفصل “%t”"/>
- <l:template name="equation" style="nonumber" text="المعادلة “%t”"/>
- <l:template name="example" style="nonumber" text="المثال “%t”"/>
- <l:template name="figure" style="nonumber" text="الرسم التوضيحي “%t”"/>
- <l:template name="part" style="nonumber" text="الجزء “%t”"/>
- <l:template name="procedure" style="nonumber" text="الإجراء “%t”"/>
- <l:template name="productionset" style="nonumber" text="الإنتاج “%t”"/>
+ <l:template name="appendix" style="nonumber" text='الملحق "%t"'/>
+ <l:template name="bridgehead" text='القسم "%t"'/>
+ <l:template name="chapter" style="nonumber" text='الفصل "%t"'/>
+ <l:template name="equation" style="nonumber" text='المعادلة "%t"'/>
+ <l:template name="example" style="nonumber" text='المثال "%t"'/>
+ <l:template name="figure" style="nonumber" text='الرسم التوضيحي "%t"'/>
+ <l:template name="part" style="nonumber" text='الجزء "%t"'/>
+ <l:template name="procedure" style="nonumber" text='الإجراء "%t"'/>
+ <l:template name="productionset" style="nonumber" text='الإنتاج "%t"'/>
<!-- FIXME: "Q & A" is quite possibly wrong - this is the tranlsation for
qandadiv (i.e. not for qandaset) from the original stylesheets. -->
- <l:template name="qandadiv" style="nonumber" text="س و ج “%t”"/>
- <l:template name="refsect1" style="nonumber" text="اسم القسم “%t”"/>
- <l:template name="refsect2" style="nonumber" text="اسم القسم “%t”"/>
- <l:template name="refsect3" style="nonumber" text="اسم القسم “%t”"/>
- <l:template name="refsection" style="nonumber" text="اسم القسم “%t”"/>
- <l:template name="sect1" style="nonumber" text="القسم “%t”"/>
- <l:template name="sect2" style="nonumber" text="القسم “%t”"/>
- <l:template name="sect3" style="nonumber" text="القسم “%t”"/>
- <l:template name="sect4" style="nonumber" text="القسم “%t”"/>
- <l:template name="sect5" style="nonumber" text="القسم “%t”"/>
- <l:template name="section" style="nonumber" text="القسم “%t”"/>
- <l:template name="simplesect" style="nonumber" text="اسم القسم “%t”"/>
- <l:template name="table" style="nonumber" text="الجدول “%t”"/>
+ <l:template name="qandadiv" style="nonumber" text='س و ج "%t"'/>
+ <l:template name="refsect1" style="nonumber" text='اسم القسم "%t"'/>
+ <l:template name="refsect2" style="nonumber" text='اسم القسم "%t"'/>
+ <l:template name="refsect3" style="nonumber" text='اسم القسم "%t"'/>
+ <l:template name="refsection" style="nonumber" text='اسم القسم "%t"'/>
+ <l:template name="sect1" style="nonumber" text='القسم "%t"'/>
+ <l:template name="sect2" style="nonumber" text='القسم "%t"'/>
+ <l:template name="sect3" style="nonumber" text='القسم "%t"'/>
+ <l:template name="sect4" style="nonumber" text='القسم "%t"'/>
+ <l:template name="sect5" style="nonumber" text='القسم "%t"'/>
+ <l:template name="section" style="nonumber" text='القسم "%t"'/>
+ <l:template name="simplesect" style="nonumber" text='اسم القسم "%t"'/>
+ <l:template name="table" style="nonumber" text='الجدول "%t"'/>
+ <!-- Patrick Tinley: taking these from nwalsh5 file, trying to fix
+ quotes and comma in external xrefs -->
+ <l:template name="sect1" text='قسم %n، "%t"'/>
+ <l:template name="sect2" text='قسم %n، "%t"'/>
+ <l:template name="sect3" text='قسم %n، "%t"'/>
+ <l:template name="sect4" text='قسم %n، "%t"'/>
+ <l:template name="sect5" text='قسم %n، "%t"'/>
+ <l:template name="section" text='قسم %n، "%t"'/>
</l:context>
<!-- fs 2013-05-29:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/cs.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/cs.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/cs.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/cs.xml 2018-11-23
17:43:07.000000000 +0100
@@ -40,6 +40,11 @@
<l:gentext key="version.info" text="Platí pro "/>
<l:gentext key="totopofpage" text="Nahoru"/>
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Jdi na obsah"/>
+ <l:template name="bypass-to-nav" text="Jdi na navigaci: předchozí stránka
[klávesa p]/další stránka [klávesa n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="first-last"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/da.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/da.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/da.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/da.xml 2018-11-23
17:43:07.000000000 +0100
@@ -50,6 +50,11 @@
<l:gentext key="step.optional" text="(Valgfit)"/>
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Naviger til begyndelsen"/>
+ <l:template name="bypass-to-nav" text="Naviger til sidenavigationen:
forrige side [genvejstast p]/næste side [genvejstast n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="first-last"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/de.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/de.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/de.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/de.xml 2018-11-23
17:43:07.000000000 +0100
@@ -49,6 +49,11 @@
<l:dingbat key="startquote" text="„"/>
<l:dingbat key="endquote" text="“"/>
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Zum Inhalt springen"/>
+ <l:template name="bypass-to-nav" text="Zur Seitennavigation springen:
vorherige Seite [Zugriffstaste p]/nächste Seite [Zugriffstaste n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="first-last"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/en.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/en.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/en.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/en.xml 2018-11-23
17:43:07.000000000 +0100
@@ -51,6 +51,11 @@
<l:dingbat key="guimenustartquote" text=""/>
<l:dingbat key="guimenuendquote" text=""/>
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Jump to content"/>
+ <l:template name="bypass-to-nav" text="Jump to page navigation: previous
page [access key p]/next page [access key n]"/>
+ </l:context>
+
<l:context name="glossary">
<l:template name="seealso" text="See also %t."/>
</l:context>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/es.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/es.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/es.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/es.xml 2018-11-23
17:43:07.000000000 +0100
@@ -52,6 +52,11 @@
<l:gentext key="part" text="Parte"/>
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Saltar a contenido"/>
+ <l:template name="bypass-to-nav" text="Saltar a navegación de páginas:
página anterior [tecla acceso p]/página siguiente [tecla acceso n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="first-last"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/fi.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/fi.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/fi.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/fi.xml 2018-11-23
17:43:07.000000000 +0100
@@ -42,6 +42,12 @@
<l:gentext key="version.info" text="Koskee kohdetta "/>
<l:gentext key="totopofpage" text="Ylös"/>
+ <!-- FIXME: Needs translation. -->
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Jump to content"/>
+ <l:template name="bypass-to-nav" text="Jump to page navigation: previous
page [access key p]/next page [access key n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="first-last"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/fr.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/fr.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/fr.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/fr.xml 2018-11-23
17:43:07.000000000 +0100
@@ -53,6 +53,11 @@
<l:dingbat key="guimenustartquote" text=""/>
<l:dingbat key="guimenuendquote" text=""/>
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Passer au contenu"/>
+ <l:template name="bypass-to-nav" text="Passer à la navigation aux pages:
page antérieure [touche directe p]/page suivante [touche directe n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="first-last"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/hu.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/hu.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/hu.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/hu.xml 2018-11-23
17:43:07.000000000 +0100
@@ -48,6 +48,12 @@
<l:gentext key="version.info" text="Dokumentum tárgya: "/>
<l:gentext key="totopofpage" text="A tetejére"/>
+ <!-- FIXME: Needs translation. -->
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Jump to content"/>
+ <l:template name="bypass-to-nav" text="Jump to page navigation: previous
page [access key p]/next page [access key n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="first-last"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/it.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/it.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/it.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/it.xml 2018-11-23
17:43:07.000000000 +0100
@@ -9,6 +9,9 @@
<l:gentext key="Authors" text="Autori"/>
<l:gentext key="Contributor" text="Collaboratore"/>
<l:gentext key="Contributors" text="Collaboratori"/>
+ <l:gentext key="Warning" text="Avviso"/>
+ <l:gentext key="warning" text="avviso"/>
+ <l:gentext key="WARNING" text="AVVISO"/>
<l:gentext key="admonseparator" text=": "/>
@@ -47,6 +50,12 @@
<l:gentext key="step.optional" text="(Opzionale)"/>
+ <!-- FIXME: Needs translation. -->
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Saltar al contenuto"/>
+ <l:template name="bypass-to-nav" text="Saltar alla navigazione delle
pagine: pagina precedente [chiave d’accesso p]/pagina successiva [chiave
d’accesso n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="first-last"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/ja.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/ja.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/ja.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/ja.xml 2018-11-23
17:43:07.000000000 +0100
@@ -41,6 +41,12 @@
<l:gentext key="version.info" text="適用先"/>
<l:gentext key="totopofpage" text="トップへ"/>
+ <!-- FIXME: Needs translation. -->
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Jump to content"/>
+ <l:template name="bypass-to-nav" text="Jump to page navigation: previous
page [access key p]/next page [access key n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="first-last"/>
@@ -65,16 +71,16 @@
<l:context name="xref">
<l:template name="page.citation" text="
(%p ページ)"/>
- <l:template name="intra-separator" text="、 "/>
+ <l:template name="intra-separator" text="、"/>
<l:template name="intra-article" text="項目 「%t」"/>
- <l:template name="intra-book" text="『%t』"/>
- <l:template name="intra-chapter" text="「%t」の章"/>
- <l:template name="intra-sect1" text="のセクション「%t」"/>
- <l:template name="intra-sect2" text="のセクション「%t」"/>
- <l:template name="intra-sect3" text="のセクション「%t」"/>
- <l:template name="intra-sect4" text="のセクション「%t」"/>
- <l:template name="intra-sect5" text="のセクション「%t」"/>
- <l:template name="intra-section" text="のセクション「%t」"/>
+ <l:template name="intra-book" text="『%t』"/>
+ <l:template name="intra-chapter" text="第%n章「%t」"/>
+ <l:template name="intra-sect1" text="%n項「%t」"/>
+ <l:template name="intra-sect2" text="%n項「%t」"/>
+ <l:template name="intra-sect3" text="%n項「%t」"/>
+ <l:template name="intra-sect4" text="%n項「%t」"/>
+ <l:template name="intra-sect5" text="%n項「%t」"/>
+ <l:template name="intra-section" text="%n項「%t」"/>
<l:template name="intra-example" text=" %n 「%t」"/>
<l:template name="intra-figure" text="図 %n 「%t」"/>
@@ -91,7 +97,7 @@
<l:template name="appendix" style="nonumber" text="付録
「%t」"/>
<l:template name="bridgehead" style="nonumber" text="項 「%t」"/>
<l:template name="chapter" style="nonumber" text="第 1
章 「%t」"/>
- <l:template name="chapter" text="第%n章 %t"/>
+ <l:template name="chapter" text="第%n章 「%t」"/>
<l:template name="equation" style="nonumber" text="式 「%t」"/>
<l:template name="example" style="nonumber" text="例 「%t」"/>
<l:template name="figure" style="nonumber" text="図 「%t」"/>
@@ -128,6 +134,12 @@
<l:template name="section" text="%n項"/>
</l:context>
+ <l:context name="authorgroup">
+ <l:template name="sep" text="、"/>
+ <l:template name="sep2" text="、"/>
+ <l:template name="seplast" text="、"/>
+ </l:context>
+
<l:context name="xep-bookmark-title">
<l:template name="article" text="%t"/>
<l:template name="appendix" text="%n. %t"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/ko.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/ko.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/ko.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/ko.xml 2018-11-23
17:43:07.000000000 +0100
@@ -48,6 +48,12 @@
<!-- edited from docbook version-->
<l:gentext key="TIP"
text="[추가 정보]"/><l:gentext key="WARNING"
text="주의"/>
+ <!-- FIXME: Needs translation. -->
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Jump to content"/>
+ <l:template name="bypass-to-nav" text="Jump to page navigation: previous
page [access key p]/next page [access key n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="first-last"/>
@@ -150,27 +156,27 @@
<l:context name="xep-bookmark-title">
<l:template name="article" text="%t"/>
- <l:template name="appendix" text="%n. %t"/>
- <l:template name="article/appendix" text="%n. %t"/>
+ <l:template name="appendix" text="%n. %t"/>
+ <l:template name="article/appendix" text="%n. %t"/>
<l:template name="bibliography" text="%t"/>
<l:template name="book" text="%t"/>
- <l:template name="bridgehead" text="%n. %t"/>
- <l:template name="chapter" text="%n. %t"/>
+ <l:template name="bridgehead" text="%n. %t"/>
+ <l:template name="chapter" text="%n. %t"/>
<l:template name="glossary" text="%t"/>
<l:template name="index" text="%t"/>
- <l:template name="part" text="%n. %t"/>
+ <l:template name="part" text="%n. %t"/>
<l:template name="preface" text="%t"/>
<l:template name="reference" text="%t"/>
<l:template name="refentry" text="%t"/>
<l:template name="refsect1" text="%t"/>
<l:template name="refsect2" text="%t"/>
<l:template name="refsect3" text="%t"/>
- <l:template name="sect1" text="%n. %t"/>
- <l:template name="sect2" text="%n. %t"/>
- <l:template name="sect3" text="%n %t"/>
- <l:template name="sect4" text="%n %t"/>
- <l:template name="sect5" text="%n %t"/>
- <l:template name="section" text="%n. %t"/>
+ <l:template name="sect1" text="%n. %t"/>
+ <l:template name="sect2" text="%n. %t"/>
+ <l:template name="sect3" text="%n %t"/>
+ <l:template name="sect4" text="%n %t"/>
+ <l:template name="sect5" text="%n %t"/>
+ <l:template name="section" text="%n. %t"/>
<l:template name="set" text="%t"/>
<l:template name="simplesect" text="%t"/>
<l:template name="toc" text="%t"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/lt_lt.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/lt_lt.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/lt_lt.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/lt_lt.xml 2018-11-23
17:43:07.000000000 +0100
@@ -45,6 +45,12 @@
<l:gentext key="version.info" text="Skirta"/>
<l:gentext key="totopofpage" text="Viršus"/>
+ <!-- FIXME: Needs translation. -->
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Jump to content"/>
+ <l:template name="bypass-to-nav" text="Jump to page navigation: previous
page [access key p]/next page [access key n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="first-last"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/nl.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/nl.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/nl.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/nl.xml 2018-11-23
17:43:07.000000000 +0100
@@ -53,6 +53,12 @@
<l:gentext key="version.info" text="Van toepassing op "/>
<l:gentext key="totopofpage" text="Boven"/>
+ <!-- FIXME: Needs translation. -->
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Jump to content"/>
+ <l:template name="bypass-to-nav" text="Jump to page navigation: previous
page [access key p]/next page [access key n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="first-last"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/no.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/no.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/no.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/no.xml 2018-11-23
17:43:07.000000000 +0100
@@ -42,6 +42,12 @@
<l:gentext key="version.info" text="Gjelder "/>
<l:gentext key="totopofpage" text="Øverst"/>
+ <!-- FIXME: Needs translation. -->
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Jump to content"/>
+ <l:template name="bypass-to-nav" text="Jump to page navigation: previous
page [access key p]/next page [access key n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="first-last"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/pl.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/pl.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/pl.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/pl.xml 2018-11-23
17:43:07.000000000 +0100
@@ -44,6 +44,12 @@
<l:gentext key="version.info" text="Drukuj tę stronę"/>
<l:gentext key="totopofpage" text="Do góry"/>
+ <!-- FIXME: Needs translation. -->
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Jump to content"/>
+ <l:template name="bypass-to-nav" text="Jump to page navigation: previous
page [access key p]/next page [access key n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="first-last"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/pt_br.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/pt_br.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/pt_br.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/pt_br.xml 2018-11-23
17:43:07.000000000 +0100
@@ -48,6 +48,12 @@
<l:gentext key="step" text="etapa"/>
<l:gentext key="Step" text="Etapa"/>
+ <!-- FIXME: Needs translation. -->
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Jump to content"/>
+ <l:template name="bypass-to-nav" text="Jump to page navigation: previous
page [access key p]/next page [access key n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="first-last"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/ru.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/ru.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/ru.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/ru.xml 2018-11-23
17:43:07.000000000 +0100
@@ -47,6 +47,11 @@
<l:gentext key="step.optional" text="(Необязательно)"/>
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Перейти к началу текста"/>
+ <l:template name="bypass-to-nav" text="Перейти к навигации по странице:
предыдущая страница [клавиша доступа p]/следующая страница [клавиша доступа
n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="first-last"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/common/l10n/sv.xml
new/suse-xsl-stylesheets/suse2013/common/l10n/sv.xml
--- old/suse-xsl-stylesheets/suse2013/common/l10n/sv.xml 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/common/l10n/sv.xml 2018-11-23
17:43:07.000000000 +0100
@@ -46,6 +46,12 @@
<l:gentext key="version.info" text="Gäller "/>
<l:gentext key="totopofpage" text="Upp"/>
+ <!-- FIXME: Needs translation. -->
+ <l:context name="bypass-block">
+ <l:template name="bypass-to-content" text="Jump to content"/>
+ <l:template name="bypass-to-nav" text="Jump to page navigation: previous
page [access key p]/next page [access key n]"/>
+ </l:context>
+
<l:context name="styles">
<l:template name="person-name" text="first-last"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/fo/block.xsl
new/suse-xsl-stylesheets/suse2013/fo/block.xsl
--- old/suse-xsl-stylesheets/suse2013/fo/block.xsl 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/fo/block.xsl 2018-11-23
17:43:07.000000000 +0100
@@ -27,49 +27,43 @@
<!-- Some people would like to hard code page breaks into their PDFs,
this gives them a tool to do that. -->
<xsl:template match="processing-instruction('pdfpagebreak')">
- <xsl:param name="arguments" select="."/>
- <xsl:param name="selected-stylesheets">
- <xsl:choose>
- <xsl:when test="contains($arguments, 'style="')">
- <xsl:value-of
select="normalize-space(substring-before(substring-after($arguments,
'style="'), '"'))"/>
- </xsl:when>
- <xsl:otherwise>any</xsl:otherwise>
- </xsl:choose>
- </xsl:param>
- <xsl:param name="selected-formatter">
- <xsl:choose>
- <xsl:when test="contains($arguments, 'formatter="')">
- <xsl:value-of
select="normalize-space(substring-before(substring-after($arguments,
'formatter="'), '"'))"/>
- </xsl:when>
- <xsl:otherwise>any</xsl:otherwise>
- </xsl:choose>
- </xsl:param>
- <xsl:param name="these-stylesheets">
+ <xsl:variable name="pi-style">
+ <xsl:call-template name="pi-attribute">
+ <xsl:with-param name="pis" select="."/>
+ <xsl:with-param name="attribute">style</xsl:with-param>
+ </xsl:call-template>
+ </xsl:variable>
+ <xsl:variable name="pi-formatter">
+ <xsl:call-template name="pi-attribute">
+ <xsl:with-param name="pis" select="."/>
+ <xsl:with-param name="attribute">formatter</xsl:with-param>
+ </xsl:call-template>
+ </xsl:variable>
+
+ <xsl:variable name="matching-style">
<xsl:choose>
- <xsl:when test="$selected-stylesheets = 'any' or
- $selected-stylesheets = $STYLE.ID">
- <xsl:text>1</xsl:text>
- </xsl:when>
+ <xsl:when test="$pi-style = '' or $pi-style = 'any' or
+ $pi-style = $STYLE.ID">1</xsl:when>
<xsl:otherwise>0</xsl:otherwise>
</xsl:choose>
- </xsl:param>
- <xsl:param name="this-formatter">
+ </xsl:variable>
+ <xsl:variable name="matching-formatter">
<xsl:choose>
- <xsl:when test="$selected-formatter = 'any' or
- ($selected-formatter = 'fop' and $fop1.extensions = 1) or
- ($selected-formatter = 'xep' and $xep.extensions = 1)">
+ <xsl:when test="$pi-formatter = '' or $pi-formatter = 'any' or
+ ($pi-formatter = 'fop' and $fop1.extensions = 1) or
+ ($pi-formatter = 'xep' and $xep.extensions = 1)">
<xsl:text>1</xsl:text>
</xsl:when>
<xsl:otherwise>0</xsl:otherwise>
</xsl:choose>
- </xsl:param>
+ </xsl:variable>
- <xsl:if test="$this-formatter = 1 and $these-stylesheets = 1">
+ <xsl:if test="$matching-formatter = 1 and $matching-style = 1">
<xsl:message>Creating a manual page break.</xsl:message>
- <xsl:if test="$selected-stylesheets = 'any'">
+ <xsl:if test="$pi-style = ''">
<xsl:message>(!) Use style="<xsl:value-of select="$STYLE.ID"/>" to
limit this page break to these stylesheets.</xsl:message>
</xsl:if>
- <xsl:if test="$selected-formatter = 'any'">
+ <xsl:if test="$pi-formatter = ''">
<xsl:message>(!) Use formatter="<xsl:choose>
<xsl:when test="$fop1.extensions = 1">fop</xsl:when>
<xsl:when test="$xep.extensions = 1">xep</xsl:when>
@@ -109,7 +103,7 @@
<xsl:with-param
name="key">runinhead.default.title.end.punct</xsl:with-param>
</xsl:call-template>
</xsl:if>
- <xsl:text> </xsl:text>
+ <fo:leader leader-pattern="space" leader-length=".3em"/>
</fo:inline>
</xsl:if>
</xsl:template>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/fo/param.xsl
new/suse-xsl-stylesheets/suse2013/fo/param.xsl
--- old/suse-xsl-stylesheets/suse2013/fo/param.xsl 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/fo/param.xsl 2018-11-23
17:43:07.000000000 +0100
@@ -83,7 +83,7 @@
</xsl:attribute-set>
<!-- 11. Linking ================================================ -->
-
+<xsl:param name="generate.consistent.ids" select="1"/>
<!-- 12. Cross References ======================================= -->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/suse-xsl-stylesheets/suse2013/formatter-config/xep/xep-daps.xml
new/suse-xsl-stylesheets/suse2013/formatter-config/xep/xep-daps.xml
--- old/suse-xsl-stylesheets/suse2013/formatter-config/xep/xep-daps.xml
2018-06-13 16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/formatter-config/xep/xep-daps.xml
2018-11-23 17:43:07.000000000 +0100
@@ -430,7 +430,7 @@
<font-alias name="Helvetica" value="FreeSans"/>
<font-alias name="Times" value="FreeSerif"/>
<font-alias name="Courier" value="FreeMono"/>
- <font-alias name="Dingbats" value="ZapfDingbats">
+ <font-alias name="Dingbats" value="ZapfDingbats"/>
</fonts>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/static/css/style.css
new/suse-xsl-stylesheets/suse2013/static/css/style.css
--- old/suse-xsl-stylesheets/suse2013/static/css/style.css 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/static/css/style.css 2018-11-23
17:43:07.000000000 +0100
@@ -60,6 +60,24 @@
font-size: 16px;
}
+.bypass-block {
+ position: absolute;
+ left: 0;
+ z-index: 9753;
+ overflow: hidden;
+}
+
+.bypass-block > * {
+ position: absolute;
+ /* clip is deprecated but works in IE and Edge. clip-path is
+ newer and more flexible and also less compatible. */
+ clip: rect(1px 1px 1px 1px);
+ clip: rect(1px,1px,1px,1px);
+ clip-path: rect(1px,1px,1px,1px);
+ overflow: hidden;
+ height: 1px;
+}
+
#_toolbar-bottom,
#_fixed-header-wrap #_bubble-toc, .documentation, .page-bottom {
margin: 0 auto;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/static/js/script.js
new/suse-xsl-stylesheets/suse2013/static/js/script.js
--- old/suse-xsl-stylesheets/suse2013/static/js/script.js 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/static/js/script.js 2018-11-23
17:43:07.000000000 +0100
@@ -174,7 +174,8 @@
function githubUrl(sectionNumber, sectionName, permalink) {
var body = sectionNumber + " " + sectionName + "\n\n" + permalink;
- var url = trackerUrl + "?title=" + encodeURIComponent(sectionName)
+ var url = trackerUrl
+ + "?title=" + encodeURIComponent('[doc] ' + sectionNumber + ' ' +
sectionName)
+ "&body=" + encodeURIComponent(body);
if (ghAssignee) {
url += "&assignee=" + encodeURIComponent(ghAssignee);
@@ -192,7 +193,8 @@
var body = sectionNumber + " " + sectionName + "\n\n" + permalink;
var url = trackerUrl + "?&product=" + encodeURIComponent(bscProduct)
+ '&component=' + encodeURIComponent(bscComponent)
- + "&short_desc=[doc]+&comment=" + encodeURIComponent(body);
+ + "&short_desc=" + encodeURIComponent('[doc] ' + sectionNumber + ' ' +
sectionName)
+ + "&comment=" + encodeURIComponent(body);
if (bscAssignee) {
url += "&assigned_to=" + encodeURIComponent(bscAssignee);
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/xhtml/chunk-common.xsl
new/suse-xsl-stylesheets/suse2013/xhtml/chunk-common.xsl
--- old/suse-xsl-stylesheets/suse2013/xhtml/chunk-common.xsl 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/xhtml/chunk-common.xsl 2018-11-23
17:43:07.000000000 +0100
@@ -581,6 +581,9 @@
<body>
<xsl:call-template name="body.attributes"/>
<xsl:call-template name="outerelement.class.attribute"/>
+ <xsl:call-template name="bypass">
+ <xsl:with-param name="format" select="'chunk'"/>
+ </xsl:call-template>
<div id="_outer-wrap">
<xsl:if test="$generate.header != 0">
<div id="_white-bg">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/xhtml/docbook.xsl
new/suse-xsl-stylesheets/suse2013/xhtml/docbook.xsl
--- old/suse-xsl-stylesheets/suse2013/xhtml/docbook.xsl 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/xhtml/docbook.xsl 2018-11-23
17:43:07.000000000 +0100
@@ -551,6 +551,34 @@
>offline js-off</xsl:if></xsl:attribute>
</xsl:template>
+ <xsl:template name="bypass">
+ <!-- Bypass blocks help disabled, e.g. blind users navigate more quickly.
+ Hard-to-parse W3C spec:
https://www.w3.org/TR/WCAG20/#navigation-mechanisms-skip -->
+ <xsl:param name="format" select="'single'"/>
+ <xsl:if test="not($optimize.plain.text = 1)">
+ <div class="bypass-block">
+ <a href="#_content">
+ <xsl:call-template name="gentext.template">
+ <xsl:with-param name="context" select="'bypass-block'"/>
+ <xsl:with-param name="name" select="'bypass-to-content'"/>
+ </xsl:call-template>
+ </a>
+ <xsl:if test="$format = 'chunk'">
+ <!-- Going to #_bottom-navigation is an admittedly quirky choice but
+ the other two places in which we have this kind of page nav
+ (regular header and fixed header) do not assign an ID to it. -->
+ <a href="#_bottom-navigation">
+ <xsl:call-template name="gentext.template">
+ <xsl:with-param name="context" select="'bypass-block'"/>
+ <xsl:with-param name="name" select="'bypass-to-nav'"/>
+ </xsl:call-template>
+ </a>
+ </xsl:if>
+ </div>
+ </xsl:if>
+ </xsl:template>
+
+
<xsl:template match="*" mode="process.root">
<xsl:param name="prev"/>
<xsl:param name="next"/>
@@ -581,6 +609,7 @@
<body>
<xsl:call-template name="body.attributes"/>
<xsl:call-template name="outerelement.class.attribute"/>
+ <xsl:call-template name="bypass"/>
<div id="_outer-wrap">
<div id="_white-bg">
<div id="_header">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/suse-xsl-stylesheets/suse2013/xhtml/param.xsl
new/suse-xsl-stylesheets/suse2013/xhtml/param.xsl
--- old/suse-xsl-stylesheets/suse2013/xhtml/param.xsl 2018-06-13
16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/suse2013/xhtml/param.xsl 2018-11-23
17:43:07.000000000 +0100
@@ -161,6 +161,7 @@
<!-- 13. Linking ================================================ -->
<xsl:param name="ulink.target">_blank</xsl:param>
+<xsl:param name="generate.consistent.ids" select="1"/>
<!-- 14. Cross References ======================================= -->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-0-article/xml/test.xml
new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-0-article/xml/test.xml
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db4-0-article/xml/test.xml
2018-06-13 16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db4-0-article/xml/test.xml
2018-11-23 17:43:07.000000000 +0100
@@ -46,6 +46,34 @@
Pour-over pork belly XOXO edison bulb shabby chic, actually meggings
cronut prism helvetica artisan church-key vice waistcoat.
</para>
+ <formalpara>
+ <title>Plaid hella health goth</title>
+ <para>
+ Swag meggings letterpress meh dreamcatcher, coloring book humblebrag
+ tattooed intelligentsia cold-pressed normcore tacos migas unicorn. Tofu
+ unicorn live-edge, man braid cred you probably haven't heard of them
+ literally bicycle rights.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title>Butcher hella humblebrag 90's:</title>
+ <para>
+ Flannel venmo whatever vexillologist four loko franzen man braid actually
+ helvetica yuccie copper mug cray twee. Offal tumblr live-edge green juice
+ literally, vexillologist tacos viral taxidermy kickstarter shabby chic
+ tattooed woke truffaut kinfolk.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title> Green juice biodiesel? </title>
+ <para>
+ Fashion axe try-hard cred seitan skateboard health goth. Post-ironic
+ umami hot chicken distillery quinoa thundercats hammock bespoke. Cloud
+ bread adaptogen roof party meh woke distillery whatever DIY bespoke
+ letterpress health goth. Kickstarter crucifix YOLO cred roof party 90's
+ chillwave tbh.
+ </para>
+ </formalpara>
</sect1>
<sect1 id="sec.sec1">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-0-article/xml/test.xml
new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-0-article/xml/test.xml
--- old/suse-xsl-stylesheets/tests/dapscompare-tests/db5-0-article/xml/test.xml
2018-06-13 16:59:34.000000000 +0200
+++ new/suse-xsl-stylesheets/tests/dapscompare-tests/db5-0-article/xml/test.xml
2018-11-23 17:43:07.000000000 +0100
@@ -54,6 +54,34 @@
Pour-over pork belly XOXO edison bulb shabby chic, actually meggings
cronut prism helvetica artisan church-key vice waistcoat.
</para>
+ <formalpara>
+ <title>Plaid hella health goth</title>
+ <para>
+ Swag meggings letterpress meh dreamcatcher, coloring book humblebrag
+ tattooed intelligentsia cold-pressed normcore tacos migas unicorn. Tofu
+ unicorn live-edge, man braid cred you probably haven't heard of them
+ literally bicycle rights.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title>Butcher hella humblebrag 90's:</title>
+ <para>
+ Flannel venmo whatever vexillologist four loko franzen man braid actually
+ helvetica yuccie copper mug cray twee. Offal tumblr live-edge green juice
+ literally, vexillologist tacos viral taxidermy kickstarter shabby chic
+ tattooed woke truffaut kinfolk.
+ </para>
+ </formalpara>
+ <formalpara>
+ <title> Green juice biodiesel? </title>
+ <para>
+ Fashion axe try-hard cred seitan skateboard health goth. Post-ironic
+ umami hot chicken distillery quinoa thundercats hammock bespoke. Cloud
+ bread adaptogen roof party meh woke distillery whatever DIY bespoke
+ letterpress health goth. Kickstarter crucifix YOLO cred roof party 90's
+ chillwave tbh.
+ </para>
+ </formalpara>
</sect1>
<sect1 xml:id="sec.sec1">