Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation warnings: The type attribute is unnecessary for JavaScript resources #184

Closed
tomas-eklund opened this issue Jan 6, 2022 · 0 comments

Comments

@tomas-eklund
Copy link

Pages created with Hello Elementor and Elementor Pro does not fully validate with the w3.org Markup Validation Service. Or at least it will result in a ton of warnings like:

The type attribute is unnecessary for JavaScript resources.

According to this Stack Overflow answer this can be resolved by adding HTML5 support to script and style, like so:

add_theme_support( 'html5', array( 'script', 'style' ) );

Is there a reason this is not already built-in behavior of the Hello Elementor theme?

Would you consider adding it?

arielk added a commit to arielk/hello-theme that referenced this issue Jul 1, 2022
KingYes added a commit that referenced this issue Jul 3, 2022
* few comments

* Tested up to 5.6

* remove duplicate

* add utilities scss

* Post Password Form Submit button alignment

When a post is password-protected, the Post Password Form Submit button isn't aligned properly.

* Update Changelog

* Move Hello Theme Header & Footer experiment to stable status

* Changelog

* Build

* Add ref to changelog

* Aligned page title to the header and footer

* Internal: Add accessibility-ready tag

* Tweak: Remove unused image file

* Internal: update text & links

* Internal: fix URL

* Tweak: Mark the header footer tab in the customizer

* Fix: Remove override the default width

* Changelog

