Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-text-decor] Characters to skip for emphasis marks (text-emphasis) #839

Closed
fantasai opened this issue Dec 27, 2016 · 9 comments
Closed
Labels
Closed Accepted by CSSWG Resolution css-text-decor-3 Current Work css-text-decor-4 i18n-clreq Chinese language enablement i18n-jlreq Japanese language enablement i18n-needs-resolution Issue the Internationalization Group has raised and looks for a response on.

Comments

@fantasai
Copy link
Collaborator

fantasai commented Dec 27, 2016

Opening a placeholder issue to continue any discussion from https://lists.w3.org/Archives/Public/www-style/2015Dec/0184.html and https://lists.w3.org/Archives/Public/www-style/2016Dec/0083.html

presumably these marks should not be displayed for combining characters either?

Actually there was a related discussion raised recently in HTML5 Chinese IG as well. That discussion is about whether emphasis marks should also be skipped for punctuations. JLReq explicitly says emphasis marks are not used for several punctuations (see 3.3.9 note 2), but the spec doesn't have anything around this.

It was considered [1], but IIRC JLTF wanted us to include all punctuation and make the author do the skipping because "what if the author wants to emphasize that punctuation mark for some reason". Imho this is an uncomfortable default for the Web because it means most publications need to do a lot of markup mangling to get this to work right... but we ended up deferring to that opinion. Maybe Koji remembers more, I can't seem to find records of the discussion.

See http://drafts.csswg.org/css-text-decor-4/#text-emphasis-skip for what was our last set of thoughts on the issue.

I'm happy to re-open the discussion if there's more input to consider.

For background, see https://lists.w3.org/Archives/Public/www-style/2016Dec/0083.html https://drafts.csswg.org/css-text-decor-4/#text-emphasis-skip and view-source:https://drafts.csswg.org/css-text-decor-4/Overview.bs

@r12a r12a added the i18n-tracker Group bringing to attention of Internationalization, or tracked by i18n but not needing response. label Apr 6, 2017
@fantasai
Copy link
Collaborator Author

fantasai commented Feb 8, 2018

Discussed with i18n, conclusion is that skipping punctuation by default would be better. Question to CSSWG: can we make that happen.

@aphillips
Copy link
Contributor

(on behalf of I18N WG)

As @fantasai mentions, we discussed this yesterday in teleconference. I drew an action to respond to this issue.

According to JLREQ (and other information that we have gathered, such as information about Chinese and Korean), the normal behavior for emphasis marks would be to skip punctuation marks. Ideally, the default mode for emphasis marks would correspond to their normal usage.

@fantasai reports that text-decoration Level 4 is expected to include tailoring for emphasis marks to add (or remove) emphasis from punctuation.

She also reports that you discussed this with JLTF and they requested the current behavior (not skipping punctuation) because "what if you wanted to emphasize those characters for some reason". That is a rational point of view, but means that, to get the normally expected behavior, one must modify the markup and/or styling and it's a little inconvenient (imagine having to put closing and opening em tags around a comma in the middle of a sentence).

The members present in the call felt that skipping the punctuation would be better, since it gives casual users the expected behavior, provided that exceptional behavior is provided for in Level 4 fairly soon.

If the current behavior were kept, then Level 4 should add the punctuation skipping override fairly soon and the default stylesheet should adopt that. Either approach is equivalent, but it would be better, in our opinion, to adopt the "normal" styling now.

@r12a r12a added i18n-needs-resolution Issue the Internationalization Group has raised and looks for a response on. and removed i18n-tracker Group bringing to attention of Internationalization, or tracked by i18n but not needing response. labels Feb 12, 2018
@css-meeting-bot
Copy link
Member

The Working Group just discussed [css-text-decor] Characters to skip for emphasis marks (text-emphasis), and agreed to the following resolutions:

  • RESOLVED: change the default behavior for emphasis marks in the current level of text decoration spec
