|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1514079 — _2025-09-11T04:31:06.000Z_ |
| 4 | +###### Diff: [`60a842d...fbf125f`](https://github.com/ChromeDevTools/devtools-protocol/compare/60a842d...fbf125f) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Accessibility.pdl:110 @@ experimental domain Accessibility |
| 8 | + # - from 'live' to 'root': attributes which apply to nodes in live regions |
| 9 | + # - from 'autocomplete' to 'valuetext': attributes which apply to widgets |
| 10 | + # - from 'checked' to 'selected': states which apply to widgets |
| 11 | +- # - from 'activedescendant' to 'owns' - relationships between elements other than parent/child/sibling. |
| 12 | ++ # - from 'activedescendant' to 'owns': relationships between elements other than parent/child/sibling |
| 13 | ++ # - from 'activeFullscreenElement' to 'uninteresting': reasons why this noode is hidden |
| 14 | + type AXPropertyName extends string |
| 15 | + enum |
| 16 | + actions |
| 17 | +@@ -154,6 +155,25 @@ experimental domain Accessibility |
| 18 | + labelledby |
| 19 | + owns |
| 20 | + url |
| 21 | ++ # LINT.IfChange(AXIgnoredReason) |
| 22 | ++ activeFullscreenElement |
| 23 | ++ activeModalDialog |
| 24 | ++ activeAriaModalDialog |
| 25 | ++ ariaHiddenElement |
| 26 | ++ ariaHiddenSubtree |
| 27 | ++ emptyAlt |
| 28 | ++ emptyText |
| 29 | ++ inertElement |
| 30 | ++ inertSubtree |
| 31 | ++ labelContainer |
| 32 | ++ labelFor |
| 33 | ++ notRendered |
| 34 | ++ notVisible |
| 35 | ++ presentationalRole |
| 36 | ++ probablyPresentational |
| 37 | ++ inactiveCarouselTabContent |
| 38 | ++ uninteresting |
| 39 | ++ # LINT.ThenChange(//third_party/blink/renderer/modules/accessibility/ax_enums.cc:AXIgnoredReason) |
| 40 | + |
| 41 | + # A node in the accessibility tree. |
| 42 | + type AXNode extends object |
| 43 | +diff --git a/pdl/domains/DOM.pdl b/pdl/domains/DOM.pdl |
| 44 | +index 5a16c329..71a50b6f 100644 |
| 45 | +--- a/pdl/domains/DOM.pdl |
| 46 | ++++ b/pdl/domains/DOM.pdl |
| 47 | +@@ -177,6 +177,7 @@ domain DOM |
| 48 | + optional CompatibilityMode compatibilityMode |
| 49 | + optional BackendNode assignedSlot |
| 50 | + experimental optional boolean isScrollable |
| 51 | ++ experimental optional boolean affectedByStartingStyles |
| 52 | + |
| 53 | + # A structure to hold the top-level node of a detached tree and an array of its retained descendants. |
| 54 | + type DetachedElementInfo extends object |
| 55 | +@@ -898,6 +899,14 @@ domain DOM |
| 56 | + # If the node is scrollable. |
| 57 | + boolean isScrollable |
| 58 | + |
| 59 | ++ # Fired when a node's starting styles changes. |
| 60 | ++ experimental event affectedByStartingStylesFlagUpdated |
| 61 | ++ parameters |
| 62 | ++ # The id of the node. |
| 63 | ++ DOM.NodeId nodeId |
| 64 | ++ # If the node has starting styles. |
| 65 | ++ boolean affectedByStartingStyles |
| 66 | ++ |
| 67 | + # Called when a pseudo element is removed from an element. |
| 68 | + experimental event pseudoElementRemoved |
| 69 | + parameters |
| 70 | +``` |
| 71 | + |
3 | 72 | ## Roll protocol to r1512837 — _2025-09-09T04:31:23.000Z_ |
4 | | -###### Diff: [`f2eea64...7729820`](https://github.com/ChromeDevTools/devtools-protocol/compare/f2eea64...7729820) |
| 73 | +###### Diff: [`f2eea64...60a842d`](https://github.com/ChromeDevTools/devtools-protocol/compare/f2eea64...60a842d) |
5 | 74 |
|
6 | 75 | ```diff |
7 | 76 | @@ domains/Preload.pdl:40 @@ experimental domain Preload |
@@ -41926,24 +41995,4 @@ index d4102f5c..6285d9b6 100644 |
41926 | 41995 | returns |
41927 | 41996 | # Array of cookie objects. |
41928 | 41997 | array of Cookie cookies |
41929 | | -``` |
41930 | | - |
41931 | | -## Roll protocol to r1087487 — _2022-12-29T04:28:09.000Z_ |
41932 | | -###### Diff: [`56c97c0...1e60c0d`](https://github.com/ChromeDevTools/devtools-protocol/compare/56c97c0...1e60c0d) |
41933 | | - |
41934 | | -```diff |
41935 | | -@@ js_protocol.pdl:1402 @@ domain Runtime |
41936 | | - optional string objectGroup |
41937 | | - # Whether to throw an exception if side effect cannot be ruled out during evaluation. |
41938 | | - experimental optional boolean throwOnSideEffect |
41939 | | -+ # An alternative way to specify the execution context to call function on. |
41940 | | -+ # Compared to contextId that may be reused across processes, this is guaranteed to be |
41941 | | -+ # system-unique, so it can be used to prevent accidental function call |
41942 | | -+ # in context different than intended (e.g. as a result of navigation across process |
41943 | | -+ # boundaries). |
41944 | | -+ # This is mutually exclusive with `executionContextId`. |
41945 | | -+ experimental optional string uniqueContextId |
41946 | | - # Whether the result should contain `webDriverValue`, serialized according to |
41947 | | - # https://w3c.github.io/webdriver-bidi. This is mutually exclusive with `returnByValue`, but |
41948 | | - # resulting `objectId` is still provided. |
41949 | 41998 | ``` |
0 commit comments