- From: Simon Sapin via GitHub <sysbot+gh@w3.org>
- Date: Fri, 21 Apr 2017 13:45:12 +0000
- To: public-css-archive@w3.org
>> * `Stylesheet::title`, which is set from the eponymous HTML content attribute of [`<style>`](https://html.spec.whatwg.org/multipage/semantics.html#attr-style-title) and [`<link>`](https://html.spec.whatwg.org/multipage/semantics.html#attr-link-title) elements. > > Can you explain why this one shouldn't be `DOMString`? I did hesitate about this one, it just seemed more “within style system territory”. I don’t feel strongly about it, though. In Stylo we can (and possibly already do) keep this on the C++ side rather than the Rust side of the bindings. (And Servo needs to decide what to do about every `DOMString`, not just stylesheet titles.) -- GitHub Notification of comment by SimonSapin Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/1266#issuecomment-296194566 using your GitHub account
Received on Friday, 21 April 2017 13:45:18 UTC