The full IRC log of that discussion <dael> Topic: [css-text-decor] Characters to skip for emphasis marks (text-emphasis)
<dael> github: https://github.com//issues/839
<dael> fantasai: This is about emphasis marks that are the dots put over the character. In general they're not on top of punctuation or spaces, jsut characters. When we drafted the css3 text for this koji and I asked what characters to skip. At that time Japanese task force said usually skip punctuation but they might want to so you should put markup to skip.
<dael> fantasai: That seemed to be their position and that's what we spec and then in L4 we added a property to control on punctuation or not etc.
<dael> fantasai: We got a comment from someone as to why the dots are on the punct. That re-opened the topic. i18n said we should do the right thing by default and a control to allow other things.
<dael> fantasai: Does the group want us to change the behavior to only put emphasis on not-punctuation? Or keep the current behavior?
<Chris> it sounds like the right thing to do, and I guess unicode character classes help there
<dael> florian: If there's no compat contraints doing the right thing for default is better
<dael> many: I agree
<dael> Chris: Unicode character classes should make this fairly tractable
<fantasai> ^fantasai: Not skipping punctuation by default means authors have to do weird things with markup to get the right effect
<dael> florian: Some punct and symbols might be mixed up but mostly yes.
<dael> myles: Do you have specific text as to how to tell where they shoudl and should not go?
<dael> fantasai: Looking at the reference.
<fantasai> https://drafts.csswg.org/css-text-decor-4/#text-emphasis-skip
<dael> fantasai: It's here^
<dael> fantasai: Basically we'd propose to change th initial value to spaces and punctuation.
<dael> astearns: And change the default behavior to be that setting.
<dael> astearns: Is text-emphasis-skip impl?
<dael> fantasai: No but if you don't impl you have to do the initial value. So we prt the behavior to L3
<dael> myles: Is there a reason this should inheret spec from text emstyle?
<dael> fantasai: Yes because you don't want to reset what should skip.
<dael> myles: Isn't skipping document wide?
<dael> fantasai: Did I mix it up?
<dael> myles: No, no, you're right.
<dael> fantasai: Kinda similar to why text underline position doesn't get reset by text decoration
<dael> myles: right. okay
<dael> astearns: Given we have at least one complaint about current behavior and i18n okay to change it seems reasonable to me to move i t into the current level of the spec.
<dael> astearns: Objections to changing the default behavrio for emphasis marks in the current level o f text decoration spec?
<dael> RESOLVED: change the default behavior for emphasis marks in the current level of text decoration spec
<dael> fantasai: I'll edit that in and we can cycle backto republish next week.

@xfq
Copy link
Member

xfq commented Mar 8, 2018

The initial value of text-emphasis-skip needs adjusting too.

@fantasai
Copy link
Collaborator Author

fantasai commented Mar 9, 2018

Yes, you are right. Updated L4 spec as well.

@xfq
Copy link
Member

xfq commented Mar 12, 2018

I just submitted a PR to update the L4 spec: #2433

(Personally I would like to reduce the duplication of the same information in the description of two different properties in the future.)

@fantasai
Copy link
Collaborator Author

OK, I think this is settled now. r=@frivoal with high-level advice from Kobayashi-sensei
Agenda+ to confirm closing this issue.

@frivoal
Copy link
Collaborator

frivoal commented May 21, 2018

@fantasai and I have been through Kobayashi-sensei's essay on this topic, so I think we're covered, but for archival purposes, here's the original:

圏点と句読点の関係です.これは,あまり明確でないことが問題かもしれません.

まず,句点類(cl-06),読点類(cl-07),始め括弧類(cl-01)及び終わり括弧類(cl-02)には,日本語の書籍などでは,付けた例は少ないでしょう.ただし,DTPなどでは,読点類(cl-07)をまたいだ文字列では,つい読点類(cl-07)を含めて文字列を選択し,指定するので,誤って付けてしまったと考えられる例はあります.

中点類(cl-05)は,付けた例が少ないが,付けた例もあります.

アラビア数字や欧字にも,一般に付けないのですが,最近は簡単に付けられることから,何度か目にしています.(活字組版では,こうしたものに圏点を付けることは困難であった.)

それでは,なぜ句読点などには付けないか?という問題です.これは慣習としかいえません(私自身,その理由は聞いたことがありません).しかし,次のようにいくつかの理由は想定できます.

圏点は,漢文(かんぶん,kanbun composition,JLReqの定義に説明あり)から始まったようで,漢文には,そもそも句読点がなかったということもあり,句読点などに圏点を付ける必要がなかった.

圏点は,文章に付けるというよりは,文章の一部である語句に付けるケースが多かった.

