From 5d6c6308c7777f7de0b657f03f257723369c4b58 Mon Sep 17 00:00:00 2001 From: devtools-bot <24444246+devtools-bot@users.noreply.github.com> Date: Thu, 6 Feb 2020 09:21:10 -0800 Subject: [PATCH] Updates --- _data/tot/protocol.json | 2 +- _versions/tot.html | 2 +- search_index/tot.json | 2 +- service-worker.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/tot/protocol.json b/_data/tot/protocol.json index f346d0aadf..383b25b380 100644 --- a/_data/tot/protocol.json +++ b/_data/tot/protocol.json @@ -1 +1 @@ -{"domains":[{"domain":"Accessibility","experimental":true,"dependencies":["DOM"],"types":[{"id":"AXNodeId","description":"Unique accessibility node identifier.","type":"string"},{"id":"AXValueType","description":"Enum of possible property types.","type":"string","enum":["boolean","tristate","booleanOrUndefined","idref","idrefList","integer","node","nodeList","number","string","computedString","token","tokenList","domRelation","role","internalRole","valueUndefined"]},{"id":"AXValueSourceType","description":"Enum of possible property sources.","type":"string","enum":["attribute","implicit","style","contents","placeholder","relatedElement"]},{"id":"AXValueNativeSourceType","description":"Enum of possible native property sources (as a subtype of a particular AXValueSourceType).","type":"string","enum":["figcaption","label","labelfor","labelwrapped","legend","tablecaption","title","other"]},{"id":"AXValueSource","description":"A single source for a computed AX property.","type":"object","properties":[{"name":"type","description":"What type of source this is.","$ref":"AXValueSourceType"},{"name":"value","description":"The value of this property source.","optional":true,"$ref":"AXValue"},{"name":"attribute","description":"The name of the relevant attribute, if any.","optional":true,"type":"string"},{"name":"attributeValue","description":"The value of the relevant attribute, if any.","optional":true,"$ref":"AXValue"},{"name":"superseded","description":"Whether this source is superseded by a higher priority source.","optional":true,"type":"boolean"},{"name":"nativeSource","description":"The native markup source for this value, e.g. a