elharo commented on code in PR #52:
URL: https://github.com/apache/xerces-j/pull/52#discussion_r2539991298
##########
src/org/apache/xerces/impl/xpath/regex/RegularExpression.java:
##########
@@ -27,7 +27,7 @@
* A regular expression matching engine using Non-deterministic Finite
Automaton (NFA).
* This engine does not conform to the POSIX regular expression.
*
- * <h3>How to use</h3>
+ * <h1>How to use</h1>
Review Comment:
h1 is typically used for the entire page; maybe start with h2
the warning was
```error: heading used out of sequence: <H3>, compared to implicit preceding
heading: <H1>
```
so there's already an H1 here and we should be fine to use an h2
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]