diff --git a/index.html b/index.html index aeba5ee..67d27e6 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,26 @@ Compute Pressure Level 1 -

The Compute Pressure API provides a way for websites to react to changes @@ -183,18 +190,22 @@

Processing Units

Pressure sources

The specification currently defines the valid source types as - global system thermals and the central [=processing unit=], also known as the CPU. + global system thermals and + the central [=processing unit=], also known as the CPU. Future levels of this specification MAY introduce additional [=source types=].

-
-      enum PressureSource { "thermals", "cpu" };
+    
+      enum PressureSource { "cpu" };
+    
+
+      enum PressureSource { "cpu", "thermals" };
     

The PressureSource enum represents the [=valid source types=]: