Home
last modified time | relevance | path

Searched refs:BUG_MSG (Results 1 – 4 of 4) sorted by relevance

/dports/www/dillo2/dillo-3.0.5/src/
H A Dhtml.cc168 BUG_MSG("URL has %d illegal byte%s: " in a_Html_url_new()
990 BUG_MSG("Literal '&'."); in Html_parse_entity()
1657 BUG_MSG("<html> was already open."); in Html_tag_open_html()
1684 BUG_MSG("<head> was already open."); in Html_tag_open_head()
1734 BUG_MSG("Redundant <title>."); in Html_tag_open_title()
1833 BUG_MSG("<body> was already open."); in Html_tag_open_body()
1840 BUG_MSG("Unclosed <head>."); in Html_tag_open_body()
2346 BUG_MSG("Nested <map>."); in Html_tag_content_map()
2431 BUG_MSG("<area> not inside <map>."); in Html_tag_content_area()
2942 BUG_MSG("<li> outside <ul> or <ol>."); in Html_tag_open_li()
[all …]
H A Dtable.cc51 BUG_MSG("<table> cellspacing attribute is obsolete."); in Html_tag_open_table()
57 BUG_MSG("<table> cellpadding attribute is obsolete."); in Html_tag_open_table()
91 BUG_MSG("<table> width attribute is obsolete."); in Html_tag_open_table()
105 BUG_MSG("<table> align attribute is obsolete."); in Html_tag_open_table()
114 BUG_MSG("<table> bgcolor attribute is obsolete."); in Html_tag_open_table()
195 BUG_MSG("<tr> bgcolor attribute is obsolete."); in Html_tag_open_tr()
382 BUG_MSG("<t%c> nowrap attribute is obsolete.", in Html_tag_open_table_cell()
395 BUG_MSG("<t%c> width attribute is obsolete.", in Html_tag_open_table_cell()
407 BUG_MSG("<t%c> bgcolor attribute is obsolete.", in Html_tag_open_table_cell()
426 BUG_MSG("<t%c> outside <table>.", in Html_tag_content_table_cell()
[all …]
H A Dform.cc346 BUG_MSG("Nested <form>."); in Html_tag_open_form()
366 BUG_MSG("<form> requires action attribute."); in Html_tag_open_form()
440 BUG_MSG("<input> inside <select>."); in Html_tag_open_input()
444 BUG_MSG("<input> inside <button>."); in Html_tag_open_input()
648 BUG_MSG("<textarea> requires cols attribute."); in Html_tag_content_textarea()
660 BUG_MSG("<textarea> requires rows attribute."); in Html_tag_content_textarea()
808 BUG_MSG("<optgroup> outside <select>."); in Html_tag_open_optgroup()
812 BUG_MSG("Nested <optgroup>."); in Html_tag_open_optgroup()
830 BUG_MSG("<optgroup> requires label attribute."); in Html_tag_open_optgroup()
868 BUG_MSG("<option> outside <select>."); in Html_tag_open_option()
[all …]
H A Dhtml_common.hh32 #define BUG_MSG(...) \ macro