Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBlock parser (but not rendering) on external CSS #9630
Comments
|
From document.rs:
We implement the model currently described in the spec (and implemented by Firefox too, I believe). |
|
I managed to dig up some more information about how its been implemented here:
|
|
@tschneidereit I would be interested to hear your thoughts on this, as i think you implemented this originally |
That was exactly my motivation for working on this. I've since moved to implementing Promise in SpiderMonkey (and then adding support for that in Servo) because that blocks more things than CSSOM, but I have a, by now horribly bitrotted, wip of parts of CSSOM locally.
Yes, that would be a nice follow-up. I had considered doing that in the first version but then decided to limit the scope where I could. @Ms2ger refactored much of this to make it nicer, but I don't think his changes affect this particular task much. |
|
@tschneidereit have you taken a read of https://jakearchibald.com/2016/link-in-body/ ? |
Apologies, I had totally misread the issue, and not seen the link.
It seems like it should be fairly straight-forward, as we're already blocking parsing for I also think that it's a pretty good idea. |
More of a question than an issue.
How does servo handle this currently?
Is this something servo plans to do?
Could be worth thinking about if the chrome team are planning to put it into the spec
More info below:
https://groups.google.com/a/chromium.org/forum/m/#!topic/blink-dev/ZAPP8aTnyn0
https://jakearchibald.com/2016/link-in-body/