Posts

Showing posts with the label api

First Public Working Draft: Federated Credential Management API

  The   Federated Identity Working Group   has published a First Public Working Draft of   Federated Credential Management API , a Web Platform API that allows users to login to websites with their federated accounts in a privacy preserving manner.

First Public Working Draft: CSS View Transitions Module Level 2

  The   CSS Working Group   has published a First Public Working Draft of   CSS View Transitions Module Level 2 . This module defines how the View Transition API works with cross-document navigations.

Updated Candidate Recommendation: Web Neural Network API

  The   Web Machine Learning Working Group   invites implementations of an updated Candidate Recommendation Snapshot of   Web Neural Network API . This document describes a dedicated low-level API for neural network inference hardware acceleration. The Web Neural Network API defines a web-friendly hardware-agnostic abstraction layer that makes use of Machine Learning capabilities of operating systems and underlying hardware platforms without being tied to platform-specific capabilities. The abstraction layer addresses the requirements of key Machine Learning JavaScript frameworks and also allows web developers familiar with the ML domain to write custom code without the help of libraries. Introduction: Mastering Digital Growth in 2025—From SEO to Social Media and AI In 2025, digital success isn’t just about having an online presence—it’s about strategically connecting the dots between SEO, web design, content creation, and social media. For small businesses and marke...

W3C Invites Implementations of CSS View Transitions Module Level 1

  The   CSS Working Group   invites implementations of the   CSS View Transitions Module Level 1   Candidate Recommendation Snapshot. This module defines the View Transition API, along with associated properties and pseudo-elements, which allows developers to create animated visual transitions representing changes in the document state.  Comments are welcome via the  GitHub issues  by  5 December 2023 .

First Public Working Draft: Web Locks API

  The  Web Applications Working Group  has published a First Public Working Draft of  Web Locks API . This document defines a web platform API that allows script to asynchronously acquire a lock over a resource, hold it while work is performed, then release it. While held, no other script in the origin can acquire a lock over the same resource. This allows contexts (windows, workers) within a web application to coordinate the usage of resources.

Call for Review: Payment Request API and Payment Method Identifiers are W3C Proposed Recommendations

  The   Web Payments Working Group   has just published Proposed Recommendations of   Payment Request API   and   Payment Method Identifiers . Payment Request standardizes an API to allow merchants (i.e., web sites selling physical or digital goods) to utilize one or more payment methods with minimal integration. Browsers facilitate the payment flow between merchant and user. Payment Method Identifiers defines payment method identifiers and how they are validated, and, where applicable, minted and formally registered with the W3C.

First Public Working Draft: WebRTC Encoded Transform

21 September 2021 The Web Real-Time Communications Working Group has published a First Public Working Draft of WebRTC Encoded Transform. The goal of this work is to define an API for processing encoded media in WebRTC, for example for voice processing, background removal, dynamic control of codec parameters, etc. This document specifies an API surface for manipulating the bits on MediaStreamTracks being sent via an RTCPeerConnection.api

First Public Working Drafts: Resize Observer; CSS Scroll Anchoring Module Level 1

The  CSS Working Group  has published two First Public Working Drafts today: Resize Observer : This specification describes an API for observing changes to Element’s size. CSS Scroll Anchoring Module Level 1 : Changes in DOM elements above the visible region of a  scrolling box  can result in the page moving while the user is in the middle of consuming the content. This spec proposes a mechanism to mitigate this jarring user experience by keeping track of the position of an anchor node and adjusting the scroll offset accordingly. CSS  is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, etc.

Updated Candidate Recommendation: Identifiers for WebRTC’s Statistics API

14 January 2020 The  Web Real-Time Communications Working Group  invites implementation of its updated Candidate Recommendation of  Identifiers for WebRTC’s Statistics API . This document defines a set of WebIDL objects that allow access to the statistical information about a RTCPeerConnection. These objects are returned from the getStats API that is specified in [ WEBRTC ].

First Public Working Draft: Web Share API

17 December 2019 The  Web Applications Working Group  has published a First Public Working Draft of  Web Share API . This specification defines an API for sharing text, links and other content to an arbitrary destination of the user’s choice. The available share targets are not specified here; they are provided by the user agent. They could, for example, be apps, websites or contacts.