mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Merge pull request #1073 from gregvanl/gh-pages
Fix A11y issues per WCP report
This commit is contained in:
commit
2df901c38b
6 changed files with 33 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
|
|
|
|||
|
|
@ -2619,13 +2619,13 @@ export interface ApplyWorkspaceEditResponse {
|
|||
|
||||
Client support for `textDocument/didOpen`, `textDocument/didChange` and `textDocument/didClose` notifications is mandatory in the protocol and clients can not opt out supporting them. This includes both full and incremental syncronization in the `textDocument/didChange` notification. In addition a server must either implement all three of them or none. Their capabilities are therefore controlled via a combined client and server capability.
|
||||
|
||||
<a href="#textDocument_synchronization_cc" name="textDocument_synchronization_cc" class="anchor"></a>_Client Capability_:
|
||||
<a href="#textDocument_synchronization_cc" name="textDocument_synchronization_cc" class="anchor">_Client Capability_:</a>
|
||||
* property path (optional): `textDocument.synchronization.dynamicRegistration`
|
||||
* property type: `boolean`
|
||||
|
||||
Controls whether text document synchronization supports dynamic registration.
|
||||
|
||||
<a href="#textDocument_synchronization_sc" name="textDocument_synchronization_sc" class="anchor"></a>_Server Capability_:
|
||||
<a href="#textDocument_synchronization_sc" name="textDocument_synchronization_sc" class="anchor">_Server Capability_:</a>
|
||||
* property path (optional): `textDocumentSync`
|
||||
* property type: `TextDocumentSyncKind | TextDocumentSyncOptions`. The below definition of the `TextDocumentSyncOptions` only covers the properties specific to the open, change and close notifications. A complete definition covering all properties can be found [here](#textDocument_didClose):
|
||||
|
||||
|
|
|
|||
|
|
@ -2700,13 +2700,13 @@ export interface ApplyWorkspaceEditResponse {
|
|||
|
||||
Client support for `textDocument/didOpen`, `textDocument/didChange` and `textDocument/didClose` notifications is mandatory in the protocol and clients can not opt out supporting them. This includes both full and incremental synchronization in the `textDocument/didChange` notification. In addition a server must either implement all three of them or none. Their capabilities are therefore controlled via a combined client and server capability.
|
||||
|
||||
<a href="#textDocument_synchronization_cc" name="textDocument_synchronization_cc" class="anchor"></a>_Client Capability_:
|
||||
<a href="#textDocument_synchronization_cc" name="textDocument_synchronization_cc" class="anchor">_Client Capability_:</a>
|
||||
* property path (optional): `textDocument.synchronization.dynamicRegistration`
|
||||
* property type: `boolean`
|
||||
|
||||
Controls whether text document synchronization supports dynamic registration.
|
||||
|
||||
<a href="#textDocument_synchronization_sc" name="textDocument_synchronization_sc" class="anchor"></a>_Server Capability_:
|
||||
<a href="#textDocument_synchronization_sc" name="textDocument_synchronization_sc" class="anchor">_Server Capability_:</a>
|
||||
* property path (optional): `textDocumentSync`
|
||||
* property type: `TextDocumentSyncKind | TextDocumentSyncOptions`. The below definition of the `TextDocumentSyncOptions` only covers the properties specific to the open, change and close notifications. A complete definition covering all properties can be found [here](#textDocument_didClose):
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,10 @@ body {
|
|||
padding: 40px 0;
|
||||
}
|
||||
|
||||
.bg-primary {
|
||||
background-color: #2753e3 !important;
|
||||
}
|
||||
|
||||
.header-container {
|
||||
color: #fff;
|
||||
|
||||
|
|
@ -286,7 +290,7 @@ pre[class=highlight] {
|
|||
}
|
||||
|
||||
.highlight .mi {
|
||||
color: #F5871F
|
||||
color: #85450a
|
||||
}
|
||||
|
||||
.highlight .mo {
|
||||
|
|
@ -306,7 +310,7 @@ pre[class=highlight] {
|
|||
}
|
||||
|
||||
.highlight .s2 {
|
||||
color: #718C00
|
||||
color: #5b7201
|
||||
}
|
||||
|
||||
.highlight .se {
|
||||
|
|
@ -444,6 +448,22 @@ pre[class=highlight] {
|
|||
color: rgba(255,255,255,0.5);
|
||||
}
|
||||
|
||||
.nav .nav-link {
|
||||
color: #2753e3 !important;
|
||||
}
|
||||
|
||||
.nav .nav-link:hover {
|
||||
color: #1034a8 !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #2753e3;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #1034a8
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-nav .nav-link {
|
||||
color: white;
|
||||
}
|
||||
|
|
|
|||
10
index.html
10
index.html
|
|
@ -38,7 +38,7 @@ layout: default
|
|||
<div class="carousel-item active">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-12">
|
||||
<img src="img/vscode-css-code-complete.png" class="img-fluid rounded"/>
|
||||
<img alt="VS Code CSS code completion" src="img/vscode-css-code-complete.png" class="img-fluid rounded"/>
|
||||
<p class="text-left"><i>CSS code complete in VS Code powered by the CSS LSP Server</i></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -46,7 +46,7 @@ layout: default
|
|||
<div class="carousel-item">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-12">
|
||||
<img src="img/atom-css-code-complete.png" class="img-fluid rounded"/>
|
||||
<img alt="Atom CSS code completion" src="img/atom-css-code-complete.png" class="img-fluid rounded"/>
|
||||
<p class="text-left"><i>CSS code complete in Atom powered by the CSS LSP Server</i></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -54,7 +54,7 @@ layout: default
|
|||
<div class="carousel-item">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-12">
|
||||
<img src="img/eclipse-css-code-complete.png" class="img-fluid rounded"/>
|
||||
<img alt="Eclipse CSS code completion" src="img/eclipse-css-code-complete.png" class="img-fluid rounded"/>
|
||||
<p class="text-left"><i>CSS code complete in Eclipse IDE powered by the CSS LSP Server</i></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -62,7 +62,7 @@ layout: default
|
|||
<div class="carousel-item">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-12">
|
||||
<img src="img/vscode-ps-hover.png" class="img-fluid rounded"/>
|
||||
<img alt="VS Code PowerShell hover" src="img/vscode-ps-hover.png" class="img-fluid rounded"/>
|
||||
<p class="text-left"><i>PowerShell Hover in VS Code powered by the PowerShell LSP Server</i></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -70,7 +70,7 @@ layout: default
|
|||
<div class="carousel-item">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-8">
|
||||
<img src="img/vs-rust-code-complete.png" class="img-fluid rounded"/>
|
||||
<img atl="VS IDE Rust code completion" src="img/vs-rust-code-complete.png" class="img-fluid rounded"/>
|
||||
<p class="text-left"><i>Rust code complete in Visual Studio powered by the Rust LSP Server</i></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
---
|
||||
|
||||
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/language-server-protocol/img/favicon.png><title>LSP Inspector</title><link href=/language-server-protocol/inspector/css/app.39c3645b.css rel=preload as=style><link href=/language-server-protocol/inspector/css/chunk-vendors.c05bff2f.css rel=preload as=style><link href=/language-server-protocol/inspector/js/app.2dac2b37.js rel=preload as=script><link href=/language-server-protocol/inspector/js/chunk-vendors.3486d69f.js rel=preload as=script><link href=/language-server-protocol/inspector/css/chunk-vendors.c05bff2f.css rel=stylesheet><link href=/language-server-protocol/inspector/css/app.39c3645b.css rel=stylesheet>
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/language-server-protocol/img/favicon.png><title>LSP Inspector</title><link href=/language-server-protocol/inspector/css/app.39c3645b.css rel=preload as=style><link href=/language-server-protocol/inspector/css/chunk-vendors.c05bff2f.css rel=preload as=style><link href=/language-server-protocol/inspector/js/app.2dac2b37.js rel=preload as=script><link href=/language-server-protocol/inspector/js/chunk-vendors.3486d69f.js rel=preload as=script><link href=/language-server-protocol/inspector/css/chunk-vendors.c05bff2f.css rel=stylesheet><link href=/language-server-protocol/inspector/css/app.39c3645b.css rel=stylesheet>
|
||||
<link rel="stylesheet" href="{{ "/css/bootswatch/cosmo/bootstrap.min.css" | prepend: site.baseurl }}">
|
||||
<link rel="stylesheet" href="{{ "/css/fontawesome-all.min.css" | prepend: site.baseurl }}">
|
||||
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue