Commit f32d2098 authored by Paul Irish's avatar Paul Irish Committed by Commit Bot

DevTools Protocol: Apply minor editorial fixes

Change-Id: I8005904bdc042ad4ac709edcc371256a075cde1b
Reviewed-on: https://chromium-review.googlesource.com/c/1393427Reviewed-by: default avatarDmitry Gozman <dgozman@chromium.org>
Commit-Queue: Paul Irish <paulirish@chromium.org>
Cr-Commit-Position: refs/heads/master@{#619716}
parent e2b6b4d1
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
# #
# Contribuging to Chrome DevTools Protocol: https://docs.google.com/document/d/1c-COD2kaK__5iMM5SEx-PzNA7HFmgttcYfOHHX0HaOM/edit?usp=sharing # Contributing to Chrome DevTools Protocol: https://docs.google.com/document/d/1c-COD2kaK__5iMM5SEx-PzNA7HFmgttcYfOHHX0HaOM/edit?usp=sharing
version version
major 1 major 1
...@@ -107,11 +107,12 @@ experimental domain Accessibility ...@@ -107,11 +107,12 @@ experimental domain Accessibility
# The sources which contributed to the computation of this property. # The sources which contributed to the computation of this property.
optional array of AXValueSource sources optional array of AXValueSource sources
# Values of AXProperty name: from 'busy' to 'roledescription' - states which apply to every AX # Values of AXProperty name:
# node, from 'live' to 'root' - attributes which apply to nodes in live regions, from # - from 'busy' to 'roledescription': states which apply to every AX node
# 'autocomplete' to 'valuetext' - attributes which apply to widgets, from 'checked' to 'selected' # - from 'live' to 'root': attributes which apply to nodes in live regions
# - states which apply to widgets, from 'activedescendant' to 'owns' - relationships between # - from 'autocomplete' to 'valuetext': attributes which apply to widgets
# elements other than parent/child/sibling. # - from 'checked' to 'selected': states which apply to widgets
# - from 'activedescendant' to 'owns' - relationships between elements other than parent/child/sibling.
type AXPropertyName extends string type AXPropertyName extends string
enum enum
busy busy
...@@ -5856,7 +5857,7 @@ experimental domain Storage ...@@ -5856,7 +5857,7 @@ experimental domain Storage
parameters parameters
# Security origin. # Security origin.
string origin string origin
# Comma separated origin names. # Comma separated list of StorageType to clear.
string storageTypes string storageTypes
# Returns usage and quota in bytes. # Returns usage and quota in bytes.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment