Property definitions

html $ HTMLRaw :: defaultinit
private class HTMLRaw
	super HTMLTag

	var content: String
	redef fun write_to(stream) do stream.write content
end
lib/html/html.nit:348,1--353,3