[Skip navigation links]

Site Report

This tab shows pages that do not comply with W3C/WHATWG standards.

  • FailureW3C HTML/XHTML Validation - Some pages fail validation.
  • FailureW3C CSS Validation - Some pages fail validation.
  • SuccessW3C Deprecated Features - No issues found.
PriorityDescription and URLGuideline and Line NumberCount

Priority 1

11 issues on 5 pages

CriticalCSS Validation Error. CSS Validation 1 pages

https://fontgenerator.click/

Line 82

CriticalElement style not allowed as child element in this context. HTML5 4 pages
<footer class='bg-white text-black ...'><style>...</style></footer>
Line 691
<body><style>...</style></body>
Line 748

https://fontgenerator.click/about-us.html

<footer class='bg-white text-black ...'><style>...</style></footer>
Line 501

https://fontgenerator.click/contact-us.html

<footer class='bg-white text-black ...'><style>...</style></footer>
Line 711

https://fontgenerator.click/faq.html

<footer class='bg-white text-black ...'><style>...</style></footer>
Line 1030

https://fontgenerator.click/privacy-policy.html

CriticalEnd tag for body seen, but there were unclosed elements. HTML5 1 pages

https://fontgenerator.click/faq.html

Line 742

CriticalInvalid CSS color value. CSS Validation 1 pages

CSS colors can be specified as:

  • Hex colors must be #rgb or #rrggbb using only the hex digits 0-9 and A-F
  • RGB() colors must be three integers (0-255) or three percentages
  • RGBA() colors must be three integers (0-255) or three percentages, followed by an alpha value between 0.0 and 1.0
  • HSL() colors must be a number (or angle) followed by two percentages
  • HSLA() colors must be a number (or angle) followed by two percentages and an alpha value between 0.0 and 1.0
  • Named colors must use one of the 150 named CSS colors (black, white, red, transparent...)
fill: rgb(Line 82

https://fontgenerator.click/

CriticalInvalid data or text not allowed. HTML5 1 pages
<iframe src='...e' width='640' height='1200' frameborder='0' marginheight='0' marginwidth='0'>Loading…</iframe>
Line 369

https://fontgenerator.click/contact-us.html

CriticalInvalid value for CSS property. CSS Validation 1 pages
float: topLine 82
float: topLine 82

https://fontgenerator.click/

CriticalThe frameborder attribute on the iframe element is obsolete. Use CSS instead. HTML5 1 pages
<iframe src='...e' width='640' height='1200' frameborder='0' marginheight='0' marginwidth='0'>Loading…</iframe>
Line 369

https://fontgenerator.click/contact-us.html

CriticalThe label element may contain at most one descendant input element, button element, select element, or textarea element. HTML5 1 pages
<label class='...' for='...'><span class='...'>...)...</span>...</label>
Line 829
<label class='...' for='...'><span class='...'>...)...</span>...</label>
Line 829
<label class='...' for='...'><span class='...'>...)...</span>...</label>
Line 829
<label class='...' for='...'><span class='...'>...)...</span>...</label>
Line 829
<label class='...' for='...'><span class='...'>...)...</span>...</label>
Line 829

https://fontgenerator.click/

CriticalThe marginheight attribute on the iframe element is obsolete. Use CSS instead. HTML5 1 pages
<iframe src='...e' width='640' height='1200' frameborder='0' marginheight='0' marginwidth='0'>Loading…</iframe>
Line 369

https://fontgenerator.click/contact-us.html

CriticalThe marginwidth attribute on the iframe element is obsolete. Use CSS instead. HTML5 1 pages
<iframe src='...e' width='640' height='1200' frameborder='0' marginheight='0' marginwidth='0'>Loading…</iframe>
Line 369

https://fontgenerator.click/contact-us.html

CriticalUnclosed element div. HTML5 1 pages

https://fontgenerator.click/faq.html

Line 742

Level AA

4 issues on 5 pages

