TIL: The CSS order
Property Requires Each Grid/Flex Item to be order
ed
TIL: The CSS order
Property Requires Each Grid/Flex Item to be order
ed
By Remy Parzinski
2 min read
To use order on one element means using order on each of its siblings, too.
- Authors
- Name
- Remy Parzinski
- linkedinRemy Parzinski
- Github
- githubremypar5
I was today years old when I learned something new about the CSS order
property. I didn't learn about the existence of the property today, mind you. I just learned about a constriction which, in my opinion, makes it a little bit less usable. You see... when you want to order
a flex
or grid
item, you have to order
all of them. You can't just order
one of them. Let me show you what I mean.
According to its formal definition on MDN, order
's inital value is 0
(zero).
When you order
an item, it will be visually ordered according to its value compared to its siblings's order
value. Any item with the same order
value will be visually ordered by its place in the DOM. Have a look at this example:
<style>
.flex-container {
display: flex;
}
</style>
<div class="flex-container">
<div class="flex-item">Item 1</div>
<!-- order: 0 // default -->
<div class="flex-item">Item 2</div>
<!-- order: 0 // default -->
<div class="flex-item" style="order: 1">Item 3</div>
<!-- order: 1 // explicitly assigned -->
</div>
<!-- Expected visual result -->
Item 1 Item 3 Item 2
<!-- Actual visual result -->
Item 1 Item 2 Item 3
You would expect Item 2
and Item 3
to be visually swapped. However, they are not swapped, despite Item 3
having an order: 1
. Sort of like zero-index Arrays, 1 comes after 0. If you want to actually order
one item, you have to order
all of them. This is true for both flex
and grid
.
To order any element, you have to order all of them. This is not a big problem, as you usually generate lists of items with a loop (like v-for
in Vue or *ngFor
in Angular or Array.prototype.map
in JSX). You can easily retrieve the current iteration index and use that for order
. It's just weird to me that it is necessary. I would expect order
to have a default value of auto
, making the visual order default to the DOM order.
So, to make sure that Item 3
is visually ordered before Item 2
, you have to explicitly set order: 2
on Item 2
(or any value higher than 1
).
<div class="flex-container">
<div class="flex-item" style="order: 1">Item 1</div>
<div class="flex-item" style="order: 2">Item 2</div>
<div class="flex-item" style="order: 1">Item 3</div>
</div>
<!-- Visual result -->
Item 1 Item 3 Item 2
No big deal, but something to keep in mind when you want to use the order
property.
Upcoming events
Drupal CMS Launch Party
Zoals sommigen misschien weten wordt op 15 Januari een nieuwe distributie van Drupal gelanceerd. Namelijk Drupal CMS (ook wel bekend als Starshot). Om dit te vieren gaan we op onze campus een klein eventje organiseren. We gaan die dag samen de livestream volgen waarbij het product gelanceerd wordt. De agenda is als volgt: 17u β 18u30: Drupal CMS livestream met taart 18u30 β 19u00: Versteld staan van de functionaliteiten 19u β 20u: Pizza eten en verder versteld staan van de functionaliteiten Laat ons zeker weten of je komt of niet door de invite te accepteren! Tot dan!
| Coven of Wisdom Herentals
Go to page for Drupal CMS Launch PartyCoven of Wisdom - Herentals - Winter `24 edition
Worstelen jij en je team met het bouwen van schaalbare digitale ecosystemen of zit je vast in een props hell met React of in een ander framework? Kom naar onze meetup waar ervaren sprekers hun inzichten en ervaringen delen over het bouwen van robuuste en flexibele applicaties. Schrijf je in voor een avond vol kennis, heerlijk eten en een mix van creativiteit en technologie! π 18:00 β πͺ Deuren open 18:15 β π Food & drinks 19:00 β π’ Building a Mature Digital Ecosystem - Maarten Heip 20:00 β πΉ Kleine pauze 20:15 β π’ Compound Components: A Better Way to Build React Components - Sead Memic 21:00 β πββοΈ Drinks 22:00 β π» Tot de volgende keer? Tijdens deze meetup gaan we dieper in op het bouwen van digitale ecosystemen en het creΓ«ren van herbruikbare React componenten. Maarten deelt zijn expertise over het ontwikkelen van een volwassen digitale infrastructuur, terwijl Sead je laat zien hoe je 'From Props Hell to Component Heaven' kunt gaan door het gebruik van Compound Components. Ze delen praktische inzichten die je direct kunt toepassen in je eigen projecten. π Waar? Je vindt ons bij iO Herentals - Zavelheide 15, Herentals. Volg bij aankomst de borden 'meetup' vanaf de receptie. π« Schrijf je in! De plaatsen zijn beperkt, dus RSVP is noodzakelijk. Dit helpt ons ook om de juiste hoeveelheid eten en drinken te voorzien - we willen natuurlijk niet dat iemand met een lege maag naar huis gaat! π Over iO Wij zijn iO: een groeiend team van experts die end-to-end-diensten aanbieden voor communicatie en digitale transformatie. We denken groot en werken lokaal. Aan strategie, creatie, content, marketing en technologie. In nauwe samenwerking met onze klanten om hun merken te versterken, hun digitale systemen te verbeteren en hun toekomstbestendige groei veilig te stellen. We helpen klanten niet alleen hun zakelijke doelen te bereiken. Samen verkennen en benutten we de eindeloze mogelijkheden die markten in constante verandering bieden. De springplank voor die visie is talent. Onze campus is onze broedplaats voor innovatie, die een omgeving creΓ«ert die talent de ruimte en stimulans geeft die het nodig heeft om te ontkiemen, te ontwikkelen en te floreren. Want werken aan de infinite opportunities van morgen, dat doen we vandaag.
| Coven of Wisdom Herentals
Go to page for Coven of Wisdom - Herentals - Winter `24 editionThe Test Automation Meetup
PLEASE RSVP SO THAT WE KNOW HOW MUCH FOOD WE WILL NEED Test automation is a cornerstone of effective software development. It's about creating robust, predictable test suites that enhance quality and reliability. By diving into automation, you're architecting systems that ensure consistency and catch issues early. This expertise not only improves the development process but also broadens your skillset, making you a more versatile team member. Whether you're a developer looking to enhance your testing skills or a QA professional aiming to dive deeper into automation, RSVP for an evening of learning, delicious food, and the fusion of coding and quality assurance! ππ 18:00 β πͺ Doors open to the public 18:15 β π Letβs eat 19:00 β π’ First round of Talks 19:45 β πΉ Small break 20:00 β π’ Second round of Talks 20:45 β π» Drinks 21:00 β πββοΈ See you next time? First Round of Talks: The Power of Cross-browser Component Testing - Clarke Verdel, SR. Front-end Developer at iO How can you use Component Testing to ensure consistency cross-browser? Overcoming challenges in Visual Regression Testing - Sander van Surksum, Pagespeed | Web Performance Consultant and Sannie Kwakman, Freelance Full-stack Developer How can you overcome the challenges when setting up Visual Regression Testing? Second Round of Talks: Omg who wrote this **** code!? - Erwin Heitzman, SR. Test Automation Engineer at Rabobank How can tests help you and your team? Beyond the Unit Test - Christian WΓΌrthner, SR. Android Developer at iO How can you do advanced automated testing for, for instance, biometrics? RSVP now to secure your spot, and let's explore the fascinating world of test automation together!
| Coven of Wisdom - Amsterdam
Go to page for The Test Automation Meetup