HTML5 semantic elements
HTML5 offers some new elements, primarily for semantic purposes. The elements include: `section`, `article`, `aside`, `header`, `footer`, `nav`, `figure`, `figcaption`, `time`, `mark` & `main`.
IntersectionObserver
API that can be used to understand the visibility and position of DOM elements relative to a containing element or to the top-level viewport. The position is delivered asynchronously and is useful for understanding the visibility of elements and implementing pre-loading and deferred loading of DOM content.
IntersectionObserver V2
Iteration on the original API that also reports if the element is covered by another element or has filters applied to it. Useful for blocking clickjacking attempts or tracking ad exposure.
cdatasection api
document api: createcdatasection
htmltablerowelement api: sectionrowindex
htmltablesectionelement api
htmltablesectionelement api: align
htmltablesectionelement api: ch
htmltablesectionelement api: choff
htmltablesectionelement api: deleterow
htmltablesectionelement api: insertrow
htmltablesectionelement api: rows
htmltablesectionelement api: valign
intersectionobserver api
intersectionobserverentry api
intersectionobserverentry api: boundingclientrect
intersectionobserverentry api: `intersectionobserverentry()` constructor
intersectionobserverentry api: intersectionratio
intersectionobserverentry api: intersectionrect
intersectionobserverentry api: isintersecting
intersectionobserverentry api: isvisible
intersectionobserverentry api: rootbounds
intersectionobserverentry api: target
intersectionobserverentry api: time
intersectionobserver api: delay
intersectionobserver api: disconnect
intersectionobserver api: `intersectionobserver()` constructor
intersectionobserver api: `intersectionobserver()` constructor: `options.root` parameter can be a `document`
intersectionobserver api: observe
intersectionobserver api: root
intersectionobserver api: rootmargin
intersectionobserver api: scrollmargin
intersectionobserver api: takerecords
intersectionobserver api: thresholds
intersectionobserver api: trackvisibility
intersectionobserver api: unobserve
performanceelementtiming api: intersectionrect
svgsvgelement api: checkintersection
svgsvgelement api: getintersectionlist
html element: section
javascript built-in: set: intersection
42 results found.