7: Adjust signature CSS example#226
Conversation
|
Let's not include |
|
Right, signatures don't apply to just |
|
I understand. However I think this is inconsistent with the current case where it is a formula applied elsewhere, and can lead to duplicate CSS with an inattentive producer. |
|
I'm sorry, I'm not catching what you're saying. What "current case"? And whatever it is, lint catches dup CSS, right? Plus this is reducing the possibility of duplicate (or actually unnecessary) CSS—with the |
|
|
|
It must be Denseday where I am, because I'm still not understanding what "duplicate CSS" you're worried about. The CSS isn't needed for non- Yes, the CSS without the Going forward, we want to use CSS only in the case of the signature in a If the "inattentive producer" (who didn't bother to read the text that went along with the CSS) copies and pastes CSS but doesn't need it because nothing uses it, lint will flag that, too. I literally don't understand what you're worried about. I'm still not getting it. |
|
The review I'm working on has the exact problem this is trying to prevent—they used the I still don't know what you meant by "where it is a formula applied elsewhere, and can lead to duplicate CSS with an inattentive producer," so would you please expand on that, give a concrete example, something? I'll also note again that in addition to the CSS change, this includes text to explicitly say the CSS should only be used if it is the only element in a paragraph. |
|
If the problem is that they're adding CSS when they should instead be getting small caps for free with However as I've already mentioned, the pattern of |
|
That's what I'm trying to do here. :) That was the point of both the text and the CSS change; to indicate this CSS should only be used in cases where the signature is by itself in the paragraph. And as I've already mentioned, I know it's all over the corpus, and that's a large part of the problem. People look at the corpus instead of SEMoS (or after looking at SEMoS), and repeat what's there, and the vast majority of the corpus is wrong on this particular point.
I'm sorry, truly, but I still don't understand what you mean. Again, a specific example would help. When/where are you saying that The CSS is only used to small-cap a signature, and it's a binary choice whether a signature exists by itself in the paragraph or is only part of the clause. So it's a binary choice whether CSS or Or are you saying that a signature could appear by itself as part of an element other than a paragraph? If so, what element (honest question)? We require children on all of our containers, so I can't think of any other element a signature could appear in by itself. (This is again where an example would help.) |
Per SEMoS 5.10, a signature only needs CSS if it is the only element in the paragraph; if it's just a part of a clause, then formatting is done with
<b>. (This is also already discussed in the letter section.) For this reason, the example CSS in 7.7.4.4 should have apin front of it, and the existing text on that example should probably mention when the CSS is needed.I expect you'll want to change the wording, just let me know what you would like it to be. :)