Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
javascript
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2011 at 23:28 UTC
Updated:
29 Jul 2014 at 19:24 UTC
Offshoot of #1077878: Add HTML5shiv to core:
If we're going to rely on the HTML5 shiv to solve compatibility issues with HTML5 on legacy browsers like IE6-8, it appears we need to make JavaScript a requirement to use Drupal.
Comments
Comment #1
mcjim commentedI don't think this is compatible with wanting to make Drupal output-agnostic.
A core theme could, perhaps, require JavaScript but I'm not convinced that 's a good idea.
If we do want to fully support these browsers (do we? and are we just talking about administrative interface?) we can do so by including XHTML theme(s) in core.
Apologies for being overly negative :-)
Comment #2
damien tournoud commentedBased on recent discussions from #1077878: Add HTML5shiv to core.
For the record: I'm very fine with Drupal not looking the same in IE678 when Javascript is disabled, but not fine at all with Drupal requiring Javascript to be enabled.