Skip to content

Commit 7a898e5

Browse files
committed
Switch everything over to using lt= rather than title=.
1 parent 82ab74e commit 7a898e5

File tree

37 files changed

+978
-1229
lines changed

37 files changed

+978
-1229
lines changed

css-align/Overview.bs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,9 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
494494
The <a>alignment container</a> is the <a>grid container</a>’s content box.
495495
The <a>alignment subjects</a> are the <a>grid tracks</a>.
496496

497-
The 'align-content' property applies along the <a title="block axis">block (column) axis</a>,
497+
The 'align-content' property applies along the <a lt="block axis">block (column) axis</a>,
498498
aligning the <a>grid rows</a>.
499-
The 'justify-content' property applies along the <a title="inline axis">inline (row) axis</a>,
499+
The 'justify-content' property applies along the <a lt="inline axis">inline (row) axis</a>,
500500
aligning the <a>grid columns</a>.
501501

502502
See [[!CSS3-GRID-LAYOUT]] for details.
@@ -509,9 +509,9 @@ Baseline Content-Alignment</h3>
509509
can be baseline-aligned to each other.
510510
This effectively increases the padding on the box
511511
to align the <a>alignment baseline</a> of its contents
512-
with that of other baseline-aligned boxes in its <a title="baseline-sharing group">group</a>.
512+
with that of other baseline-aligned boxes in its <a lt="baseline-sharing group">group</a>.
513513

514-
The set of boxes that participate in <dfn export title="baseline content-alignment|first-baseline content-alignment|last-baseline content-alignment">baseline content-alignment</dfn>
514+
The set of boxes that participate in <dfn export lt="baseline content-alignment|first-baseline content-alignment|last-baseline content-alignment">baseline content-alignment</dfn>
515515
depends on the layout model:
516516

517517
<dl>
@@ -777,9 +777,9 @@ Baseline Self-Alignment</h3>
777777
can be baseline-aligned to each other.
778778
This effectively increases the margins on the box
779779
to align its <a>alignment baseline</a>
780-
with other baseline-aligned boxes in its <a title="baseline-sharing group">group</a>.
780+
with other baseline-aligned boxes in its <a lt="baseline-sharing group">group</a>.
781781

782-
The set of boxes that participate in <dfn export title="baseline self-alignment|first-baseline self-alignment|last-baseline self-alignment">baseline self-alignment</dfn>
782+
The set of boxes that participate in <dfn export lt="baseline self-alignment|first-baseline self-alignment|last-baseline self-alignment">baseline self-alignment</dfn>
783783
depends on the layout model:
784784

785785
<dl>
@@ -901,7 +901,7 @@ Baseline Alignment Details</h2>
901901
<h3 id='baseline-export'>
902902
Determining the Baseline of a Box</h2>
903903

904-
The <dfn export title="first baselines|baselines of a box">first baselines</dfn> (and <dfn export>last baselines</dfn>) of a box
904+
The <dfn export lt="first baselines|baselines of a box">first baselines</dfn> (and <dfn export>last baselines</dfn>) of a box
905905
for a given axis
906906
are a set of baselines (alphabetic, central, etc.)
907907
nominally associated with the first (last) line of text within the box.
@@ -975,11 +975,11 @@ Determining the Baseline of a Box</h2>
975975
See <a href="http://www.w3.org/TR/css3-grid-layout/#grid-baselines">Grid Baselines</a> in [[!CSS3-GRID-LAYOUT]].
976976
</dl>
977977

978-
To <dfn local-title=generate|generated>generate baselines</dfn> for a box from a single baseline,
978+
To <dfn local-lt=generate|generated>generate baselines</dfn> for a box from a single baseline,
979979
use the baseline table from the font settings and <a>first available font</a> of that box,
980980
and align that baseline set to the given single baseline.
981981

982-
To <dfn local-title=synthesize|synthesized>synthesize baselines</dfn> from a rectangle (or two parallel lines),
982+
To <dfn local-lt=synthesize|synthesized>synthesize baselines</dfn> from a rectangle (or two parallel lines),
983983
synthesize the alphabetic baseline from the lower line
984984
and the central baseline by averaging the positions of the upper and lower lines.
985985

@@ -1003,7 +1003,7 @@ Baseline Alignment Terminology</h3>
10031003
(in other words, the baselines that want to align are on the same side of the alignment context).
10041004
</ul>
10051005

1006-
Boxes <dfn title="shared alignment context|alignment context">share an alignment context</dfn> along a particular axis when they are:
1006+
Boxes <dfn lt="shared alignment context|alignment context">share an alignment context</dfn> along a particular axis when they are:
10071007

10081008
<ul>
10091009
<li>table cells in the same row, along the table's row (inline) axis
@@ -1017,7 +1017,7 @@ Baseline Alignment Terminology</h3>
10171017
using their <dfn>alignment baseline</dfn>.
10181018
This is the dominant baseline associated with
10191019
the box that generates their <a>shared alignment context</a>
1020-
on the first (last, for ''last-baseline'' alignment) <a title="first formatted line">formatted line</a>.
1020+
on the first (last, for ''last-baseline'' alignment) <a lt="first formatted line">formatted line</a>.
10211021
For example, in horizontal writing modes,
10221022
specifying ''align-content: baseline'' on table cells in the same row
10231023
will align the alphabetic baselines of their <a>first formatted lines</a>.

