diff --git a/src/main/resources/com/adobe/epubcheck/schema/20/rng/xhtml/edit.rng b/src/main/resources/com/adobe/epubcheck/schema/20/rng/xhtml/edit.rng
index b10b2afaa..8e48df83e 100644
--- a/src/main/resources/com/adobe/epubcheck/schema/20/rng/xhtml/edit.rng
+++ b/src/main/resources/com/adobe/epubcheck/schema/20/rng/xhtml/edit.rng
@@ -5,7 +5,7 @@
Call me Ishmael.
+ + diff --git a/src/test/resources/epub2/ops-content-document-xhtml.feature b/src/test/resources/epub2/ops-content-document-xhtml.feature index cfe2c7a31..e8c7501c0 100644 --- a/src/test/resources/epub2/ops-content-document-xhtml.feature +++ b/src/test/resources/epub2/ops-content-document-xhtml.feature @@ -76,6 +76,11 @@ Feature: EPUB 2 ▸ Open Publication Structure ▸ XHTML Document Checks Scenario: Verify attributes allowed on `ins` and `del` are not restricted (issue 293) When checking document 'edit-attributes-valid.xhtml' Then no errors or warnings are reported + + Scenario: Verify `ins` and `del` elements can contain block content + See https://github.com/w3c/epubcheck/issues/1522 + When checking document 'edit-block-content-valid.xhtml' + Then no errors or warnings are reported ### Identifiers