Live lists of open defects, regressions, and feature gaps are kept on the GitHub project for AWeb 3.6 maintained by amigazen project:
Visit these URLs using a modern web browser on a system that can reach GitHub.
The GitHub website itself assumes a modern HTML5/CSS3/JavaScript browser. AWeb is not able to render GitHub usefully: you will need a current desktop or mobile browser to read issues, pull requests, and project documentation on GitHub.
Sites like GitHub or Google assume a current engine. AWeb does not implement the following (non-exhaustive); absence of these is why most "modern" pages fail before any AWeb-specific bug matters:
video, audio,
canvas, svg as first-class document graphics,
template, slot, semantic layout tags as live components)@media queries as authors use them today, custom properties / variables,
animations and transitions as on mainstream sites)import/export,
class, async/await, native Promise stacks,
arrow functions, Map/Set used pervasively, tagged templates, etc.)fetch() and other modern network APIs (AWeb targets
JavaScript 1.5 / ES3 plus experimental XMLHttpRequest, not the
modern fetch ecosystem)wasm) runtimesquerySelector/querySelectorAll,
classList, mutation observers, full event model as on desktop Chrome,
drag-and-drop API, intersection observers, etc. — many are missing or incomplete)localStorage / sessionStorage,
IndexedDB, and large client-side storage models sites rely onFor release-specific notes and a high-level change log shipped with this binary, see Release history in this documentation set.