From owner-freebsd-doc@FreeBSD.ORG Tue Jun 24 23:39:42 2014 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1347A8F6 for ; Tue, 24 Jun 2014 23:39:42 +0000 (UTC) Received: from mail-qc0-x22b.google.com (mail-qc0-x22b.google.com [IPv6:2607:f8b0:400d:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C30BA2C96 for ; Tue, 24 Jun 2014 23:39:41 +0000 (UTC) Received: by mail-qc0-f171.google.com with SMTP id w7so1014942qcr.2 for ; Tue, 24 Jun 2014 16:39:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=j63giNdn2wg36W9lCEJ1r92zxNY9HUOm0MKnh/CNvwk=; b=XSDrsR1Pv2BveGU7pLKXDElBk8WVw4ZTQHQXkfm0wy2fXmZHmjGHfD0Fx8XFiVETlB TdVYhzhDXykZMnyZYgRwBcgbE48/oYT/Xr4fHL8C5cg8yp+BGoXA7Po6AgnkIpK490Wm T0x6D70rU59dNIaegeEl70UO3YYq38W01Taag= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=j63giNdn2wg36W9lCEJ1r92zxNY9HUOm0MKnh/CNvwk=; b=YI+ViJ8EBGYmpQrOQnidMCGairPLDkeQZutU35FuCKhMYjdQwVo5Kz52KVo1R7GEHn G0M5XdqKlp0D6AzTZ7W65ecez2uXYFp0o6dQvVYuy3BDmSsISdmP34Ep96qZ4vc9e76T nQj6xP8rGrgzkcrzT49wVXWgdShANkRhVrpVkILArnhHAvZzvpwdrvxfTRkZj7XPVIRd tU5ZdTkXFk1J10NO7qzPaqX1tXaFYn3m8VOcUIeB40tQp+xjJr7hAF3HLhzDbOnAGYBC fN/K0fnyROIpVxKMqFlQX/tgoXUjPhqogGjMMzGwBNtw3PE2ILxdH081ZcyQPKEt50k0 Xtbw== X-Gm-Message-State: ALoCoQnklQqCY77dZn9lDded6vogLM0zFahFmHLJ8Ftc93guo0UBDE+yBSa9fb1Wguu/+FSc3S77 X-Received: by 10.140.104.225 with SMTP id a88mr6044976qgf.91.1403653180826; Tue, 24 Jun 2014 16:39:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.222.131 with HTTP; Tue, 24 Jun 2014 16:39:10 -0700 (PDT) In-Reply-To: <53A9DCF7.8040103@kovesdan.org> References: <53A9DCF7.8040103@kovesdan.org> From: Eitan Adler Date: Tue, 24 Jun 2014 16:39:10 -0700 Message-ID: Subject: Re: appearance in HTML To: =?UTF-8?B?R8OhYm9yIEvDtnZlc2TDoW4=?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-doc@freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2014 23:39:42 -0000 On 24 June 2014 13:17, G=C3=A1bor K=C3=B6vesd=C3=A1n w= rote: > On 2014.06.24. 18:38, Warren Block wrote: >> >> The current CSS makes elements appear in bold text in XHTM= L. >> For example: >> >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browse= rs.html >> >> This repeated use of bold makes for uncomfortable and fatiguing reading. >> >> Allan and I have searched for less severe forms of highlighting. Without >> resorting to color, there are not many options. The best I've seen so f= ar >> is font-variant: small-caps;, but that is quickly annoying also. >> >> My suggestion at this point is to just remove the CSS entry for >> applications. The application names are names, and recognizably distinc= t >> from other words on their own. >> >> Unless there are complaints, I will plan to remove the .application entr= y >> from docbook.css before the end of this week. > > I'd try italic or just remove formatting as you suggested. Italic is good > for emphasis, it is not that disturbing as bold. I'd avoid small caps > because such a use is quite uncommon. I'd eliminate the formatting. There is not much value gained by calling out the name of the application repeatedly. --=20 Eitan Adler