WHATWG Weekly: End of HTML5 Last Call
Next week Wednesday, August 3, the W3C HTML5 Last Call review period ends. Consider taking another look and giving some feedback!
Here is a quick rundown of what happened last week:
- The proposed
download
attribute made it into the HTML specification. Specify it on ana
element to force the referenced resource to be downloaded rather than navigated towards. - The WebApps WG published a first draft of The From-Origin Header. It allows resources to declare they are unavailable within an embedding context. E.g. to prevent bandwidth leeching.
- The DOM Core draft now defines the
NodeIterator
andTreeWalker
features: Traversal chapter in DOM Core. These features have existed for ages, but details were not defined thus far. - In a quest to define
window.find()
Ian suggests that maybe it ought to be dropped. If you need it, speak up! - In the light of a small vulnerability with allowing the
base
element in thebody
element, we are taking another look at it. Because well, all yourbase
are belong to us.
Since the summer causes a slowdown of everything standards, the next WHATWG Weekly is in two weeks.