Closed kfranqueiro closed 2 months ago
kfranqueiro marked as non substantive for IPR from ash-nazg.
Name | Link |
---|---|
Latest commit | 08fdff6f0d50b85f69d2083bbf27160ba650a8b9 |
Latest deploy log | https://app.netlify.com/sites/wcag2/deploys/66ce3cecacfe220008f65746 |
Deploy Preview | https://deploy-preview-3941--wcag2.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Resolves #3918.
There are multiple commits in this PR, each grouping a subset of removals:
<p class="instructions">
paragraphs having no effect on outputlabel-in-name.html
that did not even haveclass="instructions"
, and was thus already causing repetition of auto-generated content.)class="instructions"
from paragraphs with custom content that should not have had this class; these were previously absent from build output but will now be present.In cases where removal of these paragraphs clearly yielded an empty section, I have removed the entire section. (In some cases, these sections were already commented out.) This overlaps a bit with #3927; I have updated the log there to exclude what's already handled in this PR.
Note: as part of this PR, I have removed
identify-changes.html
andinterruptions-minimum.html
fromunderstanding/21
, as both of these seemed to be unused and largely contained template boilerplate. These removals do not affect build output at all.