New issue
Advanced search Search tips

Issue 693267 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Enumerations for accessibilityFeatures.animationPolicy setting type not specified in docs

Project Member Reported by michae...@chromium.org, Feb 16 2017

Issue description

https://developer.chrome.com/extensions/accessibilityFeatures#property-animationPolicy

chrome.accessibilityFetaures.animationPolicy is a setting of type string, with valid values being from the enum {'allowed', 'once', 'none'}: https://cs.chromium.org/chromium/src/chrome/common/extensions/api/accessibility_features.json?sq=package:chromium&type=cs&q=animationpolicy+file:%5C.json&l=82

Not sure how we make enums show up in the docs.
 
Cc: -dmazz...@chromium.org
Owner: dmazz...@chromium.org
Status: Assigned (was: Untriaged)
We show enums that are specified in the 'types' field of the API; these are under the "value" of a ref'd property.  This is a dark corner of the bindings system that should be changed.

I *think* that if we pull animationPolicy into a type on the API, and then use $ref: animationPolicy in the value of the animationPolicy property, it would all work - but we'd need to test that.

In the mean time, over to dmazzoni for a11y triage.

Sign in to add a comment