際際滷

際際滷Share a Scribd company logo
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
:focus {
outline: none;
}
How to make an inaccessible website - CSS Minsk JS
a:focus {
outline: 0;
}
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
table {
display: block;
}
table {
display: block;
}
How to make an inaccessible website - CSS Minsk JS
<h1 aria-hidden="true">
What heading?
</h1>
How to make an inaccessible website - CSS Minsk JS
<body aria-hidden="true">
What content?
</body>
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
<h1>
Boring heading
</h1>
<div>
No heading at all!
</div>
<div class="ui list">
<div class="item">
1
</div>
<div class="item">
2
</div>
<div class="item">
3
</div>
</div>
How to make an inaccessible website - CSS Minsk JS
<h1 role="presentation">
No heading at all!
</h1>
<table>
<tr>
<td colspan="2">Header</td>
</tr>
<tr>
<td>Main content</td>
<td>Sidebar</td>
</tr>
<tr>
<td colspan="2">Footer</td>
</tr>
</table>
<table role="presentation">
<tr>
<td colspan="2">Header</td>
</tr>
<tr>
<td>Main content</td>
<td>Sidebar</td>
</tr>
<tr>
<td colspan="2">Footer</td>
</tr>
</table>
<ul role="tablist">
<li>
<a href="#tab1" role="tab">Tab 1</a>
</li>
<li>
<a href="#tab2" role="tab">Tab 2</a>
</li>
<li>
<a href="#tab3" role="tab">Tab 3</a>
</li>
</ul>
<ul role="tablist">
<li role="presentation">
<a href="#tab1" role="tab">Tab 1</a>
</li>
<li role="presentation">
<a href="#tab2" role="tab">Tab 2</a>
</li>
<li role="presentation">
<a href="#tab3" role="tab">Tab 3</a>
</li>
</ul>
How to make an inaccessible website - CSS Minsk JS
<a href="/">Home</a>
<a>Home</a>
How to make an inaccessible website - CSS Minsk JS
<div aria-haspopup="false" data-focusable="true" tabindex="0"
class="css-1dbjc4n r-1habvwh r-1loqt21 r-6koalj r-1j3t67a r-
1w50u8q r-o7ynqc r-1j63xyz" data-testid="trend"
role="link"><div dir="auto" class="css-901oao r-1re7ezh r-
1qd0xha r-n6v787 r-16dba41 r-1sf4r6n r-bcqeeo r-qvutc0"><span
aria-hidden="true" class="css-901oao css-16my406 r-1qd0xha r-
ad9z0x r-bcqeeo r-qvutc0">3<span aria-hidden="true" class="css-
901oao css-16my406 r-1re7ezh r-1qd0xha r-ad9z0x r-bcqeeo r-
ou255f r-qvutc0"><span class="css-901oao css-16my406 r-1qd0xha
r-ad9z0x r-bcqeeo r-
qvutc0">揃</span></span></span>Trending</div><div dir="ltr"
class="css-901oao r-hkyrab r-1qd0xha r-a023e6 r-vw2c0b r-ad9z0x
r-bcqeeo r-vmopo1 r-qvutc0"><span class="css-901oao css-16my406
r-1qd0xha r-ad9z0x r-bcqeeo r-
qvutc0">Philanthropist</span></div><div dir="auto" class="css-
901oao r-1re7ezh r-1qd0xha r-a023e6 r-16dba41 r-ad9z0x r-bcqeeo
r-vmopo1 r-qvutc0"><span class="css-901oao css-16my406 r-
1qd0xha r-ad9z0x r-bcqeeo r-qvutc0">6,218
Tweets</span></div></div>
<div aria-haspopup="false" data-focusable="true" tabindex="0"
class="css-1dbjc4n r-1habvwh r-1loqt21 r-6koalj r-1j3t67a r-
1w50u8q r-o7ynqc r-1j63xyz" data-testid="trend"
role="link"><div dir="auto" class="css-901oao r-1re7ezh r-
1qd0xha r-n6v787 r-16dba41 r-1sf4r6n r-bcqeeo r-qvutc0"><span
aria-hidden="true" class="css-901oao css-16my406 r-1qd0xha r-
ad9z0x r-bcqeeo r-qvutc0">3<span aria-hidden="true" class="css-
901oao css-16my406 r-1re7ezh r-1qd0xha r-ad9z0x r-bcqeeo r-
ou255f r-qvutc0"><span class="css-901oao css-16my406 r-1qd0xha
r-ad9z0x r-bcqeeo r-
qvutc0">揃</span></span></span>Trending</div><div dir="ltr"
class="css-901oao r-hkyrab r-1qd0xha r-a023e6 r-vw2c0b r-ad9z0x
r-bcqeeo r-vmopo1 r-qvutc0"><span class="css-901oao css-16my406
r-1qd0xha r-ad9z0x r-bcqeeo r-
qvutc0">Philanthropist</span></div><div dir="auto" class="css-
901oao r-1re7ezh r-1qd0xha r-a023e6 r-16dba41 r-ad9z0x r-bcqeeo
r-vmopo1 r-qvutc0"><span class="css-901oao css-16my406 r-
1qd0xha r-ad9z0x r-bcqeeo r-qvutc0">6,218
Tweets</span></div></div>
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
<span aria-hidden="true" class="css-901oao css-16my406 r-1re7ezh r-1qd0xha r-
ad9z0x r-bcqeeo r-ou255f r-qvutc0">
<span class="css-901oao css-16my406 r-1qd0xha r-ad9z0x r-bcqeeo r-qvutc0">
揃
</span>
</span>
.css-901oao { border: 0 solid black; box-sizing: border-box; color:
rgba(0,0,0,1.00); display: inline; font: 14px system-ui,-apple-
system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-
serif; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top:
0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top:
0px; white-space: pre-wrap; word-wrap: break-word;} .css-16my406 { color:
inherit; font: inherit; white-space: inherit; } .r-ou255f { padding-left:
5px; padding-right: 5px; } .r-ad9z0x { line-height: 1.3125; } .r-bcqeeo {
min-width: 0px; } .r-qvutc0 { overflow-wrap: break-word; } .r-1qd0xha { font-
family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Ubuntu, "Helvetica Neue", sans-serif; } .r-1re7ezh { color: rgb(101, 119,
134); }
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS
How to make an inaccessible website - CSS Minsk JS

