Overview
We get excited over new HTML5 APIs and new CSS features, but many developers aren’t aware of the diverse array of native DOM features that are available — many of them supported as far back as IE6. In this talk, Louis will discuss and show examples demonstrating practical use cases for features like insertAdjacentHTML(), getBoundingClientRect(), scrollIntoView(), contains(), normalize(), and lots more.
He’ll also point out how developers can research different DOM features along with their browser support, which often is not available on commonly known references like caniuse.com.
Objective
To help developers recognize the plethora of well supported DOM features available.
Target Audience
Beginner and intermediate front-end developers and UI designers.
Assumed Audience Knowledge
A decent grasp of HTML, CSS, and JavaScript.
Five things audience members will learn
- Little known features to manipulate HTML pages
- Methods to deal with text nodes on web pages
- Features related to scrolling and scroll position
- How to research different DOM features
- How to find and discover different DOM features