Skip to content

Commit

Permalink
add note for fixed css position of anchored region for 1st version of…
Browse files Browse the repository at this point in the history
… flyout
  • Loading branch information
Seth Donohue authored and Seth Donohue committed Apr 26, 2021
1 parent ef643ee commit 7e0fe97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/flyout/flyout.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Keyboard and navigation will follow the same rules as Dialog per the [W3C Specif
The component visuals should change when in RTL scenarios as the component is positioned relative to its target.

### Dependencies
This component should be positioned using [anchored region](../packages/web-components/fast-foundation/src/anchored-region/anchored-region.spec.md).
This component should be positioned using [anchored region](../packages/web-components/fast-foundation/src/anchored-region/anchored-region.spec.md). The css positioning of Anchored Region will begin as "fixed" for this first version of the Flyout, so that the Flyout will break out of its parent containers more easily and act more like a document level popup/flyout.

## Resources
[W3C Specification](https://w3c.github.io/aria-practices/#dialog_modal)
Expand Down

0 comments on commit 7e0fe97

Please sign in to comment.