More Related Content

Similar to How to make an inaccessible website - CSS Minsk JS (20)

Second raidteam.html
Second raidteam.htmlSecond raidteam.html
Second raidteam.html
Craig Farish
Ss 36932418[1]
Ss 36932418[1]Ss 36932418[1]
Ss 36932418[1]
Ya Jinda
悋惡 悋悋惷惺
悋惡 悋悋惷惺悋惡 悋悋惷惺
悋惡 悋悋惷惺
khaliled
Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)
Jim Osowski
Introduction to Bootstrap
Introduction to BootstrapIntroduction to Bootstrap
Introduction to Bootstrap
Ron Reiter
IT1150CapstoneProjectFall2016TedCarr
IT1150CapstoneProjectFall2016TedCarrIT1150CapstoneProjectFall2016TedCarr
IT1150CapstoneProjectFall2016TedCarr
Ted Carr
Los Estados De La Materia
Los Estados De La MateriaLos Estados De La Materia
Los Estados De La Materia
Mayritalinda
El Tiempo Nos Ensea 214392
El Tiempo Nos Ensea 214392El Tiempo Nos Ensea 214392
El Tiempo Nos Ensea 214392
guestc65f09
Presentation html5 css3 by thibaut
Presentation html5 css3 by thibautPresentation html5 css3 by thibaut
Presentation html5 css3 by thibaut
Thibaut Baillet
Vaadin Components @ Angular U
Vaadin Components @ Angular UVaadin Components @ Angular U
Vaadin Components @ Angular U
Joonas Lehtinen
Jina Bolton
Jina BoltonJina Bolton
Jina Bolton
Carsonified Team
[SUTD GDSC] Intro to HTML and CSS
[SUTD GDSC] Intro to HTML and CSS[SUTD GDSC] Intro to HTML and CSS
[SUTD GDSC] Intro to HTML and CSS
BeckhamWee
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
Terry Ryan
Stole16
Stole16Stole16
Stole16
rworldoffice
Templates81 special document
Templates81 special documentTemplates81 special document
Templates81 special document
Lan Nguyen
Templates81 special document
Templates81 special documentTemplates81 special document
Templates81 special document
Lan Nguyen
Fronttechnieken met HTML5 en de Slice-template
Fronttechnieken met HTML5 en de Slice-templateFronttechnieken met HTML5 en de Slice-template
Fronttechnieken met HTML5 en de Slice-template
Inventis Web Architects
RSS: the duct tape of web2.0
RSS: the duct tape of web2.0RSS: the duct tape of web2.0
RSS: the duct tape of web2.0
Rob Clark
http://kariwebsite.com/
http://kariwebsite.com/http://kariwebsite.com/
http://kariwebsite.com/
kariwebsite
Caracteristicas Basicas De Htlm
Caracteristicas Basicas De HtlmCaracteristicas Basicas De Htlm
Caracteristicas Basicas De Htlm
Maria S Rivera
Second raidteam.html
Second raidteam.htmlSecond raidteam.html
Second raidteam.html
Craig Farish
Ss 36932418[1]
Ss 36932418[1]Ss 36932418[1]
Ss 36932418[1]
Ya Jinda
悋惡 悋悋惷惺
悋惡 悋悋惷惺悋惡 悋悋惷惺
悋惡 悋悋惷惺
khaliled
Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)
Jim Osowski
Introduction to Bootstrap
Introduction to BootstrapIntroduction to Bootstrap
Introduction to Bootstrap
Ron Reiter
IT1150CapstoneProjectFall2016TedCarr
IT1150CapstoneProjectFall2016TedCarrIT1150CapstoneProjectFall2016TedCarr
IT1150CapstoneProjectFall2016TedCarr
Ted Carr
Los Estados De La Materia
Los Estados De La MateriaLos Estados De La Materia
Los Estados De La Materia
Mayritalinda
El Tiempo Nos Ensea 214392
El Tiempo Nos Ensea 214392El Tiempo Nos Ensea 214392
El Tiempo Nos Ensea 214392
guestc65f09
Presentation html5 css3 by thibaut
Presentation html5 css3 by thibautPresentation html5 css3 by thibaut
Presentation html5 css3 by thibaut
Thibaut Baillet
Vaadin Components @ Angular U
Vaadin Components @ Angular UVaadin Components @ Angular U
Vaadin Components @ Angular U
Joonas Lehtinen
[SUTD GDSC] Intro to HTML and CSS
[SUTD GDSC] Intro to HTML and CSS[SUTD GDSC] Intro to HTML and CSS
[SUTD GDSC] Intro to HTML and CSS
BeckhamWee
Introduction to HTML5
Introduction to HTML5Introduction to HTML5
Introduction to HTML5
Terry Ryan
Templates81 special document
Templates81 special documentTemplates81 special document
Templates81 special document
Lan Nguyen
Templates81 special document
Templates81 special documentTemplates81 special document
Templates81 special document
Lan Nguyen
Fronttechnieken met HTML5 en de Slice-template
Fronttechnieken met HTML5 en de Slice-templateFronttechnieken met HTML5 en de Slice-template
Fronttechnieken met HTML5 en de Slice-template
Inventis Web Architects
RSS: the duct tape of web2.0
RSS: the duct tape of web2.0RSS: the duct tape of web2.0
RSS: the duct tape of web2.0
Rob Clark
http://kariwebsite.com/
http://kariwebsite.com/http://kariwebsite.com/
http://kariwebsite.com/
kariwebsite
Caracteristicas Basicas De Htlm
Caracteristicas Basicas De HtlmCaracteristicas Basicas De Htlm
Caracteristicas Basicas De Htlm
Maria S Rivera

