MailChimp-Widget icon indicating copy to clipboard operation
MailChimp-Widget copied to clipboard

W3C Validation

Open RalphMRivera opened this issue 13 years ago • 1 comments

Line 300 of ns_widget_mailchimp.class.php is not validating properly via the W3C's validator.

Ideally, this:

<script>jQuery [...]

Should read as this:

<script type='text/javascript'>jQuery [...]

RalphMRivera avatar Dec 17 '11 18:12 RalphMRivera

There are some other markup issues, but this isn't a problem anymore with html5. The older html/xhtml specs are going (rather rapidly) by the wayside. In this case, it kinda makes sense, given that in practice you don't put anything other than javascript into script elements.

On Sat, Dec 17, 2011 at 10:58 AM, RalphMRivera < [email protected]

wrote:

Line 300 of ns_widget_mailchimp.class.php is not validating properly via the W3C's validator.

Ideally, this:

<script>jQuery [...]

Should read as this:

<script type='text/javascript'>jQuery [...]


Reply to this email directly or view it on GitHub: https://github.com/kalchas/MailChimp-Widget/issues/17

kalchas avatar Dec 28 '11 15:12 kalchas