-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added API diffs for Windows 11 Desktop build 26090.
- Loading branch information
1 parent
adc0dd7
commit 41c2a78
Showing
4 changed files
with
308 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
<!DOCTYPE html> | ||
|
||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | ||
<meta name="author" content="Martin Suchan"> | ||
<title>win11.26058.to.win11.26090.diff</title> | ||
<style> | ||
/* CSS Tree menu styles */ | ||
ol.tree | ||
{ | ||
padding: 0 0 0 30px; | ||
} | ||
|
||
li | ||
{ | ||
position: relative; | ||
margin-left: -15px; | ||
list-style: none; | ||
} | ||
li img | ||
{ | ||
vertical-align: middle; | ||
margin: 0 2px 0 0; | ||
} | ||
li img.type | ||
{ | ||
vertical-align: middle; | ||
margin: 0 2px 0 10px; | ||
} | ||
li.file | ||
{ | ||
margin-left: -10px !important; | ||
} | ||
li.file p | ||
{ | ||
display: inline; | ||
font-size: 16px; | ||
margin-left: 4px; | ||
} | ||
|
||
li input | ||
{ | ||
display: inline; | ||
position: absolute; | ||
left: 0; | ||
margin-left: 0; | ||
opacity: 0; | ||
z-index: 2; | ||
cursor: pointer; | ||
height: 1em; | ||
width: 1em; | ||
top: 0; | ||
} | ||
li input + ol | ||
{ | ||
background: url(toggle-small-expand.png) 40px 0 no-repeat; | ||
margin: -1.0em 0 0 -44px; /* 15px */ | ||
height: 1em; | ||
} | ||
li input + ol > li { display: none; margin-left: -14px !important; padding-left: 1px; } | ||
li label | ||
{ | ||
display: inline; | ||
cursor: pointer; | ||
font-size: 16px; | ||
} | ||
|
||
li input:checked + ol | ||
{ | ||
background: url(toggle-small.png) 40px 5px no-repeat; | ||
margin: -22px 0 0 -44px; /* 20px */ | ||
padding: 1.563em 0 0 80px; | ||
height: auto; | ||
} | ||
li input:checked + ol > li { display: block; margin: 0 0 3px; /* 2px */} | ||
li input:checked + ol > li:last-child { margin: 0 0 0px; /* 1px */ } | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<ol class="tree"> | ||
|
||
<li><img class="type" src="changed.png" alt="changed"/><img src="namespace.gif" alt="namespace"/><label for="aea23489ce3aa9b6406ebb28e0cda430">Windows</label> <input checked type="checkbox" id="aea23489ce3aa9b6406ebb28e0cda430" /><ol> | ||
<li><img class="type" src="changed.png" alt="changed"/><img src="namespace.gif" alt="namespace"/><label for="c2241db7321f89bfdac52f044ecdcd11">Devices</label> <input checked type="checkbox" id="c2241db7321f89bfdac52f044ecdcd11" /><ol> | ||
<li><img class="type" src="changed.png" alt="changed"/><img src="namespace.gif" alt="namespace"/><label for="b7ff0242f4edd34630d135a178454fc4">Display</label> <input checked type="checkbox" id="b7ff0242f4edd34630d135a178454fc4" /><ol> | ||
<li><img class="type" src="changed.png" alt="changed"/><img src="namespace.gif" alt="namespace"/><label for="f3e59c3ba06a160c7e68b99bb070c4fc">Core</label> <input checked type="checkbox" id="f3e59c3ba06a160c7e68b99bb070c4fc" /><ol> | ||
<li class="file"><img class="type" src="added.png" alt="added"/><img src="class.gif" alt="class"/><p>DisplayMuxDevice</p><input/> | ||
</li> | ||
</ol></li> | ||
</ol></li> | ||
</ol></li> | ||
</ol></li> | ||
</ol> | ||
|
||
</body> | ||
</html> | ||
|
Oops, something went wrong.