-
Notifications
You must be signed in to change notification settings - Fork 2
/
Finding-issues on websites.html
192 lines (174 loc) · 10.2 KB
/
Finding-issues on websites.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<title>Responsive website template for documentations</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="assets/plugins/prism/prism.css">
<link rel="stylesheet" href="assets/plugins/elegant_font/css/style.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="body-green">
<div class="page-wrapper">
<!-- ******Header****** -->
<header id="header" class="header">
<div class="container">
<div class="branding">
<h1 class="logo">
<a href="index.html">
<span aria-hidden="true" class="icon_documents_alt icon"></span>
<span class="text-highlight">Report or diagnose Web Compatibility issues</span>
</a>
</h1>
</div>
<!--//branding-->
<ol class="breadcrumb">
<li><a href="Report-or diagnose Web Compatibility issues.html">Home</a></li>
<li class="active">Finding issues on websites</li>
</ol>
</div>
<!--//container-->
</header>
<!--//header-->
<div class="doc-wrapper">
<div class="container">
<div id="doc-header" class="doc-header text-center">
<h1 class="doc-title"><i class="icon fa fa-paper-plane"></i>Finding issues on websites</h1>
<div class="meta">By <a target="_blank" href="https://twitter.com/felipez3r0">@felipez3r0</a> - <i class="fa fa-clock-o"></i> Last updated: Dec/2016</div>
</div>
<!--//doc-header-->
<div class="doc-body">
<div class="doc-content">
<div class="content-inner">
</div>
<!--//content-inner-->
<div class="content-inner">
<section id="reporting-section" class="doc-section">
<h2 class="section-title">What is a compatibility issue?</h2>
<div class="section-block">
<p>
First of all we need to understand, what is a compatibility issue?<br />
<ol>
<li>
You visit a webpage.
</li>
<li>
Something about the experience is broken: layout is messed up, video doesn't play, buttons don't work, etc.
</li>
<li>
Check in another browser. Is it working there but not in Firefox?
</li>
</ol>
<br />
<h4>You can help!</h4><br />
<strong>Important note:</strong> We try to avoid working on fixing Web sites which are working badly everywhere. We focus first our energy on Web sites which are broken in one browser and not others. Issues caused by add-ons or ad blockers are also not considered web compatibility issues.
</p>
</div>
</section>
<section id="identify-section" class="doc-section">
<h2 class="section-title">How to identify a real compatibility issue?</h2>
<div class="section-block">
<p>
Some problems on websites are not considered a web compatibility issue and this is really important!<br />
Let's discusss some errors that are <strong>NOT</strong> a compatibility issue:<br />
<ol>
<li>
The website is not responsive in all browsers;
</li>
<li>
Issues caused by add-ons or ad blockers are also not considered web compatibility issues;
</li>
<li>
Error/warning messages in the Web console are not a web compatibility issue (but can help to identify one)
</li>
</ol>
<br />
<h3>Some examples of Web compatibility issues</h3>
<p>
Let's check some examples of reported web compatibility issues, with theses examples you can check if you find something similar in other pages and report!
</p>
<ul>
<h3>1. Layout messed on Firefox</h3>
<p class="text-center">
<img width="80%" src="assets/images/bugprint-1.png" />
</p>
<h3>2. Incorrect redirection in some browsers</h3>
<p class="text-center">
<img width="80%" src="assets/images/bugprint-2.png" />
</p>
</ul>
</p>
</div>
</section>
<section id="report-section" class="doc-section">
<h2 class="section-title">I found a web compatibility issue, what I do now?</h2>
<div class="section-block">
<p>
When you start testing sites and look for issues usually you will find some! The best approach to confirm that you have found a issue is to test in many browsers as possible to check if it's a compatibility problem.<br />
<strong>In the next lesson we will discuss how you can report properly a web compatibility issue</strong>
</p>
</div>
</section>
<!--//doc-section-->
</div>
<!--//content-inner-->
</div>
<!--//doc-content-->
<div class="doc-sidebar hidden-xs">
<nav id="doc-nav">
<ul id="doc-menu" class="nav doc-menu" data-spy="affix">
<li><a href="Report-or diagnose Web Compatibility issues.html">Web Compatibility issues</a></li>
<li><a href="Getting-started.html">Getting started</a></li>
<li><a href="Finding-issues on websites.html">Finding issues on websites</a></li>
<li><a href="Reporting-issues.html">Reporting issues</a></li>
<li><a href="Site-outreach.html">Site outreach</a></li>
</ul>
<!--//doc-menu-->
</nav>
</div>
<!--//doc-sidebar-->
</div>
<!--//doc-body-->
</div>
<!--//container-->
</div>
<!--//doc-wrapper-->
</div>
<!--//page-wrapper-->
<footer id="footer" class="footer text-center">
<div class="container">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can check out other license options via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Designed with <i class="fa fa-heart"></i> by <a href="http://themes.3rdwavemedia.com/" targe="_blank">Xiaoying Riley</a> for developers</small>
</div>
<!--//container-->
</footer>
<!--//footer-->
<!-- Main Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.12.3.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/prism/prism.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-match-height/jquery.matchHeight-min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>