For H44, complying with Success Criteria (1.1.1, 1.3.1, 3.3.2 and 4.1.2) requires me to add 'label's for input
textboxes. However, when the textbox's label text is within the textbox itself as a placeholder, how can we meeting these criteria?
https://www.w3.org/TR/WCAG20-TECHS/H44.html
For example, if you scroll to the footer/bottom of https://www.goorin.com/ , you'll see a textbox for subscribing to their email newsletter, and there is the placeholder text within the textbox "Enter your email address". This IS the label text. I can't add an actual visible label without altering the design of the page/footer to have label text outside of the textbox? Even if I make the label hidden via CSS, it will not comply with 3.3.2.