- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Mar 2011 01:24:39 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes In directory hutz:/tmp/cvs-serv16525 Modified Files: Overview.html Overview.src.html Log Message: Add VHEA table to ascend descent OT note for vertical text Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v retrieving revision 1.82 retrieving revision 1.83 diff -u -d -r1.82 -r1.83 --- Overview.html 2 Mar 2011 00:17:35 -0000 1.82 +++ Overview.html 2 Mar 2011 01:24:37 -0000 1.83 @@ -1182,9 +1182,10 @@ font's OS/2 table. These should match the <var>idtp</var> and <var>ideo</var> baselines (respectively), which, if present, may be used instead. In the absence of these metrics, the <var>Ascent</var> and - <var>Descent</var> metrics from the HHEA table should be used. The Win - metrics can be used as a fallback; however these are intended as clipping - bounds and are not always appropriate for use as em box measurements. + <var>Descent</var> metrics from the HHEA/VHEA table should be used. The + Win metrics can be used as a fallback; however these are intended as + clipping bounds and are not always appropriate for use as em box + measurements. <h3 id=replaced-baselines><span class=secno>4.3. </span> Atomic Inline Baselines</h3> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v retrieving revision 1.86 retrieving revision 1.87 diff -u -d -r1.86 -r1.87 --- Overview.src.html 2 Mar 2011 00:17:35 -0000 1.86 +++ Overview.src.html 2 Mar 2011 01:24:37 -0000 1.87 @@ -848,7 +848,7 @@ font's OS/2 table. These should match the <var>idtp</var> and <var>ideo</var> baselines (respectively), which, if present, may be used instead. In the absence of these metrics, the <var>Ascent</var> and <var>Descent</var> - metrics from the HHEA table should be used. The Win metrics can be + metrics from the HHEA/VHEA table should be used. The Win metrics can be used as a fallback; however these are intended as clipping bounds and are not always appropriate for use as em box measurements.</em>
Received on Wednesday, 2 March 2011 01:24:40 UTC