- Perceivable
-
Text Alternatives
- Non-text Content
- WCAG 2.0 ID: text-equiv-all
- WCAG 2.1 ID: non-text-content
- Non-text Content
-
Time-based Media
- Audio-only and Video-only (Prerecorded)
- WCAG 2.0 ID: media-equiv-av-only-alt
- Audio-only and Video-only (Prerecorded)
-
- WCAG 2.1 ID: audio-only-and-video-only-prerecorded
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
/** | |
* Note that this script is intended to be included at the *end* of the document, before </body> | |
*/ | |
(function (window, document) { | |
if ('open' in document.createElement('details')) return; | |
// made global by myself to be reused elsewhere | |
var addEvent = (function () { | |
if (document.addEventListener) { | |
return function (el, type, fn) { |
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
--- | |
permalink: feed/rss.xml | |
eleventyExcludeFromCollections: true | |
--- | |
<?xml version="1.0" encoding="utf-8"?> | |
<feed xmlns="http://www.w3.org/2005/Atom"> | |
<title>{{ metadata.title }}</title> | |
<subtitle>{{ metadata.feed.subtitle }}</subtitle> | |
{% set absoluteUrl %}{{ metadata.feed.path | url | absoluteUrl(metadata.url) }}{% endset %} | |
<link href="{{ absoluteUrl }}" rel="self"/> |
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
months. In a presidential-election year | |
Andy Gump ran for chief executive on an | |
independent ticket and burlesqued the is- | |
sues of the day. The comics follow the | |
seasons and their holidays, and, despite | |
the fact that they must be planned days | |
in advance, often mirror the news of the world. | |
It is customary to have two separate | |
stories running through the cartoons, one | |
in the daily strips and another for the full |
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
/* ==UserStyle== | |
@name Twitter Remove Messages Tab | |
@author Eric Eggert | |
@version 1.0.0 | |
@namespace yatil | |
@preprocessor default | |
==/UserStyle== */ | |
@-moz-document domain("twitter.com") | |
{ |
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
/* | |
* jQuery FlexSlider v1.8 | |
* http://www.woothemes.com/flexslider/ | |
* | |
* Copyright 2012 WooThemes | |
* Free to use under the MIT license. | |
* http://www.opensource.org/licenses/mit-license.php | |
* | |
* Contributing Author: Tyler Smith | |
* |
- Ich verstehe, dass der gemeldete Inhalt auf potenzielle Verstöße gegen die Allgemeinen Geschäftsbedingungen von Twitter untersucht wird und dass ich eine rechtliche Beschwerde einreiche, die gemäß dem Netzwerkdurchsetzungsgesetz zur Vorenthaltung von Inhalten in Deutschland führen kann. Ich verstehe, dass ich mit dieser Beschwerde einen schwerwiegenden Vorwurf erhebe.
- Alle in dieser Beschwerde enthaltenen Informationen sind wahr und korrekt und ich reiche diese Beschwerde ein, weil ich in gutem Glauben der Ansicht bin, dass eine Rechtsverletzung vorliegt.
- Ich verstehe, dass der gemeldete Nutzeraccount benachrichtigt wird und dass diese Angelegenheit an die Lumen-Datenbank gemeldet, im Twitter Transparenzbericht aufgeführt und in gesetzlich vorgeschriebene öffentliche Berichte und Berichte an Behörden aufgenommen werden kann.
- Ich verstehe, dass sich durch die Einsendung unvollständiger, ungültiger oder falscher Meldungen die Wahrscheinlichkeit verringern kann, dass diese Meldung (sowie zukünftige Meldu
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
x | |
x | |
x | |
x | |
x | |
x | |
x | |
x | |
x |
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
# Require any additional compass plugins here. | |
# Set this to the root of your project when deployed: | |
http_path = "/" | |
css_dir = "css" | |
sass_dir = "sass" | |
images_dir = "img" | |
javascripts_dir = "js" | |
# You can select your preferred output style |
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
body { font-family: sans-serif; font-size: 3em } | |
ul.inline li { display: inline; } | |
ul.inline li::before { content: '' ; } | |
ul.inline li::after { content: ', ' ; } | |
ul.inline li:nth-last-child(2)::after { content: ' &' ; } | |
ul.inline li:last-child::after { content: '.' ; } |
NewerOlder