From a963fd1c6024b9fbd69a876e8fb9c0bd4fe8450b Mon Sep 17 00:00:00 2001 From: Marius Ileana Date: Wed, 25 Jan 2017 15:10:42 +0200 Subject: [PATCH] Review of docs/spec/layout/demo/top.md (#4710) Small review corrections. --- docs/spec/layout/demo/top.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/spec/layout/demo/top.md b/docs/spec/layout/demo/top.md index 727c547619..ed14667024 100644 --- a/docs/spec/layout/demo/top.md +++ b/docs/spec/layout/demo/top.md @@ -14,9 +14,12 @@ title: ## en-US -The first and second level nav are both at the top. +The first and second level nav are both on the top. -A top-bottom structure of page layouts is used to top navigation. Generally, the mainnav is placed at the top of the page, and put log, the first level navigation, secondary menu(users, settings, notifications) from left to right in it. We always put contents in a fixed size navigation.( eg: `1200px`), the layout of the whole page is stable, it's not affected by viewing enviroment,; Top-bottom structure is conform to top-bottom viewing habit, it's a classical navigation pattern of websites. This pattern will bring demonstration efficiency up of the mian workarea, but it will also occupie some vertical spaces. And, because the horizontal space of the navigation is limited, this pattern is not suitable for the first level navigation which has too much information. +A top-bottom structure of page layouts is used for top navigation. Generally, the mainnav is placed at the top of the page, and includes the logo, the first level navigation, and the secondary menu (users, settings, notifications) from left to right in it. +We always put contents in a fixed size navigation (eg: `1200px`), the layout of the whole page is stable, it's not affected by viewing area. + +Top-bottom structure is conform with the top-bottom viewing habit, it's a classical navigation pattern of websites. This pattern demonstrates efficiency in the main workarea, while using some vertical space. And because the horizontal space of the navigation is limited, this pattern is not suitable for cases when the first level navigation contains many elements or links. > `` This is for demo, don't need to copy.