Next: Non-rendered pages, Up: Using the web browser [Contents][Index]
If a page’s content-type matches ‘wwe-content-type-to-render-regexp’ the page is rendered by ‘wwe-render’. Note that HTML rendering blocks Emacs. The renderer doesn’t support JavaScript or CSS.
You can change the HTML source code before rendering it, see the hook ‘wwe-change-html-functions’.
Press ‘SPC’ (‘scroll-up’) to scroll up and ‘DEL’ (‘scroll-down’) to scroll down in a page. Press ‘q’ (‘bury-buffer’) to leave a web page buffer and put it at the end of the list of all buffers. Type ‘Q’ (‘kill-this-buffer’) to kill the current buffer.
The buffer name is changed to the page’s title truncated by default to
40 characters, see ‘wwe-render-buffer-title-length’. Set
‘wwe-render-rename-buffer-to-title’ to nil
to show the URL as the
buffer name instead.
The various elements of a rendered page are described below.
• Links: | ||
• Images: | ||
• Sections: | ||
• Forms: | ||
• Lists: | ||
• Tables: | ||
• Accessibility and helpful functionality: | ||
• Faces: | ||
• Reload, rerender, and refresh URLs: |