diff --git a/changelog.md b/changelog.md index c192d5a790..68b825ad8f 100644 --- a/changelog.md +++ b/changelog.md @@ -114,28230 +114,6 @@ index 861b76ed..13daa510 100644 + ScreenId screenId ``` -## ci: generate after split (#330) — _2025-08-13T10:53:00.000Z_ -###### Diff: [`1e97f0a...1c3e94f`](https://github.com/ChromeDevTools/devtools-protocol/compare/1e97f0a...1c3e94f) - -```diff -@@ browser_protocol.pdl:8 @@ version - major 1 - minor 3 - --experimental domain Accessibility -- depends on DOM -- -- # Unique accessibility node identifier. -- type AXNodeId extends string -- -- # Enum of possible property types. -- type AXValueType extends string -- enum -- boolean -- tristate -- booleanOrUndefined -- idref -- idrefList -- integer -- node -- nodeList -- number -- string -- computedString -- token -- tokenList -- domRelation -- role -- internalRole -- valueUndefined -- -- # Enum of possible property sources. -- type AXValueSourceType extends string -- enum -- attribute -- implicit -- style -- contents -- placeholder -- relatedElement -- -- # Enum of possible native property sources (as a subtype of a particular AXValueSourceType). -- type AXValueNativeSourceType extends string -- enum -- description -- figcaption -- label -- labelfor -- labelwrapped -- legend -- rubyannotation -- tablecaption -- title -- other -- -- # A single source for a computed AX property. -- type AXValueSource extends object -- properties -- # What type of source this is. -- AXValueSourceType type -- # The value of this property source. -- optional AXValue value -- # The name of the relevant attribute, if any. -- optional string attribute -- # The value of the relevant attribute, if any. -- optional AXValue attributeValue -- # Whether this source is superseded by a higher priority source. -- optional boolean superseded -- # The native markup source for this value, e.g. a `