triple-underscore
triple-underscore
I think the step 3.2 of nextNode() ( “ If a node is following node and is not following root, ...” ) also needs an addtional conditions such like: “,...
>do you have a test for that? Consider the following DOM and script: ``` const walker = document.createTreeWalker( document.getElementById('root'), NodeFilter.SHOW_ELEMENT, (e) => { return e.id === 'n2' ? NodeFilter.FILTER_REJECT :...
Do-u-mo, Anne-san. Yes, it is welcom. WHATWG’s specs I currently have trnaslated (with links targeted to the translated pages) are: [DOM](https://triple-underscore.github.io/DOM4-ja.html), [URL](https://triple-underscore.github.io/URL-ja.html), [Encoding](https://triple-underscore.github.io/Encoding-ja.html), [Fetch](https://triple-underscore.github.io/Fetch-ja.html), [XHR](https://triple-underscore.github.io/XHR-ja.html), [Streams](https://triple-underscore.github.io/Streams-ja.html), [JavaScript, aka. Web ECMAScript](https://triple-underscore.github.io/javascript-ja.html),...
That’s ok. Looks good.
Added Japanese translation of Compatibility Standard: https://compat.spec.whatwg.org/ at: https://triple-underscore.github.io/compat-ja.html
Added Japanese translation of Infra Standard: https://infra.spec.whatwg.org/ at: https://triple-underscore.github.io/infra-ja.html
Added Japanese translation of Storage Standard: https://storage.spec.whatwg.org/ at: https://triple-underscore.github.io/storage-ja.html
Added Japanese translation of Console Standard: https://console.spec.whatwg.org/ at: https://triple-underscore.github.io/console-ja.html
Added two Japanese translations of: Fullscreen API: https://fullscreen.spec.whatwg.org/ at: https://triple-underscore.github.io/fullscreen-ja.html Notifications API: https://notifications.spec.whatwg.org/ at: https://triple-underscore.github.io/notifications-ja.html
Added Japanese translation of MIME sniffing: https://mimesniff.spec.whatwg.org/ at: https://triple-underscore.github.io/mimesniff-ja.html (Some of the sections (WebM, MP3 without ID3) are not translated yet.)