Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

document.compatMode

Podsumowanie

Wskazuje, czy dokument renderowany jest w trybie zgodności wstecznej (ang. quirks mode ), czy też w trybie standardów (ang. strict mode ).

Składnia

tryb = document.compatMode 

Parametry

  • tryb jest ciągiem zawierającym "BackCompat" dla trybu zgodności wstecznej lub "CSS1Compat" dla trybu standardów.

Przykład

if ( document.compatMode == "BackCompat" ){
  //wykonaj coś dla trybu zgodności
}

Autorzy i etykiety dokumentu

 Autorzy tej strony: teoli, jsx, Jan Dudek
 Ostatnia aktualizacja: jsx,