diff options
author | Marina Latini <marina@studiostorti.com> | 2017-12-01 10:01:27 +0100 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-12-01 17:38:54 +0100 |
commit | dccfe8765c25caf8485e659711a6df6c43ed63a9 (patch) | |
tree | 798080a71bfe187d0bdeff0f0e9a525aa854d70a /sd/xml/layoutlist.xml | |
parent | be40df24b26827057e5303b612196a3ded84bebd (diff) |
tdf#101014 Keyboard navigation between textboxes
The tab sequence in layouts AUTOLAYOUT_TITLE_4CONTENT and
AUTOLAYOUT_TITLE_6CONTENT has been modified from left to right on each
line for a better a11y
Change-Id: I92379358860d6866414ceda430a9bd90b63e2743
Reviewed-on: https://gerrit.libreoffice.org/45638
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sd/xml/layoutlist.xml')
-rw-r--r-- | sd/xml/layoutlist.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/xml/layoutlist.xml b/sd/xml/layoutlist.xml index c458b11507b0..a7b12821b999 100644 --- a/sd/xml/layoutlist.xml +++ b/sd/xml/layoutlist.xml @@ -31,8 +31,8 @@ <presobj kind="PRESOBJ_TITLE" relative-height="1" relative-width="1" relative-posX="0" relative-posY="0"/> <presobj kind="PRESOBJ_OUTLINE1" relative-height="0.477" relative-width="0.488" relative-posX="0" relative-posY="0"/> <presobj kind="PRESOBJ_OUTLINE2" relative-height="0.477" relative-width="0.488" relative-posX="1.05" relative-posY="0"/> - <presobj kind="PRESOBJ_OUTLINE3" relative-height="0.477" relative-width="0.488" relative-posX="1.05" relative-posY="1.095"/> - <presobj kind="PRESOBJ_OUTLINE4" relative-height="0.477" relative-width="0.488" relative-posX="0" relative-posY="1.095"/> + <presobj kind="PRESOBJ_OUTLINE3" relative-height="0.477" relative-width="0.488" relative-posX="0" relative-posY="1.095"/> + <presobj kind="PRESOBJ_OUTLINE4" relative-height="0.477" relative-width="0.488" relative-posX="1.05" relative-posY="1.095"/> </layout> <layout type="AUTOLAYOUT_ONLY_TEXT"> <presobj kind="PRESOBJ_OUTLINE1" relative-height="4.6354" relative-width="1" relative-posX="0" relative-posY="0"/> @@ -45,9 +45,9 @@ <presobj kind="PRESOBJ_OUTLINE1" relative-height="0.477" relative-width="0.322" relative-posX="0" relative-posY="0"/> <presobj kind="PRESOBJ_OUTLINE2" relative-height="0.477" relative-width="0.322" relative-posX="1.05" relative-posY="0"/> <presobj kind="PRESOBJ_OUTLINE3" relative-height="0.477" relative-width="0.322" relative-posX="2.10" relative-posY="0"/> - <presobj kind="PRESOBJ_OUTLINE4" relative-height="0.477" relative-width="0.322" relative-posX="2.10" relative-posY="1.095"/> + <presobj kind="PRESOBJ_OUTLINE4" relative-height="0.477" relative-width="0.322" relative-posX="0" relative-posY="1.095"/> <presobj kind="PRESOBJ_OUTLINE5" relative-height="0.477" relative-width="0.322" relative-posX="1.05" relative-posY="1.095"/> - <presobj kind="PRESOBJ_OUTLINE6" relative-height="0.477" relative-width="0.322" relative-posX="0" relative-posY="1.095"/> + <presobj kind="PRESOBJ_OUTLINE6" relative-height="0.477" relative-width="0.322" relative-posX="2.10" relative-posY="1.095"/> </layout> <layout type="AUTOLAYOUT_START"> <presobj kind="PRESOBJ_TITLE" relative-height="1" relative-width="1" relative-posX="0" relative-posY="0"/> |