-
Notifications
You must be signed in to change notification settings - Fork 27
Missing paragraph tags in remarks #512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Oof, there are a bunch of these. I'll work on fixing them all. For posterity, here is the xpath command I'm using to track all these down:
|
Looks like more than just remarks! Here's one in a definition. Didn't check the source, just assuming because the preview is the same! Definition 1.1.5 ![]() |
I spotted a few places where some of the text was in a |
Okay, this will catch any bare text (i.e. not in a child element like a
|
@StevenClontz Do we know of any other elements that used to show bare text, but now require it to be in a child element? So that I can audit those as well. |
FWIW there were only three definitions |
Finding some spots where remarks didn't include a paragraph tag. They built fine originally, but now as I'm updating things they no longer build.
The text was updated successfully, but these errors were encountered: