Sha256: 36ddb486a649b14c0f8b73497d928a26120623a7782cf2e3aad6efdff5fc1f3b

Contents?: true

Size: 1.96 KB

Versions: 31

Compression:

Stored size: 1.96 KB

Contents

<!doctype html>
<html>
<head>
	<meta http-equiv="Content-type" content="text/html; charset=utf-8">
	<title>jQuery selector - attributes</title>

	<script src="../../../dist/jquery.js"></script>

	<script id="script1"
			defer
			async></script>

	<script type="text/javascript">
		document.createElement('video');
		document.createElement('audio');
		document.createElement('article');
		document.createElement('details');
	</script>
</head>
<body>
	<img id="img1"
		 ismap>

	<hr id="hr1"
		noshade>

	<form id="form1"
		  name="formName"
		  novalidate
		  formnovalidate>
		<input type="text" id="text1"
			   tabindex="1"
			   name="name"
			   required
			   autofocus
			   readonly>
		<textarea id="textarea1"
				  noresize></textarea>
	</form>

	<table>
		<tr><td id="td1"
				nowrap></td></tr>
	</table>

	<iframe id="iframe1"
			src="iframe.html"
			seamless></iframe>

	<style id="style1"
		   scoped></style>

	<ol id="ol1"
		reversed></ol>

	<article id="article1"
			 pubdate></article>

	<details id="details1"
			 open></details>

	<div id="div1"
		 nowrap
		 hidden
		 itemscope
		 draggable="true"
		 contenteditable="true"
		 aria-disabled="true">
		<p>My name is <span id="span1"
							spellcheck="true"
							itemprop="name">Elizabeth</span>.</p>
	</div>

	<audio id="audio1"
		   muted></audio>

	<video id="video1"
		   loop
		   controls
		   autoplay
		   autobuffer></video>

	<map id="map1">
		<area id="area1"
			  nohref
			  shape="default">
	</map>

	<input id="check1"
		   type="checkbox"
		   disabled
		   checked>

	<select id="select1"
			multiple>
		<option id="option1"
				selected
				value="blar">blar</option>
	</select>

	<dl id="dl"
		compact>
		<dt>Term</dt><dd>This is the first definition in compact format.</dd>
		<dt>Term</dt><dd>This is the second definition in compact format.</dd>
	</dl>

	<object id="object1"
			declare></object>

	<marquee id="marquee1"
			 direction="up"
			 truespeed>Scrolling text (non-standard)</marquee>
</body>
</html>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
sequenceserver-3.1.3 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-3.1.2 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-3.1.1 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-3.1.0 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-3.0.1 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-3.0 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-2.2.0 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-2.1.0 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-2.0.0 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-2.0.0.rc8 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-2.0.0.rc7 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-2.0.0.rc6 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-2.0.0.rc5 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-2.0.0.rc4 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-2.0.0.rc3 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-2.0.0.rc2 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-2.0.0.rc1 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-2.0.0.beta4 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-2.0.0.beta3 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html
sequenceserver-2.0.0.beta1 public/vendor/npm/webshim@1.15.8/tests/jquery/data/selector/html5_selector.html