Manage Hyphens with CSS
Chrome 55 implements the hyphens property to control when soft hyphens appear and how they behave.
Pointing the Way Forward
Pointer events unify the pointer input model for the browser, bringing touch, pens, and mice together into a single set of events.
API Deprecations and Removals in Chrome 55
A round up of the deprecations and removals in Chrome to help you plan.
deprecations
removals
chrome55
Once Upon an Event Listener
Using {once: true}
, available in Chrome 55, gives you an easy way to define "one and done" event listeners.
Touch Action Options
Touch action is a simple way to define how a user can interact with an element.
auxclick is Coming to Chrome 55
auxclick
takes the place of the click
event for non-primary mouse buttons, starting in Chrome 55.
Intervening against document.write()
Chrome is blocking some scripts that are added using document.write()
.