diff --git a/src/lib/eZ/RichText/Resources/stylesheets/xhtml5/edit/docbook.xsl b/src/lib/eZ/RichText/Resources/stylesheets/xhtml5/edit/docbook.xsl index a6613518..8634fbc4 100644 --- a/src/lib/eZ/RichText/Resources/stylesheets/xhtml5/edit/docbook.xsl +++ b/src/lib/eZ/RichText/Resources/stylesheets/xhtml5/edit/docbook.xsl @@ -140,7 +140,7 @@ - + @@ -154,7 +154,7 @@ - + strong @@ -747,4 +747,22 @@ + + + + strong + + + + + + + + + + + + + + diff --git a/tests/lib/eZ/RichText/Converter/Xslt/_fixtures/xhtml5/edit/lossy/003-inlinestyles.docbook.xml b/tests/lib/eZ/RichText/Converter/Xslt/_fixtures/xhtml5/edit/lossy/003-inlinestyles.docbook.xml new file mode 100644 index 00000000..ec44371d --- /dev/null +++ b/tests/lib/eZ/RichText/Converter/Xslt/_fixtures/xhtml5/edit/lossy/003-inlinestyles.docbook.xml @@ -0,0 +1,11 @@ + +
+ Some strong content. + Some strong content. + Some em content. + Some em content. +
diff --git a/tests/lib/eZ/RichText/Converter/Xslt/_fixtures/xhtml5/edit/lossy/003-inlinestyles.xhtml5.edit.xml b/tests/lib/eZ/RichText/Converter/Xslt/_fixtures/xhtml5/edit/lossy/003-inlinestyles.xhtml5.edit.xml new file mode 100644 index 00000000..b6cd49fd --- /dev/null +++ b/tests/lib/eZ/RichText/Converter/Xslt/_fixtures/xhtml5/edit/lossy/003-inlinestyles.xhtml5.edit.xml @@ -0,0 +1,7 @@ + +
+

Some strong content.

+

Some strong content.

+

Some em content.

+

Some em content.

+