unlcms / project-herbie

Drupal 10 implementation at the University of Nebraska–Lincoln
https://cms.unl.edu
GNU General Public License v2.0
6 stars 7 forks source link

Web audit error fix #788

Closed sarongebre closed 3 months ago

sarongebre commented 3 months ago

1) No p element in scope but a p end tag seen. (Seen in Person content type) 2) A figure element with a figcaption descendant must not have a role attribute. image (Seen when uploading a media with a caption in a text area block) 3) Element “div” not allowed as child of element “span” in this context. (Seen in person content type) 4) Person address - Work<dl class="dcf-txt-sm dcf-mb-0">↩ <span class="type dcf-d-none">Work</span>↩ 5) -menu id duplicate. image

https://github.com/unlcms/unl_five/pull/72