* Tweak: Add theme_support for `script` and `style` to avoid validation warnings (#184)

* A different way to align title

Co-authored-by: Roman <romanbondar@users.noreply.github.com>
Co-authored-by: Yakir Sitbon <kingyes1@gmail.com>
@arielk arielk closed this as completed Jul 3, 2022
KingYes added a commit that referenced this issue Jul 6, 2022
* few comments

* Tested up to 5.6

* remove duplicate

* add utilities scss

* Post Password Form Submit button alignment

When a post is password-protected, the Post Password Form Submit button isn't aligned properly.

* Update Changelog

* Move Hello Theme Header & Footer experiment to stable status

* Changelog

* Build

* Add ref to changelog

* Aligned page title to the header and footer

* Internal: Add accessibility-ready tag

* Tweak: Remove unused image file

* Internal: update text & links

* Internal: fix URL

* Tweak: Mark the header footer tab in the customizer

* Fix: Remove override the default width

* Changelog

* Tweak: Add theme_support for `script` and `style` to avoid validation warnings (#184)

* A different way to align title

* changelog

* Tweak: Add output escaping, fixed: #194

* Tweak: Added Skip to Content link to dynamic or template header

* Changelog

* Update header.php

Co-authored-by: Roman <romanbondar@users.noreply.github.com>
Co-authored-by: Yakir Sitbon <kingyes1@gmail.com>
KingYes added a commit that referenced this issue Jul 6, 2022
* few comments

* Tested up to 5.6

* remove duplicate

* add utilities scss

* Post Password Form Submit button alignment

When a post is password-protected, the Post Password Form Submit button isn't aligned properly.

* Update Changelog

* Move Hello Theme Header & Footer experiment to stable status

* Changelog

* Build

* Add ref to changelog

* Aligned page title to the header and footer

* Internal: Add accessibility-ready tag

* Tweak: Remove unused image file

* Internal: update text & links

* Internal: fix URL

* Tweak: Mark the header footer tab in the customizer

* Fix: Remove override the default width

* Changelog

* Tweak: Add theme_support for `script` and `style` to avoid validation warnings (#184)

* A different way to align title

* changelog

* Tweak: Add output escaping, fixed: #194

* Tweak: Added Skip to Content link to dynamic or template header

* Changelog

* Update header.php

* Changelog

Co-authored-by: Roman <romanbondar@users.noreply.github.com>
Co-authored-by: Yakir Sitbon <kingyes1@gmail.com>
KingYes added a commit that referenced this issue Jul 10, 2022
* few comments

* Tested up to 5.6

* remove duplicate

* add utilities scss

* Post Password Form Submit button alignment

When a post is password-protected, the Post Password Form Submit button isn't aligned properly.

* Update Changelog

* Move Hello Theme Header & Footer experiment to stable status

* Changelog

* Build

* Add ref to changelog

* Aligned page title to the header and footer

* Internal: Add accessibility-ready tag

* Tweak: Remove unused image file

* Internal: update text & links

* Internal: fix URL

* Tweak: Mark the header footer tab in the customizer

* Fix: Remove override the default width

* Changelog

* Tweak: Add theme_support for `script` and `style` to avoid validation warnings (#184)

* A different way to align title

* changelog

* Tweak: Add output escaping, fixed: #194

* Tweak: Added Skip to Content link to dynamic or template header

* Changelog

* Update header.php

* Changelog

* changelog

* changelog

* Update release date

* Update date release

Co-authored-by: Roman <romanbondar@users.noreply.github.com>
Co-authored-by: Yakir Sitbon <kingyes1@gmail.com>
KingYes added a commit that referenced this issue Jul 11, 2022
* few comments

* Tested up to 5.6

* remove duplicate

* add utilities scss

* Post Password Form Submit button alignment

When a post is password-protected, the Post Password Form Submit button isn't aligned properly.

* Update Changelog

* Move Hello Theme Header & Footer experiment to stable status

* Changelog

* Build

* Add ref to changelog

* Aligned page title to the header and footer

* Internal: Add accessibility-ready tag

* Tweak: Remove unused image file

* Internal: update text & links

* Internal: fix URL

* Tweak: Mark the header footer tab in the customizer

* Fix: Remove override the default width

* Changelog

* Tweak: Add theme_support for `script` and `style` to avoid validation warnings (#184)

* A different way to align title

* changelog

* Tweak: Add output escaping, fixed: #194

* Tweak: Added Skip to Content link to dynamic or template header

* Changelog

* Update header.php

* Changelog

* changelog

* changelog

* Update release date

* Update date release

* Internal: New screenshot

* Fix: Tables with various colors looks weird (#126)

* Changelog

Co-authored-by: Roman <romanbondar@users.noreply.github.com>
Co-authored-by: Yakir Sitbon <kingyes1@gmail.com>
KingYes added a commit that referenced this issue Jul 11, 2022
* few comments

* Tested up to 5.6

* remove duplicate

* add utilities scss

* Post Password Form Submit button alignment

When a post is password-protected, the Post Password Form Submit button isn't aligned properly.

* Update Changelog

* Move Hello Theme Header & Footer experiment to stable status

* Changelog

* Build

* Add ref to changelog

* Aligned page title to the header and footer

* Internal: Add accessibility-ready tag

* Tweak: Remove unused image file

* Internal: update text & links

* Internal: fix URL

* Tweak: Mark the header footer tab in the customizer

* Fix: Remove override the default width

* Changelog

* Tweak: Add theme_support for `script` and `style` to avoid validation warnings (#184)

* A different way to align title

* changelog

* Tweak: Add output escaping, fixed: #194

* Tweak: Added Skip to Content link to dynamic or template header

* Changelog

* Update header.php

* Changelog

* changelog

* changelog

* Update release date

* Update date release

* Internal: New screenshot

* Fix: Tables with various colors looks weird (#126)

* Changelog

* Fix table colors

* Changelog

Co-authored-by: Roman <romanbondar@users.noreply.github.com>
Co-authored-by: Yakir Sitbon <kingyes1@gmail.com>
KingYes added a commit that referenced this issue Sep 7, 2022
* few comments

* Tested up to 5.6

* remove duplicate

* add utilities scss

* Post Password Form Submit button alignment

When a post is password-protected, the Post Password Form Submit button isn't aligned properly.

* Update Changelog

* Move Hello Theme Header & Footer experiment to stable status

* Changelog

* Build

* Add ref to changelog

* Aligned page title to the header and footer

* Internal: Add accessibility-ready tag

* Tweak: Remove unused image file

* Internal: update text & links

* Internal: fix URL

* Tweak: Mark the header footer tab in the customizer

* Fix: Remove override the default width

* Changelog

* Tweak: Add theme_support for `script` and `style` to avoid validation warnings (#184)

* A different way to align title

* changelog

* Tweak: Add output escaping, fixed: #194

* Tweak: Added Skip to Content link to dynamic or template header

* Changelog

* Update header.php

* Changelog

* changelog

* changelog

* Update release date

* Update date release

* Internal: New screenshot

* Fix: Tables with various colors looks weird (#126)

* Changelog

* Fix table colors

* Changelog

* Change text

* Update customizer-functions.php

Co-authored-by: Roman <romanbondar@users.noreply.github.com>
Co-authored-by: Yakir Sitbon <kingyes1@gmail.com>
KingYes added a commit that referenced this issue Sep 8, 2022
* few comments

* Tested up to 5.6

* remove duplicate

* add utilities scss

* Post Password Form Submit button alignment

When a post is password-protected, the Post Password Form Submit button isn't aligned properly.

* Update Changelog

* Move Hello Theme Header & Footer experiment to stable status

* Changelog

* Build

* Add ref to changelog

* Aligned page title to the header and footer

* Internal: Add accessibility-ready tag

* Tweak: Remove unused image file

* Internal: update text & links

* Internal: fix URL

* Tweak: Mark the header footer tab in the customizer

* Fix: Remove override the default width

* Changelog

* Tweak: Add theme_support for `script` and `style` to avoid validation warnings (#184)

* A different way to align title

* changelog

* Tweak: Add output escaping, fixed: #194

* Tweak: Added Skip to Content link to dynamic or template header

* Changelog

* Update header.php

* Changelog

* changelog

* changelog

* Update release date

* Update date release

* Internal: New screenshot

* Fix: Tables with various colors looks weird (#126)

* Changelog

* Fix table colors

* Changelog

* Change text

* Update customizer-functions.php

* Fix: Create logo Style & polish

Co-authored-by: Roman <romanbondar@users.noreply.github.com>
Co-authored-by: Yakir Sitbon <kingyes1@gmail.com>
KingYes added a commit that referenced this issue Sep 11, 2022
* few comments

* Tested up to 5.6

* remove duplicate

* add utilities scss

* Post Password Form Submit button alignment

When a post is password-protected, the Post Password Form Submit button isn't aligned properly.

* Update Changelog

* Move Hello Theme Header & Footer experiment to stable status

* Changelog

* Build

* Add ref to changelog

* Aligned page title to the header and footer

* Internal: Add accessibility-ready tag

* Tweak: Remove unused image file

* Internal: update text & links

* Internal: fix URL

* Tweak: Mark the header footer tab in the customizer

* Fix: Remove override the default width

* Changelog

* Tweak: Add theme_support for `script` and `style` to avoid validation warnings (#184)

* A different way to align title

* changelog

* Tweak: Add output escaping, fixed: #194

* Tweak: Added Skip to Content link to dynamic or template header

* Changelog

* Update header.php

* Changelog

* changelog

* changelog

* Update release date

* Update date release

* Internal: New screenshot

* Fix: Tables with various colors looks weird (#126)

* Changelog

* Fix table colors

* Changelog

* Change text

* Update customizer-functions.php

* Fix: Create logo Style & polish

* Change description

* Update includes/customizer-functions.php

Co-authored-by: Roman <romanbondar@users.noreply.github.com>
Co-authored-by: Yakir Sitbon <kingyes1@gmail.com>
KingYes added a commit that referenced this issue Mar 19, 2023
* few comments

* Tested up to 5.6

* remove duplicate

* add utilities scss

* Post Password Form Submit button alignment

When a post is password-protected, the Post Password Form Submit button isn't aligned properly.

* Update Changelog

* Move Hello Theme Header & Footer experiment to stable status

* Changelog

* Build

* Add ref to changelog

* Aligned page title to the header and footer

* Internal: Add accessibility-ready tag

* Tweak: Remove unused image file

* Internal: update text & links

* Internal: fix URL

* Tweak: Mark the header footer tab in the customizer

* Fix: Remove override the default width

* Changelog

* Tweak: Add theme_support for `script` and `style` to avoid validation warnings (#184)

* A different way to align title

* changelog

* Tweak: Add output escaping, fixed: #194

* Tweak: Added Skip to Content link to dynamic or template header

* Changelog

* Update header.php

* Changelog

* changelog

* changelog

* Update release date

* Update date release

* Internal: New screenshot

* Fix: Tables with various colors looks weird (#126)

* Changelog

* Fix table colors

* Changelog

* Change text

* Update customizer-functions.php

* Fix: Create logo Style & polish

* Change description

* Update includes/customizer-functions.php

* Fix eslint package

* Restore package lock file

* Tweak: Added support for the new Elementor version

---------

Co-authored-by: Roman <romanbondar@users.noreply.github.com>
Co-authored-by: Yakir Sitbon <kingyes1@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants