From 22861fdf13e97327512f16ee39086f7f76b2cdb1 Mon Sep 17 00:00:00 2001 From: Sebastian Zartner Date: Sun, 5 Oct 2025 02:06:08 +0200 Subject: [PATCH] [compositing-1][compositing-2] Added "Module" to spec title --- compositing-1/Overview.bs | 8 ++++---- compositing-2/Overview.bs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/compositing-1/Overview.bs b/compositing-1/Overview.bs index b66c549..adc8fde 100644 --- a/compositing-1/Overview.bs +++ b/compositing-1/Overview.bs @@ -1,5 +1,5 @@ -

Compositing and Blending Level 1

+Title: Compositing and Blending Module Level 1
 Status: ED
 Work Status: Refining
 ED: https://drafts.fxtf.org/compositing-1/
@@ -1511,12 +1511,12 @@ In both instances, the result of the group composite is composited onto the land
 
 

Privacy Considerations

- +

No new privacy considerations have been reported on this specification.

- +

Security Considerations

- + It is important that the timing to the blending and compositing operations is independent of the source and destination pixel. Operations must be implemented in such a way that they always take the same amount of time regardless of the pixel values.

diff --git a/compositing-2/Overview.bs b/compositing-2/Overview.bs index a3edebc..bf25591 100644 --- a/compositing-2/Overview.bs +++ b/compositing-2/Overview.bs @@ -1,5 +1,5 @@