句読点などは,行の調整処理でアキが詰められることも予想され,字幅が全角でないものには,活字組版では圏点は付けにくかった.圏点は,ルビと異なり,一般に字詰め方向の字幅は,親文字と同じサイズの全角のものが使用されていた.

上とも関係するが,行の調整処理でアキが詰められて句読点などに圏点が付くと,その漢字や仮名に付く圏点と,詰められた句読点に付く圏点の字間が乱れるということで,これは,あまり見た目がよくないという面もあります.

もう1点,句読点や括弧類は,文字の外枠の中央に文字面が配置されていないので,その後ろ,又は前に空白を持っています.こうしたものに圏点を付けると,句読点や括弧類と圏点の位置関係のバランスが悪いというのも,これらに圏点を付けないとことにつながったように思います.

次に著者と圏点の関係です.一般論でいえば,著者は圏点を句読点に付けるかどうかは意識していないと思います.強調したい範囲を著者が指定した場合,編集者が句読点には付けないようにしているということが多いと思います.

最後に,文章を読む面から句読点に圏点を付けるかどうかを考えてみると,著者が意識していないように,句読点に圏点を付けるかどうかで,意味が変わる,あるいは誤解させるということは,あまり考えられないと思います.

最後に,やや細かい話です.

ルビが付いた語句に圏点を付けたいケースはあります.こうした場合,経験のある編集者は,強調の方法はいくつかあるので,別の強調の方法を考え,そのように処理したものです.例えば,〈(U+3008)と〉(U+3009)でくくるという方法を選びます.

でも,最近は,こうしたことを考慮する,あるいは句読点に圏点を付けないという認識も,すこしずつ少なくなってきているのではとも思っています.

つまり,この問題は,あまり厳密には考えようがない問題でもあるかと思います.

以上,ご参考まで.

@xfq xfq added the i18n-clreq Chinese language enablement label May 21, 2018
@css-meeting-bot
Copy link
Member

The Working Group just discussed Characters to skip for emphasis marks (text-emphasis), and agreed to the following:

  • RESOLVED: Accept the proposed changes and follow up with unicode
The full IRC log of that discussion <dael> Topic:Characters to skip for emphasis marks (text-emphasis)
<dael> github: https://github.com//issues/839
<dael> fantasai: We discussed and resolved to skip punct for em marks because that's default expected. There was discussion with i18n. I checked in edits to impl that decision
<dael> fantasai: We skip characters in punct from unicode with a handful of exceptions
<dael> fantasai: I asked florian to talk to typographers in Japanese community. florian recommended adding another character.
<fantasai> https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style-property
<dael> fantasai: Definition is straight forward. There's symbols in unicode punct so we're effectively re-categorizing. Things like @ aren't really punct
<dael> fantasai: Definition at end of ^
<dael> fantasai: That's where we're at
<tantek> q+
<florian> q+
<dael> tantek: If we're going to diverge from unicode can we at least file a bug against unicode to say we think you made a mistake and we're patching it in CSS. to give them strong feedback. Elsewise seems bad to diverge
<dael> chris: Agree
<liam> +1
<dael> tantek: I'm not saying it's wrong, I'm saying push to disagreement upstream.
<dael> fantasai: Happy to explain, but because I think unicode general category is required to be stable I don't think unicode will be able to fix.
<dael> tantek: Let's not assume failure. Let's try.
<dael> Rossen: Okay. It's a valid point. Let's give them the feedback. Thanks tantek
<dbaron> Unicode has split categories in the past
<liam> [the feedback may help Unicode in future too]
<Rossen> ack tantek
<Rossen> ack florian
<dael> florian: I'm in favor of this. As fantasai mentioned I reviewed. I reviewed and discussed details with Japanese people and according to them it's very subjective. The conclusions fantasai came to are in line witht he rational they gave.
<dael> Rossen: Great. Any other opinions?
<dael> Rossen: Objections to accepting?
<dael> RESOLVED: Accept the proposed changes and follow up with unicode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed Accepted by CSSWG Resolution css-text-decor-3 Current Work css-text-decor-4 i18n-clreq Chinese language enablement i18n-jlreq Japanese language enablement i18n-needs-resolution Issue the Internationalization Group has raised and looks for a response on.
Projects
None yet
Development

No branches or pull requests

6 participants