#workinggroup

W3C Developersw3cdevs@w3c.social
2025-05-27

The @w3c #CSS #WorkingGroup has published 'CSS Functions and Mixins Module' as #FPWD #timetogiveinput

▶️ w3.org/TR/css-mixins-1/

To reduce repetition and promote consistency, #developers use CSS pre-processors to create reusable macros. This module introduces functions (enabling authors to create parameterized features similar to custom properties) and mixins that are functions operating at the style rule level.

Feedback welcome! github.com/w3c/csswg-drafts/la

Snapshot of lines of code showing a simple custom function to negate a value:

@function  - - negative(- - value) {
  result: calc(-1 * var(- - value));
}

Then, that function can be referenced with - - negative() in some declarations:

html {
   - - gap: 1em;
   padding: - - negative(var(- - gap));

or by passing the value explicitly, like:

   padding: - - negative(1em); 
}
W3C Developersw3cdevs@w3c.social
2025-04-29

The @w3c Private Advertising Technology #WorkingGroup has published "Privacy-Preserving Attribution: Level 1" as #FPWD
#timetogiveinput

▶️ w3.org/TR/privacy-preserving-a

This browser #API measures ad performance by generating aggregate conversion stats while protecting user #privacy. It collects cross-site data, which is securely aggregated by a trusted service with added noise for differential privacy. #advertising #technology

Feedback welcome: github.com/w3c/ppa/issues/

The Private Attribution API works in conjunction with an aggregation service to generate aggregate attribution measurements.
Paolo Melchiorrepaulox@fosstodon.org
2025-04-24

We just had our first hybrid meeting of the Django project website working group. 🎉

Sarah and I joined the meeting from the DjangoCon Europe venue, and we hosted Tobias from the Django Ops Team. 🤗

CC @djangoconeurope @django @sabderemane @tobiasmcnulty

#DjangoConEurope #DjangoConEurope2025 #DjangoConEurope25 #DjangoCon #Europe #Django #Conference #Dublin #WorkingGroup

Tobias, Sarah and me
W3C Developersw3cdevs@w3c.social
2025-03-27

📖 With version 3.4, the @w3c Publishing Maintenance #WorkingGroup is planning to enhance #EPUB3.3 by standardizing Webtoons, annotations, and #accessibility.

New technical features are added to:
▶️ EPUB 3.4: w3.org/TR/epub-34/
▶️ EPUB Reading Systems 3.4: w3.org/TR/epub-rs-34/
▶️ EPUB Accessibility 1.1.1: w3.org/TR/epub-a11y-111/

#EPUB #FPWD #timetogiveinput

Feedback welcome: github.com/w3c/epub-specs/

A row of schematic views of two tablets in landscape mode, and linked with a left-to-right arrow.

Three panels of a comics are displayed in the tablets. The first tablet in the row contains the first panels of the comics on the right hand of the tablet, with the left side empty; the second tablet contains the second and third panels of the comics side-by-side.
W3C Developersw3cdevs@w3c.social
2025-03-11

The @w3c Timed Text #WorkingGroup invites implementations of the "Dubbing and Audio Description Profiles of TTML2 (DAPT)" specification for exchanging timed text content in #dubbing and #audio description workflows #timetoimplement

▶️ w3.org/TR/dapt/

DAPT enables scripting, voicing, and mixing for dubbing and audio descriptions, supporting video #localization and #accessibility.

Feedback welcome in github.com/w3c/dapt/

W3C Developersw3cdevs@w3c.social
2025-02-28

The @w3c Federated Identity #WorkingGroup aims to create specs for secure, #privacy friendly, and user-controlled #authentication and credential presentation
▶️ w3.org/groups/wg/fedid/

Their updated charter introduces the Digital Credentials #API, which facilitates user agents in managing access to and presenting digital #credentials, such as a driver's license, government-issued ID, or other forms of digital credentials.

🎬 Find out more about this work by @sphcow: youtu.be/GI3UTZJ0Ue4

Snapshot of Heather Flanagan's presentation at the W3C member meeting in April 2024.
Slide title: Identity & the W3C
Slide body: The W3C oversees best practices, concerning user experience, safeguarding both users and the websites they engage with by facilitating the alignment of appropriate user identities with the requirements of each website.
W3C Developersw3cdevs@w3c.social
2024-12-16

📢 Creation of the @w3c Data Shapes #WorkingGroup which mission is to align data shapes standards with the latest versions of core Semantic Web standards, including support for #RDFstar
▶️ w3.org/groups/wg/data-shapes/

This group aims to update SHACL to align with #RDF & #SPARQL 1.2 versions, extend #SHACL specifications and develop new SHACL-based specs.

More info in the group's charter: w3.org/2024/12/data-shapes.htm

W3C Developersw3cdevs@w3c.social
2024-11-18

🆕 @w3c launches the Private Advertising Technology (PAT) #WorkingGroup
▶️ w3.org/groups/wg/pat/

Motivated by the @tag's Ethical Web Principles, this group aims to define web features and #APIs that support advertising without compromising user #privacy. The group will produce specifications for user agents, building on work incubated in the #CommunityGroup.

🎬 Watch @Chronotope giving an excellent overview of the PAT work, back in 2022 at #w3cdevs2022, Vancouver 🇨🇦: w3.org/2022/09/meetup/speaker-

