Procházet zdrojové kódy

Revert "fix(html) add doctype and fix HTML errors"

This reverts commit 432d07c2ad.
factor2
Robert Pintilii před 3 roky
rodič
revize
ca3bd9138c

+ 1
- 1
base.html Zobrazit soubor

@@ -1 +1 @@
1
-<base href="/">
1
+<base href="/" />

+ 0
- 1
css/_base.scss Zobrazit soubor

@@ -44,7 +44,6 @@ body {
44 44
 }
45 45
 
46 46
 .jitsi-icon {
47
-    line-height: 0;
48 47
     &-default svg {
49 48
         fill: white;
50 49
     }

+ 0
- 4
css/_videolayout_default.scss Zobrazit soubor

@@ -23,10 +23,6 @@
23 23
     overflow: hidden;
24 24
 }
25 25
 
26
-.jBzxHz, #react {
27
-    height: 100%;
28
-}
29
-
30 26
 #largeVideoBackgroundContainer,
31 27
 .large-video-background {
32 28
     height: 100%;

+ 2
- 3
doc/examples/api.html Zobrazit soubor

@@ -1,8 +1,7 @@
1
-<!doctype html>
2
-<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#">
1
+<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/html">
3 2
     <head>
4 3
         <meta charset="utf-8">
5
-        <title>Jitsi API</title>
4
+        <meta http-equiv="content-type" content="text/html;charset=utf-8">
6 5
     </head>
7 6
     <body>
8 7
         <script src="https://meet.jit.si/external_api.js"></script>

+ 7
- 7
index.html Zobrazit soubor

@@ -1,8 +1,8 @@
1
-<!doctype html>
2
-<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#">
1
+<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/html">
3 2
   <head>
4 3
     <!--#include virtual="head.html" -->
5 4
     <meta charset="utf-8">
5
+    <meta http-equiv="content-type" content="text/html;charset=utf-8">
6 6
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
7 7
     <meta name="theme-color" content="#2A3A4B">
8 8
     <!--#include virtual="base.html" -->
@@ -125,12 +125,12 @@
125 125
                         + "font-weight: 400;"
126 126
                         + "transform: translate(-50%, -50%)'>"
127 127
                         + "Uh oh! We couldn't fully download everything we needed :("
128
-                        + "<br> "
128
+                        + "<br/> "
129 129
                         + "We will try again shortly. In the mean time, check for problems with your Internet connection!"
130
-                        + "<br><br> "
130
+                        + "<br/><br/> "
131 131
                         + "<div id='moreInfo' style='"
132 132
                         + "display: none;'>" + "Missing " + fileRef
133
-                        + "<br><br></div>"
133
+                        + "<br/><br/></div>"
134 134
                         + "<a id='showMore' style='"
135 135
                         + "text-decoration: underline;"
136 136
                         + "font-size:small;"
@@ -195,8 +195,8 @@
195 195
     <!--#include virtual="static/settingsToolbarAdditionalContent.html" -->
196 196
   </head>
197 197
   <body>
198
-    <noscript>
199
-        <div>JavaScript is disabled.<br>For this site to work you have to enable JavaScript.</div>
198
+    <noscript aria-hidden="true">
199
+        <div>JavaScript is disabled. </br>For this site to work you have to enable JavaScript.</div>
200 200
     </noscript>
201 201
     <!--#include virtual="body.html" -->
202 202
     <div id="react" role="main"></div>

+ 0
- 1
react/features/speaker-stats/components/web/SpeakerStatsSearch.js Zobrazit soubor

@@ -37,7 +37,6 @@ const useStyles = makeStyles(theme => {
37 37
             padding: '10px 16px',
38 38
             width: '100%',
39 39
             height: 40,
40
-            boxSizing: 'border-box',
41 40
             '&::placeholder': {
42 41
                 color: theme.palette.text03,
43 42
                 ...theme.typography.bodyShortRegular,

+ 1
- 2
resources/nwjs-integration/index.html Zobrazit soubor

@@ -1,7 +1,6 @@
1
-<!doctype html>
2 1
 <html>
3 2
     <head>
4
-        <title>Jitsi NW GUI</title>
3
+
5 4
         <style>
6 5
             body {
7 6
                 margin: 0;

+ 1
- 2
static/404.html Zobrazit soubor

@@ -1,8 +1,7 @@
1
-<!doctype html>
2 1
 <html>
3 2
 <head>
4 3
     <!--#include virtual="/base.html" -->
5
-    <link rel="stylesheet" href="css/all.css">
4
+    <link rel="stylesheet" href="css/all.css"/>
6 5
     <!--#include virtual="/title.html" -->
7 6
 </head>
8 7
 <body>

+ 1
- 2
static/authError.html Zobrazit soubor

@@ -1,8 +1,7 @@
1
-<!doctype html>
2 1
 <html>
3 2
 <head>
4 3
     <!--#include virtual="/base.html" -->
5
-    <link rel="stylesheet" href="css/all.css">
4
+    <link rel="stylesheet" href="css/all.css"/>
6 5
     <!--#include virtual="/title.html" -->
7 6
 </head>
8 7
 <body>

+ 1
- 2
static/close.html Zobrazit soubor

@@ -1,8 +1,7 @@
1
-<!doctype html>
2 1
 <html>
3 2
 <head>
4 3
     <!--#include virtual="/base.html" -->
5
-    <link rel="stylesheet" href="css/all.css">
4
+    <link rel="stylesheet" href="css/all.css"/>
6 5
     <!--#include virtual="/title.html" -->
7 6
     <script><!--#include virtual="/interface_config.js" --></script>
8 7
     <script src="static/close.js"></script>

+ 1
- 2
static/close2.html Zobrazit soubor

@@ -1,8 +1,7 @@
1
-<!doctype html>
2 1
 <html>
3 2
 <head>
4 3
     <!--#include virtual="/base.html" -->
5
-    <link rel="stylesheet" href="css/all.css">
4
+    <link rel="stylesheet" href="css/all.css"/>
6 5
     <!--#include virtual="/title.html" -->
7 6
     <script><!--#include virtual="/interface_config.js" --></script>
8 7
     <script src="static/close.js"></script>

+ 0
- 1
static/dialInInfo.html Zobrazit soubor

@@ -1,4 +1,3 @@
1
-<!doctype html>
2 1
 <html>
3 2
   <head>
4 3
     <meta charset="utf-8">

+ 1
- 1
static/msredirect.html Zobrazit soubor

@@ -1,4 +1,4 @@
1
-<!doctype html>
1
+<!DOCTYPE html>
2 2
 <html>
3 3
 <body>
4 4
 <script>

+ 2
- 3
static/oauth.html Zobrazit soubor

@@ -1,8 +1,7 @@
1
-<!doctype html>
2
-<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#">
1
+<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/html">
3 2
 <head>
4 3
     <meta charset="utf-8">
5
-    <title>Jitsi login</title>
4
+    <meta http-equiv="content-type" content="text/html;charset=utf-8">
6 5
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 6
     <!--#include virtual="/base.html" -->
8 7
     <!--#include virtual="/title.html" -->

+ 1
- 1
static/offline.html Zobrazit soubor

@@ -1,10 +1,10 @@
1
-<!doctype html>
2 1
 <html>
3 2
 
4 3
 <head>
5 4
   <head>
6 5
     <!--#include virtual="/head.html" -->
7 6
     <meta charset="utf-8">
7
+    <meta http-equiv="content-type" content="text/html;charset=utf-8">
8 8
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
9 9
     <!--#include virtual="/base.html" -->
10 10
 

+ 2
- 2
static/prejoin.html Zobrazit soubor

@@ -1,7 +1,7 @@
1
-<!doctype html>
2
-<html>
1
+<html xmlns="http://www.w3.org/1999/html">
3 2
   <head>
4 3
     <meta charset="utf-8">
4
+    <meta http-equiv="content-type" content="text/html;charset=utf-8">
5 5
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 6
     <!--#include virtual="/base.html" -->
7 7
     <link rel="stylesheet" href="css/all.css">

+ 5
- 6
static/recommendedBrowsers.html Zobrazit soubor

@@ -1,8 +1,7 @@
1
-<!doctype html>
2 1
 <html>
3 2
 <head>
4 3
     <!--#include virtual="/base.html" -->
5
-    <link rel="stylesheet" href="css/all.css">
4
+    <link rel="stylesheet" href="css/all.css"/>
6 5
     <!--#include virtual="/title.html" -->
7 6
 </head>
8 7
 <body>
@@ -13,11 +12,11 @@
13 12
         <p class ='unsupported-desktop-browser__description'>
14 13
             We recommend to try with the latest version of&nbsp;
15 14
             <a
16
-                class='unsupported-desktop-browser__link'
17
-                href='https://www.google.com/chrome/' >Chrome</a>&nbsp;or&nbsp;
15
+                className = 'unsupported-desktop-browser__link'
16
+                href = 'https://www.google.com/chrome/' >Chrome</a>&nbsp;or&nbsp;
18 17
             <a
19
-                class='unsupported-desktop-browser__link'
20
-                href='https://www.chromium.org/'>Chromium</a>
18
+                class = 'unsupported-desktop-browser__link'
19
+                href = 'https://www.chromium.org/'>Chromium</a>
21 20
         </p>
22 21
     </div>
23 22
 </body>

+ 1
- 1
static/settingsToolbarAdditionalContent.html Zobrazit soubor

@@ -1 +1 @@
1
-<template id="settings-toolbar-additional-content-template"></template>
1
+<template id="settings-toolbar-additional-content-template"></template>

+ 1
- 1
static/welcomePageAdditionalCard.html Zobrazit soubor

@@ -1 +1 @@
1
-<template id="welcome-page-additional-card-template"></template>
1
+<template id = "welcome-page-additional-card-template"></template>

+ 1
- 1
static/welcomePageAdditionalContent.html Zobrazit soubor

@@ -1 +1 @@
1
-<template id="welcome-page-additional-content-template"></template>
1
+<template id = "welcome-page-additional-content-template"></template>

+ 8
- 8
title.html Zobrazit soubor

@@ -1,9 +1,9 @@
1 1
 <title>Jitsi Meet</title>
2
-<meta property="og:title" content="Jitsi Meet">
3
-<meta property="og:image" content="images/jitsilogo.png?v=1">
4
-<meta property="og:description" content="Join a WebRTC video conference powered by the Jitsi Videobridge">
5
-<meta name="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge">
6
-<meta itemprop="name" content="Jitsi Meet">
7
-<meta itemprop="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge">
8
-<meta itemprop="image" content="images/jitsilogo.png?v=1">
9
-<link rel="icon" type="image/png" href="images/favicon.ico?v=1">
2
+<meta property="og:title" content="Jitsi Meet"/>
3
+<meta property="og:image" content="images/jitsilogo.png?v=1"/>
4
+<meta property="og:description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
5
+<meta description="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
6
+<meta itemprop="name" content="Jitsi Meet"/>
7
+<meta itemprop="description" content="Join a WebRTC video conference powered by the Jitsi Videobridge"/>
8
+<meta itemprop="image" content="images/jitsilogo.png?v=1"/>
9
+<link rel="icon" type="image/png" href="images/favicon.ico?v=1"/>

Načítá se…
Zrušit
Uložit