Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.9] [Resolver] aria-level and aria-flowto support enhancements (#71887) #71953

Merged
merged 1 commit into from
Jul 16, 2020

Commits on Jul 15, 2020

  1. [Resolver] aria-level and aria-flowto support enhancements (elastic#7…

    …1887)
    
    * `IndexedProcessTree` now owns the concern of defining the order of siblings
    * `IsometricTaxiLayout` now owns the concept of `ariaLevels`
    * added `datetime` method to `process_event` model which returns a time in ms since unix epoch for the event
    * renamed some resolver selectors
    * added resolver selector: `ariaLevel`
    * added 'data' selector: `followingSibling` (used for aria-flowto)
    * added resolver selector `ariaFlowtoNodeID` which takes a nodeID, and returns its following sibling's node id (if that sibling is visible.) By only returning visible siblings, we ensure that `aria-flowto` will point to an html ID that is in the dom.
    Robert Austin committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    916545b View commit details
    Browse the repository at this point in the history