Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #10788
Closed
Open
Issue created Sep 24, 2013 by Administrator@rootContributor

Figure out a way to disable IE's Compatibility Mode in the docs and examples

Created by: juthilo

Bootstrap doesn't support Compatibility Mode in Internet Explorer, so we should probably act accordingly and disable it in the docs and various examples using the appropriate meta tag, as outlined in the docs.

I've done some research on this. Turns out, X-UA-Compatible as a value for http-equiv doesn't pass W3C HTML validation.

This is a common problem. Suggested solutions include sending the information via HTTP headers (which we can't do) and some magic with conditional comments.

Questions:

  • Should we (still) try to do this?
  • Can we disable certain rules in grunt-html-validation? @seriema ?
  • Does anybody have enough experience with this to implement the solution with conditional comments?

I originally just wanted to add this myself but I don't understand the various problems that came up well enough. Let's see if anyone can help! Thanks!

Assignee
Assign to
Time tracking