More from Ian Pouncey (7)

Accessible user experiences in four minutes, thirty three seconds
Accessible user experiences in four minutes, thirty three secondsAccessible user experiences in four minutes, thirty three seconds
Accessible user experiences in four minutes, thirty three seconds
Ian Pouncey
Accessible Code for Web Designers - CSUN 2017
Accessible Code for Web Designers - CSUN 2017Accessible Code for Web Designers - CSUN 2017
Accessible Code for Web Designers - CSUN 2017
Ian Pouncey
Accessible UX&D Minimal Viable Design
Accessible UX&D  Minimal Viable DesignAccessible UX&D  Minimal Viable Design
Accessible UX&D Minimal Viable Design
Ian Pouncey
Accessibility at the BBC
Accessibility at the BBCAccessibility at the BBC
Accessibility at the BBC
Ian Pouncey
Cyberethics and accessibility
Cyberethics and accessibilityCyberethics and accessibility
Cyberethics and accessibility
Ian Pouncey
Practical accessibility
Practical accessibilityPractical accessibility
Practical accessibility
Ian Pouncey
Standards-next: Content and Cognition
Standards-next: Content and CognitionStandards-next: Content and Cognition
Standards-next: Content and Cognition
Ian Pouncey
Accessible user experiences in four minutes, thirty three seconds
Accessible user experiences in four minutes, thirty three secondsAccessible user experiences in four minutes, thirty three seconds
Accessible user experiences in four minutes, thirty three seconds
Ian Pouncey
Accessible Code for Web Designers - CSUN 2017
Accessible Code for Web Designers - CSUN 2017Accessible Code for Web Designers - CSUN 2017
Accessible Code for Web Designers - CSUN 2017
Ian Pouncey
Accessible UX&D Minimal Viable Design
Accessible UX&D  Minimal Viable DesignAccessible UX&D  Minimal Viable Design
Accessible UX&D Minimal Viable Design
Ian Pouncey
Accessibility at the BBC
Accessibility at the BBCAccessibility at the BBC
Accessibility at the BBC
Ian Pouncey
Cyberethics and accessibility
Cyberethics and accessibilityCyberethics and accessibility
Cyberethics and accessibility
Ian Pouncey
Practical accessibility
Practical accessibilityPractical accessibility
Practical accessibility
Ian Pouncey
Standards-next: Content and Cognition
Standards-next: Content and CognitionStandards-next: Content and Cognition
Standards-next: Content and Cognition
Ian Pouncey

