Closed vr8hub closed 1 year ago
Thanks for your review. Working on those items now. Regarding 'vae victis', I left that alone as it can be found in Merriam Webster. Should I still italicise/tag it?
Is removing quotation marks and replacing them with italics an editorial change?
It’s in MW, but as a “Latin phrase,” so we tag it. When it tells us it’s a non-English phrase (Latin, French, etc.), then we believe it. :)
I don’t usually mark it so, but if you do them in their own commit, it’s easy to change if Alex feels differently.
Gotcha. Another question; generally Sinclair quotes the name of the newspaper, but not the name of its hometown. For example,
The Roseville “Eagle”—that was the name of the paper—was boastful of Eli[...]
In this case would you italicise the whole thing, or just the part that Sinclair quoted? He's not even entirely consistent about this, sometimes we get The Angel City "Evening Howler"
, but there's one or two instances of The "Angel City Evening Howler"
.
Also, regarding the letter in chapter 13, how do you handle blockquotes that contain asides from the author? Should the letter be split into two separate blockquotes, and if so what happens to the dash? For reference:
Bunny received a letter from Rachel. “Dear <abbr>Mr.</abbr> Ross”—she always addressed
him that way, alone of his classmates; it was her way of maintaining her proletarian dignity,
in dealing with a person of great social pretensions. “We are home after picking all
the prunes in California[...]
Alright I think I've resolved all those issues except the blockquote around the letter. For the newspapers, where Sinclair used quotes I have italicised those parts. If that's wrong I can change it fairly easily.
Re the newspapers, you did what I do. I see this all the time, references to The New York Times, the New York Times, and the New York Times. I tag whatever they're referencing; if they're not trying to be consistent, I don't see any reason to impose it. (And I'm not sure the "right" way to be consistent, anyway.)
Re the letter, in this case I would just tag the salutation but leave it in the paragraph, and then make the blockquote start with the actual text of the letter "We are home…". IOW,
Bunny received … great social pretensions.
"We are home after… to meet you."
Bunny replied…
Alright, I've done that as well. I think this is ready for you again.
Just a few nits that I don't think are worth opening another issue for.
A couple of questions about those points;
Modernize spelling modernizes Cañon to Canyon, and should be accepted.
I originally reverted this because Cañon is the correct spelling in spanish, and it's explicitly about the character reading signs written in spanish. Should I still modernise this to the english spelling?
You added the salutation tag, but not the corresponding CSS (see SEMoS 7.7.3.5.1; only the salutation CSS is needed.
Here do you mean the css rule applying font-style: small-caps
? I think the text-indent
one wouldn't apply anyway as the salutation is in a span
, not a p
. If we want small caps, would it be better to use a b
element than to add a css rule, as suggested in 7.7.2.6?
I've just pushed fixes for the rest of your points.
Also, a question about this snippet;
<i xml:lang="fr">Schmolsky-Superba Présente l’Etoile Américaine, Viola Tracy, dans La Couche d’Or, Cinéma-Mélodrame de la Société en Huit Reels.</i>
Here, I think 'La Couche d’Or' should be tagged as epub:type="se:name.visual-art.film"
. Since it would normally be italicised, but the quote is already in italics, should it therefore be set in roman font? If so, would this css be the correct way to achieve that?
i > [epub|type~="se:name.visual-art.film"]{
font-style: normal;
}
Great, I have just pushed those few changes.
<b epub:type="z3998:personal-name">
in the colophon; see SEMoS 6.6.4.2.<strong>
; see SEMoS 8.3.3. (The radio call letters are a new one for me, I'll have to ask Alex about them.)<p>
s, then the center can be on the p as well, and if the default is italic, then only one extra element is needed to small-cap the first line. (And just as a note, Alex normally is not crazy about classes, but there are enough headlines in enough different chapters here that I think it's warranted; we'll see if he disagrees.).headline > p:first-of-type{ font-style: normal; font-variant: small-caps; }