Re: [csswg-drafts] [cssom][all] Add CSSOMString and replace DOMString usage with it

>> * `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