Page MenuHomePhabricator

Replace `heading-holder` by `heading-container`
Open, Needs TriagePublic

Description

We don't use holder anywhere besides .heading-holder. Most other containers, wrappers, boxes or holders are named
container.
Let's unify the naming here by

  • introducing heading-container class
  • replacing all heading-holder by heading-container classes

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Why not BEM?

This would be the block (at best) –– it's neither element nor modifier currently. But that's not my main concern.

We would separate core and other skins more without a clear naming architecture. If everything else is banner-container, cnotice-logo-container, cnotice-message-container`, read-more-container it's not logically otherwise.