Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardCSSwill-change costSingle-choice MCQ

Given this CSS, what does the engine actually do at parse/promotion time, and why is it considered a misuse of the hint?

.panel { will-change: opacity, transform, top; }