- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Wed, 12 Oct 2022 16:16:14 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `:lang() without document language`.
<details><summary>The full IRC log of that discussion</summary>
<TabAtkins> Topic: :lang() without document language<br>
<TabAtkins> fantasai: When a lang is unknown, there's two ways ot make it unknown<br>
<TabAtkins> fantasai: first is blank `lang` value<br>
<TabAtkins> fantasai: second is `lang=und`<br>
<TabAtkins> fantasai: So how do you match these elements?<br>
<TabAtkins> fantasai: Proposal is `:lang("")` matches untagged (blank tag), and add a note that `"und"` and `""` are matched differently despite similar semantics<br>
<TabAtkins> fantasai: And then `:lang("*")` will match any tagged element, including `lang=und` (but won't match untagged/empty string)<br>
<TabAtkins> TabAtkins: Sorry, hadn't read the discussion, but what's the justification for treating empty string differently from und?<br>
<fantasai> Rossen: I'm not sure about treating them differently<br>
<PaulG> which spec does "und" value come from?<br>
<fantasai> Probably BCP47<br>
<TabAtkins> Rossen_: Is it in selectors, or text...?<br>
<TabAtkins> fantasai: und is in the lang tag spec<br>
<TabAtkins> PaulG: rfc 5646 doesn't have it, it's not in the IDN reg<br>
<TabAtkins> Rossen_: Perhaps we should delay a week for florian to be able to weigh in<br>
<dbaron> und looks like it's for undetermined<br>
</details>
--
GitHub Notification of comment by css-meeting-bot
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6915#issuecomment-1276429469 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 12 October 2022 16:16:16 UTC