-
Notifications
You must be signed in to change notification settings - Fork 16
Fix anchor link and location was/wasnt translated #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -65,7 +65,7 @@ light-dark(rgb(255 255 255), rgb(0 0 0)) | |||||
|
|
||||||
| Ein `<color>`-Wert kann mit einer der unten aufgeführten Methoden angegeben werden: | ||||||
|
|
||||||
| - Durch Schlüsselwörter: {{cssxref("named-color")}} (wie `blue` oder `pink`), {{CSSXref("<system-color>")}} und [`currentColor`](#currentcolor_keyword). | ||||||
| - Durch Schlüsselwörter: {{cssxref("named-color")}} (wie `blue` oder `pink`), {{CSSXref("<system-color>")}} und [`currentColor`](#currentcolor_schlüsselwort). | ||||||
| - Durch hexadezimale Notationen: {{CSSXref("<hex-color>")}} (wie `#ff0000`). | ||||||
| - Durch `<color-function>`, mit Parametern in einem {{Glossary("color_space", "Farbraum")}} unter Verwendung funktionaler Notationen: | ||||||
| - [sRGB](https://en.wikipedia.org/wiki/SRGB) Farbraum: {{CSSXref("color_value/hsl", "hsl()")}}, {{CSSXref("color_value/hwb", "hwb()")}} und {{CSSXref("color_value/rgb", "rgb()")}}. | ||||||
|
|
@@ -102,7 +102,7 @@ Wird `currentColor` als Wert der `color`-Eigenschaft verwendet, nimmt er stattde | |||||
| } | ||||||
| ``` | ||||||
|
|
||||||
| {{EmbedLiveSample("currentcolor_keyword", "100%", 80)}} | ||||||
| {{EmbedLiveSample("currentcolor_schlüsselwort", "100%", 80)}} | ||||||
|
||||||
| {{EmbedLiveSample("currentcolor_schlüsselwort", "100%", 80)}} | |
| {{EmbedLiveSample("currentcolor_keyword", "100%", 80)}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Durch die Änderung des Fragment-Links von
#currentcolor_keywordzu#currentcolor_schlüsselwortfunktioniert der Link zwar ggf. auf dieser Seite, aber im Repo gibt es viele bestehende Verweise auf/de/docs/Web/CSS/Reference/Values/color_value#currentcolor_keyword(z.B. in mehreren CSS-Guides/Referenzen). Bitte entweder das alte Fragment als Alias beibehalten (z.B. zusätzliches Anker-Element mitid="currentcolor_keyword") oder die bestehenden Verweise konsistent auf das neue Fragment umstellen, damit keine Links dauerhaft kaputt bleiben.