From f28140897e92882a2bbecd8c3426e978bd29ba86 Mon Sep 17 00:00:00 2001 From: Jacob Rask Date: Sun, 19 Feb 2012 22:14:18 +0100 Subject: [PATCH] Update documentation for abbreviations --- docs/assets/bootstrap.zip | Bin 53441 -> 53441 bytes docs/base-css.html | 8 +++++--- docs/templates/pages/base-css.mustache | 8 +++++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index a52a2ffe74ee719aec904d80ae17e934cc8ef15a..307e72ac928c25fa1d092652938adedfbff5cf42 100644 GIT binary patch delta 452 zcmX@Okon+3W}X0VW)?065IDARB99`Qa+;&RO4{U&XN0+sBmz{CBqr}K=3oMw()*5J5XS93Wph3nR43Z1svA;AfdbFMlc~!3k4&Pka?CZOsFc0jT0o)RICCv z3Su$T{K+Sa4WOc%{}<~hf)wgbHGv7GPyH$a6q*rpIm>Q4Wy{%j4?z+7R0-7#-9o7HZafOtP7Id z(z6aoJhpS*XeJe%GeXjP^qd_MPvyK5gok9W%;d%A#gRman4H341{K-7fWulJBy`u@2qq+IpPW^THEXb2|*Gs5vOGnTD# zhMDnxRiyyPvaH>3``7NS1qB%Z@r7bM=& zvkpi+wsYPP9^9m&b4Ez=N6*>8ctG!{oOfaZ`x&mf=8Vkb#plIgYJhg%J|Bq0^SuBy KUwHD`3nBnC=cU~M diff --git a/docs/base-css.html b/docs/base-css.html index 9fad87178a..5a2e12748c 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -166,7 +166,8 @@ Wraps abbreviations and acronyms to show the expanded version on hover - Include optional title for expanded text +

Include optional title attribute for expanded text

+ Use .initialism class for uppercase abbreviations. @@ -205,8 +206,9 @@

Example abbreviations

-

Abbreviations are styled with uppercase text and a light dotted bottom border. They also have a help cursor on hover so users have extra indication something will be shown on hover.

-

HTML is the best thing since sliced bread.

+

Abbreviations with a title attribute have a light dotted bottom border and a help cursor on hover. This gives users extra indication something will be shown on hover.

+

Add the initialism class to an abbreviation to increase typographic harmony by giving it a slightly smaller text size.

+

HTML is the best thing since sliced bread.

An abbreviation of the word attribute is attr.

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 84d48fb1e0..96036d6eee 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -90,7 +90,8 @@ {{_i}}Wraps abbreviations and acronyms to show the expanded version on hover{{/i}} - {{_i}}Include optional title for expanded text{{/i}} +

{{_i}}Include optional title attribute for expanded text{{/i}}

+ {{_i}}Use .initialism class for uppercase abbreviations.{{/i}} @@ -129,8 +130,9 @@

{{_i}}Example abbreviations{{/i}}

-

{{_i}}Abbreviations are styled with uppercase text and a light dotted bottom border. They also have a help cursor on hover so users have extra indication something will be shown on hover.{{/i}}

-

{{_i}}HTML is the best thing since sliced bread.{{/i}}

+

{{_i}}Abbreviations with a title attribute have a light dotted bottom border and a help cursor on hover. This gives users extra indication something will be shown on hover.{{/i}}

+

{{_i}}Add the initialism class to an abbreviation to increase typographic harmony by giving it a slightly smaller text size.{{/i}}

+

{{_i}}HTML is the best thing since sliced bread.{{/i}}

{{_i}}An abbreviation of the word attribute is attr.{{/i}}