#1727 closed enhancement (fixed)
Move to HTML5
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | BASE 3.3 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
This is a bit related to #1712. Implementing a 'Content Security Policy' requires moving scripts out of html documents. To do this we'll need to use javascript with addEventListener
calls to replace all <div onclick="...">
event handlers. This will be easier if the document is following the HTML5 specification as much as possible.
To help with this the following Firefox plug-in can be useful: https://addons.mozilla.org/en-US/firefox/addon/html-validator/
Change History (22)
comment:1 Changed 11 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
comment:4 Changed 11 years ago by
comment:5 Changed 11 years ago by
comment:6 Changed 11 years ago by
comment:7 Changed 11 years ago by
comment:8 Changed 11 years ago by
comment:9 Changed 11 years ago by
comment:10 Changed 11 years ago by
comment:11 Changed 11 years ago by
comment:12 Changed 11 years ago by
comment:15 Changed 11 years ago by
comment:16 Changed 11 years ago by
comment:17 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:18 Changed 11 years ago by
comment:19 Changed 11 years ago by
comment:20 Changed 11 years ago by
comment:21 Changed 11 years ago by
comment:22 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
(In [6134]) References #1727: Move to HTML5
<!DOCTYPE html>
for HTML5.language="javascript"
from<script>
tags.