Sha256: 6873f2f41a4d46d2048451856836a10417814fb62c085f95ef3b5b857b72e86d

Contents?: true

Size: 503 Bytes

Versions: 4

Compression:

Stored size: 503 Bytes

Contents

<!doctype html>
<html>
<head>
	<title>Attributes test</title>
</head>
<body>
	<!-- Normal attributes -->
	<button id="test0" class="value0" title="value1">class="value0" title="value1"</button>

	<!-- Attributes with no quotes or value -->
	<button id="test1" class=value2 disabled>class=value2 disabled</button>

	<!-- Attributes with no space between them. No valid, but accepted by the browser -->
	<button id="test2" class="value4"title="value5">class="value4"title="value5"</button>
</body>
</html>

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
lanes-0.8.0 node_modules/renderkid/node_modules/htmlparser2/test/Documents/Attributes.html
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/htmlparser2/test/Documents/Attributes.html
xcodebuild-helper-1.2.3 externals/ios-sim-master/node_modules/htmlparser2/test/Documents/Attributes.html
exercism-analysis-0.1.1 vendor/javascript/node_modules/jshint/node_modules/htmlparser2/test/Documents/Attributes.html