Recently uploaded (20)

Microsoft Azure: Empowering the Future of Cloud Technology
Microsoft Azure: Empowering the Future of Cloud TechnologyMicrosoft Azure: Empowering the Future of Cloud Technology
Microsoft Azure: Empowering the Future of Cloud Technology
cyberpoint678
BGP Best Practices, presented by Imtiaz Sajid
BGP Best Practices, presented by Imtiaz SajidBGP Best Practices, presented by Imtiaz Sajid
BGP Best Practices, presented by Imtiaz Sajid
APNIC
PresentWEFWEFWERWERWERWERREWREWation.pptx
PresentWEFWEFWERWERWERWERREWREWation.pptxPresentWEFWEFWERWERWERWERREWREWation.pptx
PresentWEFWEFWERWERWERWERREWREWation.pptx
toxicsuprit
Measuring ECN, presented by Geoff Huston at IETF 122
Measuring ECN, presented by Geoff Huston at IETF 122Measuring ECN, presented by Geoff Huston at IETF 122
Measuring ECN, presented by Geoff Huston at IETF 122
APNIC
Odoo demo .pdf
Odoo demo                           .pdfOdoo demo                           .pdf
Odoo demo .pdf
dela33martin33
Chapter 6-firewalls-whitman-information security.ppt
Chapter 6-firewalls-whitman-information security.pptChapter 6-firewalls-whitman-information security.ppt
Chapter 6-firewalls-whitman-information security.ppt
ayeshabatool947681
Shopify Store Setup_ Database Management for Large Stores.pdf
Shopify Store Setup_ Database Management for Large Stores.pdfShopify Store Setup_ Database Management for Large Stores.pdf
Shopify Store Setup_ Database Management for Large Stores.pdf
CartCoders
Expert Odoo support services (1).pdf
Expert Odoo support services     (1).pdfExpert Odoo support services     (1).pdf
Expert Odoo support services (1).pdf
dela33martin33
Blue Simple Professional CV Resume (2).pdf
Blue Simple Professional CV Resume (2).pdfBlue Simple Professional CV Resume (2).pdf
Blue Simple Professional CV Resume (2).pdf
deepakpendbhaje
Expert Odoo Support Services .pdf
Expert Odoo Support Services         .pdfExpert Odoo Support Services         .pdf
Expert Odoo Support Services .pdf
dela33martin33
Chapter 1 Handoutfffffffffffffffffffffffffffffffffffff.pdf
Chapter 1 Handoutfffffffffffffffffffffffffffffffffffff.pdfChapter 1 Handoutfffffffffffffffffffffffffffffffffffff.pdf
Chapter 1 Handoutfffffffffffffffffffffffffffffffffffff.pdf
hamsalubekana
IETF 122: draft-ietf-regext-rdap-rir-search-16
IETF 122: draft-ietf-regext-rdap-rir-search-16IETF 122: draft-ietf-regext-rdap-rir-search-16
IETF 122: draft-ietf-regext-rdap-rir-search-16
APNIC
ESTUDO DO ARTIGO 22 AO 39 DO CDIGO CVIL.pdf
ESTUDO DO ARTIGO 22 AO 39 DO CDIGO CVIL.pdfESTUDO DO ARTIGO 22 AO 39 DO CDIGO CVIL.pdf
ESTUDO DO ARTIGO 22 AO 39 DO CDIGO CVIL.pdf
HELLEN CRISTINA
Odoo Migration Services-1 .pdf
Odoo Migration Services-1           .pdfOdoo Migration Services-1           .pdf
Odoo Migration Services-1 .pdf
dela33martin33
際際滷s: Eco Economic Epochs World Game's Great Redesign .pdf
際際滷s: Eco Economic Epochs World Game's Great Redesign .pdf際際滷s: Eco Economic Epochs World Game's Great Redesign .pdf
際際滷s: Eco Economic Epochs World Game's Great Redesign .pdf
Steven McGee
Complete Nmap Scanning Commands CheatSheet by Hackopedia Utkarsh Thakur
Complete Nmap Scanning Commands CheatSheet by Hackopedia Utkarsh ThakurComplete Nmap Scanning Commands CheatSheet by Hackopedia Utkarsh Thakur
Complete Nmap Scanning Commands CheatSheet by Hackopedia Utkarsh Thakur
Hackopedia Utkarsh Thakur
Amazon Sidewalk: A Global Wake-Up Call for the Telecom Industry
Amazon Sidewalk: A Global Wake-Up Call for the Telecom IndustryAmazon Sidewalk: A Global Wake-Up Call for the Telecom Industry
Amazon Sidewalk: A Global Wake-Up Call for the Telecom Industry
David Swift
Chapter-2-NSA_Network System Administration.pdf
Chapter-2-NSA_Network System Administration.pdfChapter-2-NSA_Network System Administration.pdf
Chapter-2-NSA_Network System Administration.pdf
AssefaSen
The Evolution of Home Security from Cameras to Smart Systems.pdf
The Evolution of Home Security from Cameras to Smart Systems.pdfThe Evolution of Home Security from Cameras to Smart Systems.pdf
The Evolution of Home Security from Cameras to Smart Systems.pdf
Internet Bundle Now
DT Presentation[1].pptxeffsffewfwefewfewefefeef
DT Presentation[1].pptxeffsffewfwefewfewefefeefDT Presentation[1].pptxeffsffewfwefewfewefefeef
DT Presentation[1].pptxeffsffewfwefewfewefefeef
dipanshu1721
Microsoft Azure: Empowering the Future of Cloud Technology
Microsoft Azure: Empowering the Future of Cloud TechnologyMicrosoft Azure: Empowering the Future of Cloud Technology
Microsoft Azure: Empowering the Future of Cloud Technology
cyberpoint678
BGP Best Practices, presented by Imtiaz Sajid
BGP Best Practices, presented by Imtiaz SajidBGP Best Practices, presented by Imtiaz Sajid
BGP Best Practices, presented by Imtiaz Sajid
APNIC
PresentWEFWEFWERWERWERWERREWREWation.pptx
PresentWEFWEFWERWERWERWERREWREWation.pptxPresentWEFWEFWERWERWERWERREWREWation.pptx
PresentWEFWEFWERWERWERWERREWREWation.pptx
toxicsuprit
Measuring ECN, presented by Geoff Huston at IETF 122
Measuring ECN, presented by Geoff Huston at IETF 122Measuring ECN, presented by Geoff Huston at IETF 122
Measuring ECN, presented by Geoff Huston at IETF 122
APNIC
Chapter 6-firewalls-whitman-information security.ppt
Chapter 6-firewalls-whitman-information security.pptChapter 6-firewalls-whitman-information security.ppt
Chapter 6-firewalls-whitman-information security.ppt
ayeshabatool947681
Shopify Store Setup_ Database Management for Large Stores.pdf
Shopify Store Setup_ Database Management for Large Stores.pdfShopify Store Setup_ Database Management for Large Stores.pdf
Shopify Store Setup_ Database Management for Large Stores.pdf
CartCoders
Expert Odoo support services (1).pdf
Expert Odoo support services     (1).pdfExpert Odoo support services     (1).pdf
Expert Odoo support services (1).pdf
dela33martin33
Blue Simple Professional CV Resume (2).pdf
Blue Simple Professional CV Resume (2).pdfBlue Simple Professional CV Resume (2).pdf
Blue Simple Professional CV Resume (2).pdf
deepakpendbhaje
Expert Odoo Support Services .pdf
Expert Odoo Support Services         .pdfExpert Odoo Support Services         .pdf
Expert Odoo Support Services .pdf
dela33martin33
Chapter 1 Handoutfffffffffffffffffffffffffffffffffffff.pdf
Chapter 1 Handoutfffffffffffffffffffffffffffffffffffff.pdfChapter 1 Handoutfffffffffffffffffffffffffffffffffffff.pdf
Chapter 1 Handoutfffffffffffffffffffffffffffffffffffff.pdf
hamsalubekana
IETF 122: draft-ietf-regext-rdap-rir-search-16
IETF 122: draft-ietf-regext-rdap-rir-search-16IETF 122: draft-ietf-regext-rdap-rir-search-16
IETF 122: draft-ietf-regext-rdap-rir-search-16
APNIC
ESTUDO DO ARTIGO 22 AO 39 DO CDIGO CVIL.pdf
ESTUDO DO ARTIGO 22 AO 39 DO CDIGO CVIL.pdfESTUDO DO ARTIGO 22 AO 39 DO CDIGO CVIL.pdf
ESTUDO DO ARTIGO 22 AO 39 DO CDIGO CVIL.pdf
HELLEN CRISTINA
Odoo Migration Services-1 .pdf
Odoo Migration Services-1           .pdfOdoo Migration Services-1           .pdf
Odoo Migration Services-1 .pdf
dela33martin33
際際滷s: Eco Economic Epochs World Game's Great Redesign .pdf
際際滷s: Eco Economic Epochs World Game's Great Redesign .pdf際際滷s: Eco Economic Epochs World Game's Great Redesign .pdf
際際滷s: Eco Economic Epochs World Game's Great Redesign .pdf
Steven McGee
Complete Nmap Scanning Commands CheatSheet by Hackopedia Utkarsh Thakur
Complete Nmap Scanning Commands CheatSheet by Hackopedia Utkarsh ThakurComplete Nmap Scanning Commands CheatSheet by Hackopedia Utkarsh Thakur
Complete Nmap Scanning Commands CheatSheet by Hackopedia Utkarsh Thakur
Hackopedia Utkarsh Thakur
Amazon Sidewalk: A Global Wake-Up Call for the Telecom Industry
Amazon Sidewalk: A Global Wake-Up Call for the Telecom IndustryAmazon Sidewalk: A Global Wake-Up Call for the Telecom Industry
Amazon Sidewalk: A Global Wake-Up Call for the Telecom Industry
David Swift
Chapter-2-NSA_Network System Administration.pdf
Chapter-2-NSA_Network System Administration.pdfChapter-2-NSA_Network System Administration.pdf
Chapter-2-NSA_Network System Administration.pdf
AssefaSen
The Evolution of Home Security from Cameras to Smart Systems.pdf
The Evolution of Home Security from Cameras to Smart Systems.pdfThe Evolution of Home Security from Cameras to Smart Systems.pdf
The Evolution of Home Security from Cameras to Smart Systems.pdf
Internet Bundle Now
DT Presentation[1].pptxeffsffewfwefewfewefefeef
DT Presentation[1].pptxeffsffewfwefewfewefefeefDT Presentation[1].pptxeffsffewfwefewfewefefeef
DT Presentation[1].pptxeffsffewfwefewfewefefeef
dipanshu1721

