mirror of
				https://github.com/lightpanda-io/browser.git
				synced 2025-10-30 15:41:48 +00:00 
			
		
		
		
	html: add strong tag
This commit is contained in:
		| @@ -187,6 +187,7 @@ pub const Tag = enum(u8) { | ||||
|     source = c.DOM_HTML_ELEMENT_TYPE_SOURCE, | ||||
|     span = c.DOM_HTML_ELEMENT_TYPE_SPAN, | ||||
|     style = c.DOM_HTML_ELEMENT_TYPE_STYLE, | ||||
|     strong = c.DOM_HTML_ELEMENT_TYPE_STRONG, | ||||
|     table = c.DOM_HTML_ELEMENT_TYPE_TABLE, | ||||
|     caption = c.DOM_HTML_ELEMENT_TYPE_CAPTION, | ||||
|     th = c.DOM_HTML_ELEMENT_TYPE_TH, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pierre Tachoire
					Pierre Tachoire