Re: [csswg-drafts] [css-cascade] User stylesheets, UA stylesheets - still something we expect to be real?

The Working Group just discussed `[css-cascade] User stylesheets, UA stylesheets - still something we expect to be real?`, and agreed to the following resolutions:

* `RESOLVED: From CSS 2, 2.1 and, 2.2 section 3.2 remove the paragraph beginning "UA must allow the user to specify a file..."`
* `RESOLVED: No change to section 6.4`

<details><summary>The full IRC log of that discussion</summary>
&lt;dael> Topic: [css-cascade] User stylesheets, UA stylesheets - still something we expect to be real?<br>
&lt;dael> github: https://github.com/w3c/csswg-drafts/issues/2237<br>
&lt;dael> Chris_: I guess there are 2 parts to this. First is I was trying to remove fonts 3 test failures. 2 tests said you have to set UA stylesheet o specific syntax which implies you have to be able to edit and put syntax in UA stylesheet.<br>
&lt;dael> Chris_: Since fantasai said you can wrap a div instead of putting it in the stylesheet so that's solved.<br>
&lt;dael> Chris_: But this is testing functionality I can't find anywhere. There's nothing that says the UA stylesshet has to be something phsyical nor something editable by the user.<br>
&lt;dael> Chris_: They're relying on non-required features.<br>
&lt;dael> Chris_: User stylesheets there's a requirements to support. Edge doesn't do it. Chrome took it out. We've had this model since CSS 1. Do we still believe in it or do we want to allow the browsers to inject and we shouldn't test for it. Esp. UA stylesheet.<br>
&lt;dael> fantasai: I don't know anywhere in the spec the UA stylesheet editable. User stylesheet is a file you can choose.<br>
&lt;dael> Chris_: Right.<br>
&lt;dael> fantasai: There's also that we have spec sections conflicting.<br>
&lt;dael> florian: How?<br>
&lt;fantasai> https://www.w3.org/TR/CSS2/cascade.html#cascade<br>
&lt;dael> fantasai: one impl one thing, the other different. Casecade talks user and user agenda.<br>
&lt;dael> fantasai: User may be able to spec style info for a particular doc. It's all mays.<br>
&lt;fantasai> https://www.w3.org/TR/CSS2/conform.html#conformance<br>
&lt;dael> fantasai: Chris_ pointed out there's a section on the conformance with musts saying UA must allow the user to select a stylesheet.<br>
&lt;fantasai> “UAs must allow users to specify a file that contains the user style sheet.”<br>
&lt;Rossen_> q+<br>
&lt;dael> florian: That doesn't seem very elegent. Spec saying how a UA must behavior is reasonable. But saying it must provide some UI level feature, file access is a UI level requirement.<br>
&lt;dael> fantasai: That's in 3.2.<br>
&lt;dael> Chris_: An additional complication were UA a11y guidelines require it to be modifiable. That's various legal standards. modifying or changing this has substanital reprecussions. Assuming it works also has repercussions.<br>
&lt;dauwhe> q?<br>
&lt;Rossen_> q?<br>
&lt;florian> q+<br>
&lt;dauwhe> q+<br>
&lt;dael> Rossen_: As an impl who is shipping this. UA stylesheet since the first time I impl this in IE8 there was no conformance requirement that the user stylesheet has to be on disk nor using it as such and paying the performance costs.<br>
&lt;fantasai> *please* can we not confound UA and user in this discussion?<br>
&lt;dael> Rossen_: This as a UA impl leads to the conclusion this better be a static compiled ready to go stylesheet. This is the reason we don't have an actual file on the system. But we do have one that's loaded and compiled.<br>
&lt;smfr> webkit also compiles the UA style sheet at build time<br>
&lt;fantasai> The UA stylesheet and user stylesheet are really different concepts<br>
&lt;dael> Rossen_: So there is the concept of user agent def. stylesheet. But we don't plan on shipping it as actual CSS.<br>
&lt;dael> Rossen_: Other reason is if you have differener user agents referring to same engine you should have, at least our design principle, is they all have basically same stylesheet.<br>
&lt;dael> Rossen_: User stylesheets we deprecated before edge. We had support in ie9 and 10. I think we deprecated in 11. There was no use.<br>
&lt;dael> Rossen_: Since then things changed. In particular extensions allow the addition of stylesheets only that can be used to modify and tailor UX in more ways then a single stylesheet. In terms of extensibility one of our principles was to encourage this to be exposed through extensions rather then dropping a style sheet.<br>
&lt;Rossen_> q?<br>
&lt;Rossen_> ack Rossen<br>
&lt;fantasai> +1 to Florian<br>
&lt;Rossen_> +1 to florian<br>
&lt;dael> florian: Pretty much agreeing with you. I think the right division is the css specs should define how user stylesheets work, but stay out of the must impl. If other specs wand to require this of browsers, but css should define how it works.<br>
&lt;dael> Rossen_: Agree.<br>
&lt;Rossen_> ack florian<br>
&lt;Chris_> https://www.w3.org/WAI/UA/TS/html401/cp0414/0414-USER-STYLE.html<br>
&lt;Chris_> Checkpoint 4.14 Choose style sheets (Priority 1 )<br>
&lt;Chris_>     Provision 2 : Allow the user to choose from and apply at least one user style sheet.<br>
&lt;dael> dauwhe: I want to reiterate the importance of the end use affecting presentation of content. This becomes a huge issue on digital books. There's an aria personalization task force so might be good to coordination. I don't want to see this die.<br>
&lt;dael> fantasai: Yeah.<br>
&lt;Rossen_> ack dauwhe<br>
&lt;Chris_> also https://www.w3.org/TR/UAAG20/#gl-style-sheets-config<br>
&lt;Rossen_> dholbert: I will, thx for pointing out<br>
&lt;dholbert> Rossen_: thanks<br>
&lt;dael> fantasai: I think propose edits would be leave the cascade 6.4 section in place. It describes that a use could do a css syntax or through an interface. I think we should remove from conformance the paragragh that wasy the user must have ability to spec a file rep. user stylesheet.<br>
&lt;fantasai> https://www.w3.org/TR/CSS2/conform.html#conformance<br>
&lt;dael> fantasai: I would remove tha second paragraph after bullet list ^<br>
&lt;dael> florian: I don't think removing the must decreases the chance of impl. It's important to define how to do it and let market pressure push to impl.<br>
&lt;fantasai> no changes proposed to https://www.w3.org/TR/CSS2/cascade.html#cascade<br>
&lt;dael> Rossen_: Chris_ back to you.<br>
&lt;dael> Chris_: I wanted clarity. I didn't have an aim in mind. I like what florian said we shouldn't spec UI behavior.<br>
&lt;dael> fantasai: Proposal for edits. Sound good?<br>
&lt;dael> Chris_: I like what you suggested.<br>
&lt;dael> fantasai: proposed resolution: From section 3.2 remove the paragraph begining UA must allow users to spec a file. No changes to section 6.4<br>
&lt;fantasai> https://www.w3.org/TR/CSS2/conform.html#conformance 3.2<br>
&lt;fantasai> https://www.w3.org/TR/CSS2/cascade.html#cascade 6.4 (no change)<br>
&lt;dael> Rossen_: One at a time. From CSS 2 section 3.2 remove the paragraph beginning "UA must allow the user to specify a file..."<br>
&lt;dael> Rossen_: Objections?<br>
&lt;Chris_> https://www.w3.org/TR/CSS22/conform.html#conformance<br>
&lt;dael> Chris_: Question. That link goes to css2 which points to 2.1 and 2.2 I want to make sure we're updating those.<br>
&lt;dael> fantasai: Yes, we can update both of those. Might as well edit all.<br>
&lt;Chris_> +1<br>
&lt;dael> RESOLVED: From CSS 2, 2.1 and, 2.2 section 3.2 remove the paragraph beginning "UA must allow the user to specify a file..."<br>
&lt;tantek> Agenda+ https://github.com/w3c/csswg-drafts/issues/2230#issuecomment-362010888 compute auto to auto or auto to zero? Heard one thing (auto to auto), but it got scribed as auto to zero?!?<br>
&lt;dael> Rossen_: Second was additional resolution of no change for css cascade section 6.4<br>
&lt;dael> fantasai: CSS 2.<br>
&lt;dael> Rossen_: Sorry. I'm looking at links and got confused.<br>
&lt;dael> florian: Question.<br>
&lt;dael> florian: If this would induce process churn I'm happy no change. If it would it would be nice to mention it may be done with an extension as well as a file.<br>
&lt;dael> fantasai: It's already there.<br>
&lt;dael> florian: Given the example of extensions is nice, but only if it doesn't make process change.<br>
&lt;dael> Chris_: It's easy to put that in 2.2<br>
&lt;dael> fantasai: I feel like the text is close enough.<br>
&lt;dael> florian: Sure.<br>
&lt;Chris_> q?<br>
&lt;dael> Rossen_: Back to proposed no change rsolution. Objections?<br>
&lt;dael> RESOLVED: No change to section 6.4<br>
</details>


-- 
GitHub Notification of comment by css-meeting-bot
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2237#issuecomment-362014805 using your GitHub account

Received on Wednesday, 31 January 2018 17:51:57 UTC