css-cascade/Overview.bs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Date: 2013-10-03
2222
<h2 id="intro">
2323
Introduction</h2>
2424

25-
One of the fundamental design principles of CSS is <i title="cascade">cascading</i>,
25+
One of the fundamental design principles of CSS is <i lt="cascade">cascading</i>,
2626
which allows several style sheets to influence the presentation of a document.
2727
When different declarations try to set a value for the same element/property combination,
2828
the conflicts must somehow be resolved.
@@ -127,9 +127,9 @@ Content-Type of CSS Style Sheets</h3>
127127
<h2 id='shorthand'>
128128
Shorthand Properties</h2>
129129

130-
Some properties are <dfn export title="shorthand property | shorthand">shorthand properties</dfn>,
130+
Some properties are <dfn export lt="shorthand property | shorthand">shorthand properties</dfn>,
131131
meaning that they allow authors to specify the values of several properties with a single property.
132-
A <i>shorthand property</i> sets all of its <dfn export title="longhand | longhand property | sub-property">longhand sub-properties</dfn>,
132+
A <i>shorthand property</i> sets all of its <dfn export lt="longhand | longhand property | sub-property">longhand sub-properties</dfn>,
133133
exactly as if expanded in place.
134134

135135
<div class='example'>
@@ -157,7 +157,7 @@ h1 {
157157
each “missing” <i>sub-property</i> is assigned its <i>initial value</i>.
158158

159159
<div class='note'>
160-
This means that a <i>shorthand</i> property declaration always sets <em title=''>all</em> of its <i>sub-properties</i>,
160+
This means that a <i>shorthand</i> property declaration always sets <em>all</em> of its <i>sub-properties</i>,
161161
even those that are not explicitly set.
162162
Carelessly used, this might result in inadvertently resetting some <i>sub-properties</i>.
163163
Carefully used, a <i>shorthand</i> can guarantee a “blank slate”
@@ -214,7 +214,7 @@ Resetting All Properties: the ''all'' property</h3>
214214
<td>See individual properties
215215
</table>
216216

217-
The ''all'' property is a <i>shorthand</i> that resets <em title=''>all</em> CSS properties
217+
The ''all'' property is a <i>shorthand</i> that resets <em>all</em> CSS properties
218218
except 'direction' and 'unicode-bidi'.
219219
It only accepts the <a href="http://www.w3.org/TR/css3-values/#common-keywords">CSS-wide keywords</a>.
220220

@@ -391,7 +391,7 @@ Actual Values</h3>
391391
A <i>used value</i> is in principle ready to be used,
392392
but a user agent may not be able to make use of the value in a given environment.
393393
For example, a user agent may only be able to render borders with integer pixel widths
394-
and may therefore have to approximate the <i title="used value">used</i> width.
394+
and may therefore have to approximate the <i lt="used value">used</i> width.
395395
Also, the font size of an element may need adjustment based on the availability of fonts
396396
or the value of the 'font-size-adjust' property.
397397
The <dfn export>actual value</dfn> is the used value after any such adjustments have been made.
@@ -571,7 +571,7 @@ Cascading</h2>
571571
<dt id='cascade-origin'>Origin and Importance
572572
<dd>
573573
The <i>origin</i> of a declaration is based on where it comes from
574-
and its <i title="important">importance</i> is whether or not it is declared ''!important'' (see below).
574+
and its <i lt="important">importance</i> is whether or not it is declared ''!important'' (see below).
575575
The precedence of the various <i>origins</i> is, in descending order:
576576

577577
<ol>
@@ -633,7 +633,7 @@ Cascading</h2>
633633
For this purpose:
634634

635635
<ul>
636-
<li>Declarations from <a at-rule title="@import">imported style sheets</a>
636+
<li>Declarations from <a at-rule lt="@import">imported style sheets</a>
637637
are ordered as if their style sheets were substituted in place of the ''@import'' rule.
638638
<li>Declarations from style sheets independently linked by the originating document
639639
are treated as if they were concatenated in linking order,
@@ -797,7 +797,7 @@ Inheritance</h3>
797797

798798
(Pseudo-elements inherit according to a fictional tag sequence described for each pseudo-element [[!SELECT]].)
799799

800-
Some properties are <dfn export title="inherited property">inherited properties</dfn>,
800+
Some properties are <dfn export lt="inherited property">inherited properties</dfn>,
801801
as defined in their property definition table.
802802
This means that,
803803
unless the cascade results in a value,
@@ -826,7 +826,7 @@ Resetting a Property: the ''initial'' keyword</h4>
826826
Explicit Inheritance: the ''inherit'' keyword</h4>
827827

828828
If the <i>cascaded value</i> of a property is the <dfn for=all>''inherit''</dfn> keyword,
829-
the <i>inherited value</i> becomes the property's <i title="specified value">specified</i> and <i>computed values</i>.
829+
the <i>inherited value</i> becomes the property's <i lt="specified value">specified</i> and <i>computed values</i>.
830830

831831
<h4 id="inherit-initial">
832832
Erasing All Declarations: the ''unset'' keyword</h4>

0 commit comments

Comments
 (0)