Amaya是一套由W3C及INRIA所制作的开源网页浏览器及网页制作软体。它是 Grif这套所见即所得的SGML编辑器及Symposia HTML编辑器的後代。 Amaya最初的设计成一套 HTML 及 CSS编辑器,但它後来扩展成支持 XML相容规格的编辑器,如 XHTML, MathML 及 SVG。它可以显示开放图像格式如 PNG,SVG及SVG动画。现在它广泛广用於新网页技术试验台,以测试那些未能於主流浏览器上运行的技术。但是,虽然是由W3C所开发,但它却讽刺地未能完整支持CSS,就如截图所示。而且对於中文、日语和韩语的支援尚未完善。

New Features
- This snapshot integrates a first level in the support of XHTML+RDFa documents :
- the specific RDFa attributes are allowed at parsing and proposed at editing
- the attributes rel/rev are global for that profile and proposed with the values defined in the working draft
- a new XHTML+RDFa documents can be created from the menu, Amaya generates the namespace declarations defined in the RDFa Preference.
- Shift+wheel scrolls the document horizontally
- Support direct resizing of images
- Integration of Japanese dialogs thanks to Martin Dürst
- XHTML, MathML, SVG, Template, and XML panels are now tabs of the "Elements" tool
- Few new characters are proposed in the "Special Characters" tool
- A 'Span' menu item is now available in the menu Insert > Character Element
- A new RDFa Preference allows the user to define the namespace declarations that will be attached to the root element for a new XHTML+RDFa document
- A new command 'Tools > Namespace Declaration' allows to add/remove a namespace declaration for the selected element (beta version)
- Support of SVG editing (still work in progress)
- Support of template editing (still work in progress)
- the Crtl-Click command opens a link in a new tab (Unix and Windows)
- Move to wxWidgets 2.8.8
- The Reload command re-open the source or the structure view
- New management of Help documentation
Bug fixes
- Improvement of the rendering engine
- When the user selects in the structure view, the selection path was not displayed in the status bar
- Sometimes images within a table were not displayed
- CSS style sheets attached to an object were not applied
- Close the help window when the user closes the last window document
- The Save all command was active only when a edited document is displayed
- Documents are now scrolled page by page
- On Mac OS X the focus could be lost when a dialog is closed
- On Mac OS X, Ctrl Enter didn't insert a <br>
- Improvement of MathML editing
- It was impossible to extend the selection outside a table
- <br> elements were not copied/pasted
- All attributes in MathML expressions were considered invalid
- Interpretation of attributes attached to <col> elements to fix alignment, background-color, and width
- Display "Column" instead of "td" or "th" in the statusbar when the whole column is selected
- A background image CSS property attached to any element (*) was not applied immediately
- Improvement of XML document saving
- On Mac OS X, the default charset was set to us-ascii by error
- Amaya now uses the Content Location to save a remote document without suffix (instead of redirecting to the Save As dialog)
- Amaya requested a confirmation each times the PUT is redirected
- Amaya keeps "\windows-serversharenamefilename.html" URIs unchanged
- When text typed causes image contents to be pushed (to the right) along with text, only part of the image was refreshed
- In source view, <shif-PageUP/DN>, <shift-DNarrow>, and <shift-RTarrow> didn't work well.