Lines Matching +full:supports +full:- +full:hyperlinks
4 http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_toc.html
26 It supports all entity names required by the XHTML 1.0 Recommendation.
58 # ------ Methods used internally; some may be overridden
60 # --- Formatter interface, taking care of 'savedata' mode;
72 # --- Hooks to save data; shouldn't need to be overridden
99 # --- Hooks for anchors; should probably be overridden
106 hyperlinks (defined by the HREF attribute for <A> tags) within
107 the document. The list of hyperlinks is available as the data
119 index into the list of hyperlinks created by the anchor_bgn()method.
126 # --- Hook for images; should probably be overridden
137 # --------- Top level elememts
148 # ------ Head elements
173 # ------ Body elements
175 # --- Headings
225 # --- Block Structuring Elements
238 self.nofill = max(0, self.nofill - 1)
270 # --- List Elements
278 if self.list_stack: del self.list_stack[-1]
285 [dummy, label, counter] = top = self.list_stack[-1]
302 if self.list_stack: del self.list_stack[-1]
324 if self.list_stack: del self.list_stack[-1]
337 if self.list_stack[-1][0] == 'dd':
338 del self.list_stack[-1]
341 # --- Phrase Markup
400 # --- Line Break
405 # --- Horizontal Rule
410 # --- Image
436 # --- Really Old Unofficial Deprecated Stuff
442 # --- Unhandled tags
457 silent = args and args[0] == '-s'
466 if file == '-':