Comments on: Typeface Authority https://www.statedecoded.com/2012/08/typeface-authority/ Legal codes, for humans. Tue, 14 Aug 2012 15:07:17 +0000 hourly 1 https://wordpress.org/?v=6.2.5 By: Waldo Jaquith https://www.statedecoded.com/2012/08/typeface-authority/#comment-543 Tue, 14 Aug 2012 15:07:17 +0000 http://www.statedecoded.com/?p=166#comment-543 That looks sharp, Eric! I wish there were some process by which such changes could be submitted to federal agencies for their consideration. (That’s much easier said than done, of course.) Your version is a great deal more readable, and it’s a shame that everybody visiting copyright.gov doesn’t get that benefit.

]]>
By: Eric Adler https://www.statedecoded.com/2012/08/typeface-authority/#comment-541 Tue, 14 Aug 2012 14:40:17 +0000 http://www.statedecoded.com/?p=166#comment-541 Your project inspired me to clean up the Copyright Act a little.

Gruesome Official Rendering: http://www.copyright.gov/title17/92chap2.html

Cleaned: http://www.copyrightcodex.com/copyright-act/copyright-act-2-ownership-and-transfer/

Took about 20 minutes of fumbling with the CSS.

]]>
By: Waldo Jaquith https://www.statedecoded.com/2012/08/typeface-authority/#comment-535 Mon, 13 Aug 2012 19:39:21 +0000 http://www.statedecoded.com/?p=166#comment-535

It is not uncommon to come across statute sections that prescribe particular fonts/leading etc. for statute publications.

I first discovered this when examining the Florida Statutes. Their XML provides for these explicit style instructions: AlignCenter, AlignRight, BlockFlush, BlockIndent, Flush, Indent, HangingIndent, Bold, Italic, and BoldItalic. They’re not widely used (in about 100 statutes in all), but they are used. I hadn’t yet seen specific fonts prescribed, though—I’m awfully glad you mentioned that.

To your point of the distinction between style vs. substance of rendering of law, that’s definitely been a point of frustration for me. A slavish reproduction of some of the Florida Statutes’ instructions, for instance, would look pretty bad. For instance, they preserve all newlines when present in the titles of sections, chapters, etc. Those newlines have absolutely no semantic meaning, and the Sunshine Statutes parser ignores them for that reason. That’s going to be a judgment call to be made by each group in each state that implements this software, a call that they’re going to need to make individually for each textual rendering instruction.

I have lost count of the number of times I have visited a page with Unicode encoding issues leading to symbols disappearing. Take “micro gram” for example (http://en.wikipedia.org/wiki/Microgram). I have seen legal texts that use the Greek symbol for “micro” and have been rendered in browsers as a blank space. In legal texts, you cannot afford to turn “100 micro-grams” into “100 grams” by loosing a character rendering.

That’s a brilliant example of the problems that come of bad encoding! I’ll be using that to illustrate this point for years, I suspect. :) That highlights the importance of using not just a typeface that fulfills basic typographic goals for standard characters, but one that has a rich enough character set that it’s going to be able to hand characters that are hardly uncommon, but that one might not anticipate appearing within a legal code. There are a lot of hobbyist typographers out there who make some very nice-looking typefaces that are capable of rendering nothing more than the alphabet, numbers, and a few symbols. Using a font like that would leave a lot more than a µ-mess. ;)

]]>
By: Sean McGrath https://www.statedecoded.com/2012/08/typeface-authority/#comment-534 Mon, 13 Aug 2012 19:26:08 +0000 http://www.statedecoded.com/?p=166#comment-534 Waldo,

It is not uncommon to come across statute sections that prescribe particular fonts/leading etc. for statute publications.

As ever with legisprudence, some thorny issues need to be addressed. For example a 1 (number 1) and a l (lower case L) are visually indistinguishable in some fonts. Another example : I have lost count of the number of times I have visited a page with Unicode encoding issues leading to symbols disappearing. Take “micro gram” for example (http://en.wikipedia.org/wiki/Microgram). I have seen legal texts that use the Greek symbol for “micro” and have been rendered in browsers as a blank space. In legal texts, you cannot afford to turn “100 micro-grams” into “100 grams” by loosing a character rendering.

I have yet to find a law-making body that has articulated what aspects of the rendering of law are purely artifacts of the rendering and which ones are part of the semantics. Maybe something the uniform law commission could look into.

Regards,
Sean

]]>