You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/07/31 01:24:00 UTC

[jira] [Commented] (CAMEL-15360) HTML validation issues

    [ https://issues.apache.org/jira/browse/CAMEL-15360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168327#comment-17168327 ] 

ASF GitHub Bot commented on CAMEL-15360:
----------------------------------------

zregvart opened a new pull request #443:
URL: https://github.com/apache/camel-website/pull/443


   This greatly simplifies the footer design and fixes HTML issues
   identified by `check:html` script.
   
   We're now using Unicode full width plus symbol so we don't need the SVG
   icons for show/hide menu.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> HTML validation issues
> ----------------------
>
>                 Key: CAMEL-15360
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15360
>             Project: Camel
>          Issue Type: Bug
>          Components: website
>            Reporter: Zoran Regvart
>            Assignee: Zoran Regvart
>            Priority: Major
>
> Seems that changes in CAMEL-15185 caused HTML [validation issues|https://ci-builds.apache.org/job/Camel/job/Camel.website/job/master/7/consoleFull]:
> {code}
>   1:5444  error  Element <figure> is not permitted as content in <dl>  element-permitted-content
>   1:5628  error  Element <input> is not permitted as content in <dl>   element-permitted-content
>   1:5671  error  Element <label> is not permitted as content in <dl>   element-permitted-content
>   1:5698  error  <img> is missing required alt attribute               WCAG/H37
>   1:5766  error  Element <label> is not permitted as content in <dl>   element-permitted-content
>   1:5793  error  <img> is missing required alt attribute               WCAG/H37
>   1:6107  error  Element <input> is not permitted as content in <dl>   element-permitted-content
>   1:6146  error  Element <label> is not permitted as content in <dl>   element-permitted-content
>   1:6169  error  <img> is missing required alt attribute               WCAG/H37
>   1:6237  error  Element <label> is not permitted as content in <dl>   element-permitted-content
>   1:6260  error  <img> is missing required alt attribute               WCAG/H37
>   1:6887  error  Element <input> is not permitted as content in <dl>   element-permitted-content
>   1:6931  error  Element <label> is not permitted as content in <dl>   element-permitted-content
>   1:6959  error  <img> is missing required alt attribute               WCAG/H37
>   1:7027  error  Element <label> is not permitted as content in <dl>   element-permitted-content
>   1:7055  error  <img> is missing required alt attribute               WCAG/H37
>   1:7593  error  Element <input> is not permitted as content in <dl>   element-permitted-content
>   1:7633  error  Element <label> is not permitted as content in <dl>   element-permitted-content
>   1:7657  error  <img> is missing required alt attribute               WCAG/H37
>   1:7725  error  Element <label> is not permitted as content in <dl>   element-permitted-content
>   1:7749  error  <img> is missing required alt attribute               WCAG/H37
>   1:9296  error  Duplicate ID "social-media"                           no-dup-id
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)