diff --git a/src/lib/eZ/RichText/Resources/schemas/docbook/ezpublish.rng b/src/lib/eZ/RichText/Resources/schemas/docbook/ezpublish.rng index ea3f1f7f..6a77e1d8 100644 --- a/src/lib/eZ/RichText/Resources/schemas/docbook/ezpublish.rng +++ b/src/lib/eZ/RichText/Resources/schemas/docbook/ezpublish.rng @@ -832,6 +832,30 @@ + + + A table header entry in an HTML table + + + + + + + + + + + + A table entry in an HTML table + + + + + + + + +
Adding child ezattribute element to the selected elements. diff --git a/tests/lib/eZ/RichText/Validator/DocbookTest.php b/tests/lib/eZ/RichText/Validator/DocbookTest.php index bc2f6b77..a7f39b2f 100644 --- a/tests/lib/eZ/RichText/Validator/DocbookTest.php +++ b/tests/lib/eZ/RichText/Validator/DocbookTest.php @@ -111,6 +111,25 @@ public function providerForTestValidate() strikedthrough +', + [], + ], + [ + ' +
+ + + + +
+ + + +
', [], ],