Closed
Bug 1099185
Opened 10 years ago
Closed 7 years ago
[Build] Our use of <link rel="import"> is not conform to the spec
Categories
(Firefox OS Graveyard :: Gaia::Build, defect)
Firefox OS Graveyard
Gaia::Build
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: julienw, Unassigned)
Details
In the build system and in lazy_loader.js, we're handling <link rel="import"> nodes as lazy loaded commented content. This is not conform to the current spec for HTML Imports and we should use another syntax to do this.
Same for the use of the "is=" attribute.
We should use another rel value ("comment-import" ? "gaia-import" ?), and another attribute instead of "is" ("gaia-is" or "gaia-content" works for me).
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•