Very ImportantCannot use aria-label or aria-labelledby on elements and roles that prohibit naming. HTML5 ARIA 1.2 1 pages
The div and span elements have an implicit role of generic and cannot be named unless they have a role attribute. The following roles cannot be named: caption code deletion emphasis generic insertion paragraph presentation strong subscript superscript
Element role: generic
<div id='collapseOne' class='accordion-collapse ...' data-bs-parent='...' aria-labelledby='headingOne'>...</div>
Line 404

https://fontgenerator.click/faq.html

Very ImportantThe button role is unnecessary for element button. HTML5 1 pages
<button class='fc-faq-header ...' role='button' tabindex='0' aria-label='Learn more'>...</button>
Line 829
<button class='fc-button ...' role='button' tabindex='0' aria-label='Consent'>...</button>
Line 829
<button class='fc-button ...' role='button' tabindex='0' aria-label='Do not consent'>...</button>
Line 829
<button class='fc-button ...' role='button' tabindex='0' aria-label='Manage options'>...</button>
Line 829
<button class='...' role='button' tabindex='0' aria-label='Back'>...</button>
Line 829

https://fontgenerator.click/

<a class='...' role='link' tabindex='0' data-policy-link='...' href='#' aria-label='Exponential Interactive, Inc d/b/a VDX.tv, Privacy policy'>Privacy policy...</a>
Line 829
<a class='...' role='link' tabindex='0' data-policy-link='...' href='#' aria-label='Index Exchange Inc. , Privacy policy'>Privacy policy...</a>
Line 829
<a class='...' role='link' tabindex='0' data-policy-link='...' href='#' aria-label='Quantcast, Privacy policy'>Privacy policy...</a>
Line 829
<a class='...' role='link' tabindex='0' data-policy-link='...' href='#' aria-label='BeeswaxIO Corporation, Privacy policy'>Privacy policy...</a>
Line 829
<a class='...' role='link' tabindex='0' data-policy-link='...' href='#' aria-label='Sovrn, Inc., Privacy policy'>Privacy policy...</a>
Line 829

https://fontgenerator.click/

Very ImportantUsing the meta element to specify the document-wide default language is obsolete. Consider specifying the language on the root element instead. HTML5 4 pages
<meta http-equiv='content-language' content='en-US'>
Line 12

https://fontgenerator.click/about-us.html

<meta http-equiv='content-language' content='en-US'>
Line 12

https://fontgenerator.click/contact-us.html

<meta http-equiv='content-language' content='en-US'>
Line 12

https://fontgenerator.click/faq.html

<meta http-equiv='content-language' content='en-US'>
Line 12

https://fontgenerator.click/privacy-policy.html

Priority 3

1 issues on 1 pages

ImportantProperty doesn't exist in CSS. CSS Validation 1 pages
The property name may be misspelled, vendor specific, or a new CSS property from a draft specification.
buffered-renderingLine 82
cxLine 82
cyLine 82
dLine 82
rLine 82

https://fontgenerator.click/

Informative

These messages are for information only and do not indicate errors or conformance problems

InformationProperty or at-rule is vendor specific. CSS Validation 4 pages
Properties and at-rules prefixed by a dash or underscore, the zoom property and the expression() function are vendor specific and only work on one browser engine.
-webkit-font-smoothingLine 80
-webkit-app-regionLine 82
-webkit-appearanceLine 82
-webkit-border-horizontal-spacingLine 82
-webkit-border-imageLine 82

https://fontgenerator.click/

-webkit-text-size-adjustLine 65
-webkit-appearanceLine 159
-webkit-appearanceLine 210
-webkit-appearanceLine 215
-webkit-appearanceLine 219

https://fontgenerator.click/about-us.html

-webkit-text-size-adjustLine 51
-webkit-appearanceLine 145
-webkit-appearanceLine 196
-webkit-appearanceLine 201
-webkit-appearanceLine 205

https://fontgenerator.click/contact-us.html

-webkit-text-size-adjustLine 65
-webkit-appearanceLine 159
-webkit-appearanceLine 210
-webkit-appearanceLine 215
-webkit-appearanceLine 219

https://fontgenerator.click/faq.html

Expand all 17 issues