Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #552 from ckeditor/i/6087
Browse files Browse the repository at this point in the history
Docs: Created the "Deep dive into focus tracking" guide. Closes ckeditor/ckeditor5#6087.
  • Loading branch information
Reinmar authored Apr 7, 2020
2 parents 6cd15de + 6ae88a7 commit d72646e
Show file tree
Hide file tree
Showing 8 changed files with 780 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
778 changes: 778 additions & 0 deletions docs/framework/guides/deep-dive/focus-tracking.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/focuscycler.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ import global from '@ckeditor/ckeditor5-utils/src/dom/global';
* focusPrevious: [ 'arrowup', 'arrowleft' ],
* }
* } );
*
* Check out the {@glink framework/guides/deep-dive/focus-tracking "Deep dive into focus tracking" guide} to learn more.
*/
export default class FocusCycler {
/**
Expand Down

0 comments on commit d72646e

Please sign in to comment.