#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 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
comment:3 by , 12 years ago
comment:4 by , 12 years ago
comment:5 by , 12 years ago
comment:6 by , 12 years ago
comment:7 by , 12 years ago
comment:8 by , 12 years ago
comment:9 by , 12 years ago
comment:10 by , 12 years ago
comment:11 by , 12 years ago
comment:12 by , 12 years ago
comment:15 by , 12 years ago
comment:16 by , 12 years ago
comment:17 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:18 by , 12 years ago
comment:19 by , 12 years ago
comment:20 by , 12 years ago
comment:21 by , 12 years ago
comment:22 by , 11 years ago
Note:
See TracTickets
for help on using tickets.
(In [6134]) References #1727: Move to HTML5
<!DOCTYPE html>
for HTML5.language="javascript"
from<script>
tags.