Created
July 13, 2023 07:32
-
-
Save webdados/fc892ea1713720fa9491afab99752148 to your computer and use it in GitHub Desktop.
Testing language changes with screen readers
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="pt-PT"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title></title> | |
</head> | |
<body> | |
<p>Junta-te à comunidade lisboeta no maior evento presencial desde o confinamento. Assiste às palestras sobre Marketing, SEO, comércio electrónico, tecnologia, conteúdo e tudo o que está relacionado com o WordPress e a web, também com espaço para o bem-estar pessoal. Participa nos workshops, contribui para este projecto open source e faz networking com a TUA comunidade.</p> | |
<!-- Testing lang attribute on a outter html element - It works for all inner elements --> | |
<div lang="en"> | |
<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="683" src="https://lisboa.wordcamp.org/2023/files/2022/06/wpcamp2019-day1-24-1024x683.jpeg" alt="Be Kind! Everyone you meet is fighting a battle you know nothing about." title="Be Kind! Everyone you meet is fighting a battle you know nothing about." class="wp-image-398" srcset="https://lisboa.wordcamp.org/2023/files/2022/06/wpcamp2019-day1-24-1024x683.jpeg 1024w, https://lisboa.wordcamp.org/2023/files/2022/06/wpcamp2019-day1-24-300x200.jpeg 300w, https://lisboa.wordcamp.org/2023/files/2022/06/wpcamp2019-day1-24-768x512.jpeg 768w, https://lisboa.wordcamp.org/2023/files/2022/06/wpcamp2019-day1-24-450x300.jpeg 450w, https://lisboa.wordcamp.org/2023/files/2022/06/wpcamp2019-day1-24-1536x1024.jpeg 1536w, https://lisboa.wordcamp.org/2023/files/2022/06/wpcamp2019-day1-24-2048x1365.jpeg 2048w" sizes="(max-width: 1024px) 100vw, 1024px"></figure> | |
<p>A WordCamp is, by definition, a local event, but we welcome everyone to meet and exchange knowledge with our community. Lisbon and Portugal are the perfect warm-up for WordCamp Europe 2023 in Athens, which will happen 3 weeks later. Come here, enjoy WordCamp Lisboa 2023, spend some time exploring this beautiful city and country, and then fly to Athens, explore for a while and attend WordCamp Europe 2023.</p> | |
</div> | |
<!-- Testing going back to the main language - It works --> | |
<p>Queremos que o WordCamp Lisboa seja um evento inclusivo e acessível. Gostávamos de receber participantes, oradores, voluntários e patrocinadores representem a diversidade da comunidade, independentemente do nível de experiência e formação.</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment