>, the `next` attribute
should refer to the step in the flow, not the standalone step.
[[abstractStep]]
@@ -707,13 +701,13 @@ exception class is fatal if encountered (that is, they are not skipped).
For any exception encountered, the skippability is determined by the nearest superclass
in the class hierarchy. Any unclassified exception is treated as 'fatal'.
-ifdef::backend-html5[]
+ifdef::backend-spring-html[]
[role="xmlContent"]
The order of the `` and `` elements does not matter.
[role="javaContent"]
The order of the `skip` and `noSkip` method calls does not matter.
-endif::backend-html5[]
+endif::backend-spring-html[]
ifdef::backend-pdf[]
The order of specifying include versus exclude (by using either the XML tags or the `skip` and
@@ -1262,7 +1256,7 @@ an exception to signal a failure. Each call to a `Tasklet` is wrapped in a trans
`Tasklet` implementors might call a stored procedure, a script, or a SQL update
statement.
-ifdef::backend-html5[]
+ifdef::backend-spring-html[]
[role="xmlContent"]
To create a `TaskletStep` in XML, the `ref` attribute of the `` element should
reference a bean that defines a `Tasklet` object. No `` element should be used
@@ -1289,7 +1283,7 @@ public Step step1(JobRepository jobRepository, PlatformTransactionManager transa
.build();
}
----
-endif::backend-html5[]
+endif::backend-spring-html[]
ifdef::backend-pdf[]
To create a `TaskletStep` the bean associated with the step (through the `ref` attribute
diff --git a/spring-batch-docs/src/main/asciidoc/toggle.adoc b/spring-batch-docs/src/main/asciidoc/toggle.adoc
index d39eb5ab08..69645cef3d 100644
--- a/spring-batch-docs/src/main/asciidoc/toggle.adoc
+++ b/spring-batch-docs/src/main/asciidoc/toggle.adoc
@@ -1,4 +1,4 @@
-ifdef::backend-html5[]
+ifdef::backend-spring-html[]
+++
@@ -12,4 +12,4 @@ ifdef::backend-html5[]
+++
-endif::backend-html5[]
+endif::backend-spring-html[]