From owner-freebsd-doc@FreeBSD.ORG Thu Jul 15 07:50:12 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 815) id 6F83216A4CF; Thu, 15 Jul 2004 07:50:12 +0000 (GMT) Date: Thu, 15 Jul 2004 07:50:12 +0000 From: Murray Stokely To: "Simon L. Nielsen" Message-ID: <20040715075012.GD55440@hub.freebsd.org> References: <20040713074042.GA5126@abigail.blackend.org> <20040713170624.GU29928@submonkey.net> <20040713181500.GA10935@abigail.blackend.org> <20040715071709.GB55440@hub.freebsd.org> <20040715073027.GA725@zaphod.nitro.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040715073027.GA725@zaphod.nitro.dk> User-Agent: Mutt/1.4.1i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D cc: Ceri Davies cc: doc@FreeBSD.org cc: Marc Fonvieille Subject: Re: RFC: initialisms and FDP X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2004 07:50:12 -0000 On Thu, Jul 15, 2004 at 09:30:28AM +0200, Simon L. Nielsen wrote: > It's actually defined (to a degree) in HTML 4. The title attribute on > most tags can be used to create a single line mouseover text. > E.g. see the language selection on http://www.freebsd.org/. If we > need multi-line I think it has to be done with JavaScript - at least I > couldn't find a proper way the last time I looked. Single-line is sufficient for just expanding acronyms. I see that the docbook dsssl stylesheets know how to use the target already. I'll see if I can add a custom handler to set the title, and update the &nis macro I created as a test case. Thanks for a the pointers. - Murray