Content-Length: 303129 | pFad | https://redirect.github.com/nodejs/node/commit/d423638281
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edeb157 commit d423638Copy full SHA for d423638
doc/api_assets/style.css
@@ -122,6 +122,19 @@ a.type {
122
font-size: .9em;
123
}
124
125
+.skip-to-content {
126
+ position: fixed;
127
+ top: -300%;
128
+}
129
+.skip-to-content:focus {
130
+ display: block;
131
+ top: 0;
132
+ left: 0;
133
+ background-color: var(--green1);
134
+ padding: 1rem;
135
+ z-index: 999999;
136
137
+
138
#content {
139
position: relative;
140
doc/template.html
@@ -26,6 +26,7 @@
26
__JS_FLAVORED_DYNAMIC_CSS__
27
</head>
28
<body class="alt apidoc" id="api-section-__FILENAME__">
29
+ <a href="#apicontent" class="skip-to-content">Skip to content</a>
30
<div id="content" class="clearfix">
31
<div role="navigation" id="column2" class="interior">
32
<div id="intro" class="interior">
Fetched URL: https://redirect.github.com/nodejs/node/commit/d423638281
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments