From 83a6ce4977c75221a0f0f592006b6b04d2e765e0 Mon Sep 17 00:00:00 2001 From: Estelle Weyl Date: Wed, 6 Nov 2024 12:30:44 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Chris Mills --- files/en-us/glossary/baseline/typography/index.md | 6 +++--- files/en-us/web/css/css_inline_layout/index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/en-us/glossary/baseline/typography/index.md b/files/en-us/glossary/baseline/typography/index.md index 1ddc8388eff795f..f7387b5bae6749b 100644 --- a/files/en-us/glossary/baseline/typography/index.md +++ b/files/en-us/glossary/baseline/typography/index.md @@ -6,11 +6,11 @@ page-type: glossary-definition {{GlossarySidebar}} -A **baseline** is an imaginary line along the inline axis of a line box along which individual glyphs of text are aligned. Baselines guide the design of glyphs in a font and they guide the alignment of glyphs from different fonts or font sizes when typesetting. +A **baseline** is an imaginary line along the inline axis of a line box along which individual glyphs of text are aligned. Baselines guide the design of glyphs in a font and the alignment of glyphs from different fonts or font sizes when typesetting. -The alphabetic baseline is value of the CSS `baseline` keyword. The bottom of most alphabetic glyphs typically align with the alphabetic baseline; most characters of a font in European and West Asian typography rest _on top_ of the "alphabetic" baseline. +The **alphabetic baseline** is the value of the CSS `baseline` keyword. The bottom of most alphabetic glyphs typically align with the alphabetic baseline; most characters of European and West Asian fonts rest _on top_ of the alphabetic baseline. -Different writing systems have different baselines. For example, Tibetan and similar unicameral scripts with a strong but not absolute top edge are aligned to the bottom of a "hanging" baseline. East Asian scripts have no baseline; each glyph sits in a square box, with neither ascenders nor descenders. When mixed with scripts with a low baseline, East Asian characters should be set so that the bottom of the character is between the baseline and the descender height. +Other writing systems have different baselines. For example, Tibetan and similar unicameral scripts with a strong but not absolute top edge are aligned to the bottom of a "hanging" baseline. East Asian scripts have no baseline; each glyph sits in a square box, with neither ascenders nor descenders. When mixed with scripts with a low baseline, East Asian characters should be set so that the bottom of the character is between the baseline and the descender height. ## See also diff --git a/files/en-us/web/css/css_inline_layout/index.md b/files/en-us/web/css/css_inline_layout/index.md index fdfb0764a8e6b01..b96a74f5f7bde28 100644 --- a/files/en-us/web/css/css_inline_layout/index.md +++ b/files/en-us/web/css/css_inline_layout/index.md @@ -7,7 +7,7 @@ spec-urls: https://drafts.csswg.org/css-inline {{CSSRef}} -The **CSS inline layout** module defines the block-axis alignment and sizing of inline-level content, and adds a special layout mode for drop-caps. It describes the CSS formatting model for a flow of elements and text inside of a container to be wrapped into lines. +The **CSS inline layout** module defines the block-axis alignment and sizing of inline-level content and adds a special layout mode for drop-caps. It describes the CSS formatting model for a flow of elements and text inside a container to be wrapped across multiple lines. ## Reference