Actions
Feature #62023
closedAllow script tags to have custom attributes
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-10-03
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
This is primarily intended to be used with async and defer attributes which allow non-blocking rendering in the browser and defered execution.
It could also allow, once implemented, to have custom attributes on script tags which are popular in the form of data attributes (popularily is the requirejs data-main tag).
I felt like asset handling in-core wise needed a little love and this is intended to be a first step.
I'll upload a WIP changeset to Gerrit soon.
Actions