|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1627472 — _2026-05-08T05:18:19.000Z_ |
| 4 | +###### Diff: [`6e7b094...d1c3afc`](https://github.com/ChromeDevTools/devtools-protocol/compare/6e7b094...d1c3afc) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/CSS.pdl:338 @@ experimental domain CSS |
| 8 | + experimental type CSSContainerQuery extends object |
| 9 | + properties |
| 10 | + # Container query text. |
| 11 | +- string text |
| 12 | ++ # Contains the query part without the container name for a single query. |
| 13 | ++ # Deprecated in favor of conditionText which contains the full prelude |
| 14 | ++ # after @container. |
| 15 | ++ deprecated string text |
| 16 | + # The associated rule header range in the enclosing stylesheet (if |
| 17 | + # available). |
| 18 | + optional SourceRange range |
| 19 | +@@ -354,6 +357,8 @@ experimental domain CSS |
| 20 | + optional boolean queriesScrollState |
| 21 | + # true if the query contains anchored() queries. |
| 22 | + optional boolean queriesAnchored |
| 23 | ++ # CSSContainerRule.conditionText |
| 24 | ++ string conditionText |
| 25 | + |
| 26 | + # CSS Supports at-rule descriptor. |
| 27 | + experimental type CSSSupports extends object |
| 28 | +@@ -927,7 +932,17 @@ experimental domain CSS |
| 29 | + CSSMedia media |
| 30 | + |
| 31 | + # Modifies the expression of a container query. |
| 32 | +- experimental command setContainerQueryText |
| 33 | ++ # Deprecated. Use setContainerQueryConditionText instead. |
| 34 | ++ experimental deprecated command setContainerQueryText |
| 35 | ++ parameters |
| 36 | ++ DOM.StyleSheetId styleSheetId |
| 37 | ++ SourceRange range |
| 38 | ++ string text |
| 39 | ++ returns |
| 40 | ++ # The resulting CSS container query rule after modification. |
| 41 | ++ CSSContainerQuery containerQuery |
| 42 | ++ |
| 43 | ++ experimental command setContainerQueryConditionText |
| 44 | + parameters |
| 45 | + DOM.StyleSheetId styleSheetId |
| 46 | + SourceRange range |
| 47 | +``` |
| 48 | + |
3 | 49 | ## Roll protocol to r1625959 — _2026-05-06T05:34:33.000Z_ |
4 | | -###### Diff: [`8feb4e1...1f60c69`](https://github.com/ChromeDevTools/devtools-protocol/compare/8feb4e1...1f60c69) |
| 50 | +###### Diff: [`8feb4e1...6e7b094`](https://github.com/ChromeDevTools/devtools-protocol/compare/8feb4e1...6e7b094) |
5 | 51 |
|
6 | 52 | ```diff |
7 | 53 | @@ domains/CSS.pdl:523 @@ experimental domain CSS |
@@ -42900,28 +42946,4 @@ index 4754f17c..8dad9c98 100644 |
42900 | 42946 |
|
42901 | 42947 | # Sets a list of content encodings that will be accepted. Empty list means no encoding is accepted. |
42902 | 42948 | experimental command setAcceptedEncodings |
42903 | | -``` |
42904 | | - |
42905 | | -## Roll protocol to r1168520 — _2023-07-11T04:28:09.000Z_ |
42906 | | -###### Diff: [`8b56da5...863ba3f`](https://github.com/ChromeDevTools/devtools-protocol/compare/8b56da5...863ba3f) |
42907 | | - |
42908 | | -```diff |
42909 | | -@@ browser_protocol.pdl:697 @@ experimental domain Audits |
42910 | | - InvalidRegisterOsTriggerHeader |
42911 | | - WebAndOsHeaders |
42912 | | - NoWebOrOsSupport |
42913 | | -+ NavigationRegistrationWithoutTransientUserActivation |
42914 | | - |
42915 | | - # Details for issues around "Attribution Reporting API" usage. |
42916 | | - # Explainer: https://github.com/WICG/attribution-reporting-api |
42917 | | -@@ -4586,6 +4587,9 @@ domain Input |
42918 | | - # Time at which the event occurred. |
42919 | | - optional TimeSinceEpoch timestamp |
42920 | | - |
42921 | | -+ # Cancels any active dragging in the page. |
42922 | | -+ command cancelDragging |
42923 | | -+ |
42924 | | - # Emulates touch event from the mouse event parameters. |
42925 | | - experimental command emulateTouchFromMouseEvent |
42926 | | - parameters |
42927 | 42949 | ``` |
0 commit comments