How to make an inaccessible website - CSS Minsk JS

  • 21. <div> No heading at all! </div>
  • 22. <div class="ui list"> <div class="item"> 1 </div> <div class="item"> 2 </div> <div class="item"> 3 </div> </div>
  • 26. <table role="presentation"> <tr> <td colspan="2">Header</td> </tr> <tr> <td>Main content</td> <td>Sidebar</td> </tr> <tr> <td colspan="2">Footer</td> </tr> </table>
  • 27. <ul role="tablist"> <li> <a href="#tab1" role="tab">Tab 1</a> </li> <li> <a href="#tab2" role="tab">Tab 2</a> </li> <li> <a href="#tab3" role="tab">Tab 3</a> </li> </ul>
  • 28. <ul role="tablist"> <li role="presentation"> <a href="#tab1" role="tab">Tab 1</a> </li> <li role="presentation"> <a href="#tab2" role="tab">Tab 2</a> </li> <li role="presentation"> <a href="#tab3" role="tab">Tab 3</a> </li> </ul>
  • 32. <div aria-haspopup="false" data-focusable="true" tabindex="0" class="css-1dbjc4n r-1habvwh r-1loqt21 r-6koalj r-1j3t67a r- 1w50u8q r-o7ynqc r-1j63xyz" data-testid="trend" role="link"><div dir="auto" class="css-901oao r-1re7ezh r- 1qd0xha r-n6v787 r-16dba41 r-1sf4r6n r-bcqeeo r-qvutc0"><span aria-hidden="true" class="css-901oao css-16my406 r-1qd0xha r- ad9z0x r-bcqeeo r-qvutc0">3<span aria-hidden="true" class="css- 901oao css-16my406 r-1re7ezh r-1qd0xha r-ad9z0x r-bcqeeo r- ou255f r-qvutc0"><span class="css-901oao css-16my406 r-1qd0xha r-ad9z0x r-bcqeeo r- qvutc0">揃</span></span></span>Trending</div><div dir="ltr" class="css-901oao r-hkyrab r-1qd0xha r-a023e6 r-vw2c0b r-ad9z0x r-bcqeeo r-vmopo1 r-qvutc0"><span class="css-901oao css-16my406 r-1qd0xha r-ad9z0x r-bcqeeo r- qvutc0">Philanthropist</span></div><div dir="auto" class="css- 901oao r-1re7ezh r-1qd0xha r-a023e6 r-16dba41 r-ad9z0x r-bcqeeo r-vmopo1 r-qvutc0"><span class="css-901oao css-16my406 r- 1qd0xha r-ad9z0x r-bcqeeo r-qvutc0">6,218 Tweets</span></div></div>
  • 33. <div aria-haspopup="false" data-focusable="true" tabindex="0" class="css-1dbjc4n r-1habvwh r-1loqt21 r-6koalj r-1j3t67a r- 1w50u8q r-o7ynqc r-1j63xyz" data-testid="trend" role="link"><div dir="auto" class="css-901oao r-1re7ezh r- 1qd0xha r-n6v787 r-16dba41 r-1sf4r6n r-bcqeeo r-qvutc0"><span aria-hidden="true" class="css-901oao css-16my406 r-1qd0xha r- ad9z0x r-bcqeeo r-qvutc0">3<span aria-hidden="true" class="css- 901oao css-16my406 r-1re7ezh r-1qd0xha r-ad9z0x r-bcqeeo r- ou255f r-qvutc0"><span class="css-901oao css-16my406 r-1qd0xha r-ad9z0x r-bcqeeo r- qvutc0">揃</span></span></span>Trending</div><div dir="ltr" class="css-901oao r-hkyrab r-1qd0xha r-a023e6 r-vw2c0b r-ad9z0x r-bcqeeo r-vmopo1 r-qvutc0"><span class="css-901oao css-16my406 r-1qd0xha r-ad9z0x r-bcqeeo r- qvutc0">Philanthropist</span></div><div dir="auto" class="css- 901oao r-1re7ezh r-1qd0xha r-a023e6 r-16dba41 r-ad9z0x r-bcqeeo r-vmopo1 r-qvutc0"><span class="css-901oao css-16my406 r- 1qd0xha r-ad9z0x r-bcqeeo r-qvutc0">6,218 Tweets</span></div></div>
  • 42. <span aria-hidden="true" class="css-901oao css-16my406 r-1re7ezh r-1qd0xha r- ad9z0x r-bcqeeo r-ou255f r-qvutc0"> <span class="css-901oao css-16my406 r-1qd0xha r-ad9z0x r-bcqeeo r-qvutc0"> 揃 </span> </span> .css-901oao { border: 0 solid black; box-sizing: border-box; color: rgba(0,0,0,1.00); display: inline; font: 14px system-ui,-apple- system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans- serif; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; white-space: pre-wrap; word-wrap: break-word;} .css-16my406 { color: inherit; font: inherit; white-space: inherit; } .r-ou255f { padding-left: 5px; padding-right: 5px; } .r-ad9z0x { line-height: 1.3125; } .r-bcqeeo { min-width: 0px; } .r-qvutc0 { overflow-wrap: break-word; } .r-1qd0xha { font- family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif; } .r-1re7ezh { color: rgb(101, 119, 134); }