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

Compartimentation CSS - contain & content-visibility #13

Open
florinesueur opened this issue Mar 7, 2021 · 0 comments
Open

Compartimentation CSS - contain & content-visibility #13

florinesueur opened this issue Mar 7, 2021 · 0 comments
Labels
Proposal Proposition d'une nouvelle règle

Comments

@florinesueur
Copy link

Contain

La propriété CSS contain permet de modifier la portée (scope) d'un noeud dans l'arbre DOM.

article {
  contain: content;
}

Avantages :

  • Calcul et recalcul (les positions, la mise en forme, les dispositions et l'affichage) du navigateur scopé et non plus de la page entière
  • Chargement paresseux à la lazy loading pour les noeuds situés hors écran

Non prise en charge par les navigateurs suivants :

  • Internet explorer
  • Safari

Sources :

content-visibility

article {
content-visibility: auto
}

Pris en compte uniquement par :

  • Chrome

Sources :

@florinesueur florinesueur added the Proposal Proposition d'une nouvelle règle label Mar 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Proposal Proposition d'une nouvelle règle
Projects
None yet
Development

No branches or pull requests

1 participant