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

Change html markup from xhtml4 to html5 #2857

Closed
robocoder opened this issue Jan 6, 2012 · 7 comments
Closed

Change html markup from xhtml4 to html5 #2857

robocoder opened this issue Jan 6, 2012 · 7 comments
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.

Comments

@robocoder
Copy link
Contributor

Just header template changes. Don't use html5-specific elements yet ... don't want to get into semantic debate yet.

@robocoder
Copy link
Contributor Author

According to validator.nu, the following are obsolete:

  • <a name="anchor">
  • <img border="0"...>

The biggest source of errors is id collisions, followed by elements which can't be used within another element (e.g., form within a span).

@robocoder
Copy link
Contributor Author

(In [5949]) refs #2857 - create branch for html5 changes

@robocoder
Copy link
Contributor Author

(In [5950]) refs #2857 - initial commit of html5 changes

WRT html5 validation, the following screens:

Pass:

  • General settings
  • Plugins
  • Privacy
  • Database usage
  • Security

Fail for various reasons:

  • Login
  • CoreHome
  • Multisite
  • User settings
  • Users
  • Websites
  • Visit generator
  • List API
  • Error page

@robocoder
Copy link
Contributor Author

(In [5985]) refs #2857 - traditionally DOCTYPE is capitalized and is how it appears in the w3 draft standard (but is case insensitive)

@sgiehl
Copy link
Member

sgiehl commented Mar 31, 2012

(In [6142]) fixes #3065, refs #3011 initial version of multiple dashboard feature
refs #2857 fixed id collisions in modal confirm windows by using an role attribute instead of id

@mattab
Copy link
Member

mattab commented Dec 14, 2012

Moving to feature request, anyone feel free to work on it we can move priorities up with a submitted patch. Thx!

@robocoder robocoder added this to the Future releases milestone Jul 8, 2014
@mattab mattab removed the P: normal label Aug 3, 2014
@mattab mattab modified the milestones: Long term, Mid term Dec 23, 2015
@mattab mattab modified the milestones: Long term, Mid term Dec 5, 2016
@Findus23
Copy link
Member

Matomo 3.x uses HTML5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

4 participants