Private Advertising Technology: Where Goes Advertising, There Goes the Web, by Aram Zucker-Scharff 
At the W3C Meetup in Vancouver,
W3C Developersw3cdevs@w3c.social
2024-10-24

#w3cTPAC
Several @w3c groups have created videos showcasing work updates and demos.

Check out what's happening in the WebDX, WoT and #Solid #CommunityGroups, as well as in the #Accessibility Guidelines and #CSS #WorkingGroups!

▶️ w3.org/2024/09/TPAC/group-upda

CG #CommunityGroup
WG #WorkingGroup

View of the TPAC 2024 demos page showing 5 blocks titled: Web Developer Experience CG, Web of Things CG, Solid CG, Accessibility Guidelines (AG- WG and Cascading Style Sheets WG
W3C Developersw3cdevs@w3c.social
2024-10-14

🆕 The @w3c Privacy #WorkingGroup is now live:

▶️ w3.org/groups/wg/privacy/

Chaired by Christine Runnegar, @npdoty and Peter Snyder, the group's mission is to enhance Web #privacy by advising on standards development and standardizing mechanisms to protect user #privacy

W3C Developersw3cdevs@w3c.social
2024-09-19

The @w3c CSS #WorkingGroup publishes #CSS Grid Layout Module Level 3 as #FPWD
▶️ w3.org/TR/css-grid-3/ #timetogiveinput

This module adds #masonry layout as a new option for CSS Grid containers. In a masonry layout, one axis, typically columns, follows a strict grid, while the other axis lets items shift upward to fill gaps left by shorter items.

We welcome feedback!
github.com/w3c/csswg-drafts/la

A masonry layout example where the first row is items 1, 2, 3, 5, 6, with item 3 slightly taller than the others.
Item 4 spans the first three columns, and is placed just below item 3, while item 7 is tucked under item 5.
W3C Developersw3cdevs@w3c.social
2024-09-12

Newly created @w3c #WorkingGroup: "Linked Web Storage"!

The group's mission is to create #WebApps with loosely coupled data storage, #authentication, and access control by standardizing a #protocol between apps and identity/storage servers.
▶️ w3.org/groups/wg/lws/

The group will deliver the Linked Web Storage Protocol specification, based among other input on the the #Solid Protocol developed by the Solid #CommunityGroup

W3C Developersw3cdevs@w3c.social
2024-09-12

#w3cTPAC
🎬 Watch the @wai Accessibility Guidelines (AG) #WorkingGroup update: youtu.be/18dVD2FeOd4

In this video, the co-chairs Charles (Chuck Adams, @rachael and @alastc notably present #WCAG3 goals, including updating guidelines for new technologies, addressing user needs, providing guidance, defining clear testing, supporting flexible conformance, and emphasizing research.

Slides: w3.org/2024/Talks/TPAC/agwg-up

Snapshot of the "Accessibility Guidelines (AG) Working Group update" slides where Rachael Bradley Montgomery presents the WCAG 3 2025 schedule (first part)
W3C Developersw3cdevs@w3c.social
2024-07-29

The @w3c CSS #WorkingGroup publishes "CSS Scroll snap Module 2" as #FPWD
▶️ w3.org/TR/css-scroll-snap-2/
#timetogiveinput

Scrolling is a natural way to navigate web content, especially on #mobile. This module contains features to control panning and scrolling behavior with “snap positions”, setting precise scroll boundaries, ensuring smooth and accurate scrolling.

Comments are welcome in the #GitHub repo: github.com/w3c/csswg-drafts/la

W3C Developersw3cdevs@w3c.social
2024-07-15

The @w3c SVG #WorkingGroup has been chartered until 30 June 2026 with the mission to maintain the #SVG specification.
▶️ w3.org/2024/04/svg-wg.html

The SVG group will also focus on testing the core SVG spec. to ensure quality and completeness, making necessary changes for better integration with #CSS and #HTML.

No new features or proposals will be introduced; these will be handled by forums like the SVG #CommunityGroup or the Web Incubator #CommunityGroup.
w3.org/community/groups/

SVG
Susan Larson ♀️🏳️‍🌈🏳️‍⚧️🌈Susan_Larson_TN@mastodon.online
2024-06-24

#WorkingGroup of #trans #experts – including #clinicians – finds #CassReport#deeplyflawed’ after indepth review

The report “Critically Appraising the Cass Report: Methodological Flaws and Unsupported Claims”.

#Women #Transgender #LGBTQ #LGBTQIA #UK #Tories #TERFS #NHS #Hate #Bigotry #Violence #Genocide #Discrimination #Transphobia #TERFIsland

thepinknews.com/2024/06/24/cas

W3C Developersw3cdevs@w3c.social
2024-04-25

In the evolving digital landscape, "Identity on the Web" is crucial for online interaction, #privacy and #security.

At the @w3c member meeting in #Hiroshima 🇯🇵, Heather Flanagan, co-chair of the newly created W3C Federated Identity #WorkingGroup discussed challenges in establishing a common understanding of #identity and explored this topic's technological, social, and #ethical dimensions in relation to the W3C’s mission.

▶️ w3.org/groups/wg/fedid/
🎬 Watch the video: youtu.be/GI3UTZJ0Ue4

Snapshot of one slide of Heather Flanagan's presentation at the W3C member meeting in April 2024.
Slide title: Identity & the W3C
Slide body: The W3C oversees best practices, concerning user experience, safeguarding both users and the websites they engage with by facilitating the alignment of appropriate user identities with the requirements of each website.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst