Chapter 6 Flashcards
What is Adobe indesign product?
Adobe’s InDesign product is one of the industry’s leading software applications used to control the flow of content for print-based publications such as newspapers, magazines and books
What is CSS regions?
CSS Regions, also called content containers, are the elements in the HTML document that content can flow through
What is:
Content source
named flow
flow-from
HTML element that will hold the text or content to be displayed is called the content source.
The value for the flow-into property is a name that you would like to use to identify your content, which is called the named flow.
Elements that you want content to flow through should be assigned the flow-from property and must also have the same named flow value.
What is region-fragment property?
The region-fragment property should be used to control the behavior of the last region
region-fragment:break;
What is a overflow property?
the overflow property should be used to control the overflow in coordination with the region-fragment property.
overflow:visible;
What is multi-column layout?
Multi-column layout is an easy way to format content into multiple columns with very little markup and works well with large amounts of text that you want to flow into the display similar to a newspaper or magazine.
What property is inserted to have multi-column?
column-count:3; the text will breakup into three columns.
What is CSS3 hyphenation?
Hyphenation can be used to improve the layout of text by automatically calculating and adding a hyphen to words that will not fit within an area on the page. Hyphenation of text is controlled using the CSS3 hyphens property.
What are the values for hyphens?
auto
none
manual
What is css exclusions?
CSS exclusions can be used to force text to wrap around or inside of shapes and images. Figure 6.7 below is a great example of CSS Exclusions and Shapes
-ms-wrap-flow?
Gets or sets a value that specifies how exclusions impact inline content within block-level elements.
-ms-wrap-margin
Gets or sets a value that is used to offset the inner wrap shape from other shapes.
-ms-wrap-through
The -ms-wrap-through property is used to set how the content should wrap around the excluded element