diff options
author | Tanner Dolby <tannercdolby@gmail.com> | 2022-02-22 01:49:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 17:49:36 +0800 |
commit | 6e9fe98036090a37cc6247b873845505e5b512fb (patch) | |
tree | 5fc00117ddfd9f448eb9e8011b5bd7f6d8000e8d /files/zh-cn/web/javascript/reference/operators | |
parent | 70c3e11f3335e7701325f125fd712c84d6c1f9bf (diff) | |
download | translated-content-6e9fe98036090a37cc6247b873845505e5b512fb.tar.gz translated-content-6e9fe98036090a37cc6247b873845505e5b512fb.tar.bz2 translated-content-6e9fe98036090a37cc6247b873845505e5b512fb.zip |
Removes empty <div> or <p> elements from pages (#3093)
* Removes all empty paragraph elements
* Removes all empty div elements
* Preserve empty div in code snippet
* Preserve empty elements inside code snippets
* Remove fr files which were converted into markdown
* Web/CSS/transform-function/scaleX()/index.html
The file is already renamed to index.md。
* remove not needed file
* Resolve remaining conflict
Co-authored-by: julieng <julien.gattelier@gmail.com>
Co-authored-by: Masahiro FUJIMOTO <mfujimot@gmail.com>
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators')
18 files changed, 18 insertions, 18 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/addition/index.html b/files/zh-cn/web/javascript/reference/operators/addition/index.html index db323029cc..6dc1696eca 100644 --- a/files/zh-cn/web/javascript/reference/operators/addition/index.html +++ b/files/zh-cn/web/javascript/reference/operators/addition/index.html @@ -10,7 +10,7 @@ original_slug: Web/JavaScript/Reference/Operators/相加 <div>{{EmbedInteractiveExample("pages/js/expressions-addition.html")}}</div> -<div></div> + diff --git a/files/zh-cn/web/javascript/reference/operators/addition_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/addition_assignment/index.html index 5732d5c473..f7e2c28498 100644 --- a/files/zh-cn/web/javascript/reference/operators/addition_assignment/index.html +++ b/files/zh-cn/web/javascript/reference/operators/addition_assignment/index.html @@ -11,7 +11,7 @@ translation_of: Web/JavaScript/Reference/Operators/Addition_assignment <div>{{EmbedInteractiveExample("pages/js/expressions-addition-assignment.html")}}</div> -<div></div> + diff --git a/files/zh-cn/web/javascript/reference/operators/assignment/index.html b/files/zh-cn/web/javascript/reference/operators/assignment/index.html index 9c88caca50..e3872fe493 100644 --- a/files/zh-cn/web/javascript/reference/operators/assignment/index.html +++ b/files/zh-cn/web/javascript/reference/operators/assignment/index.html @@ -15,7 +15,7 @@ translation_of: Web/JavaScript/Reference/Operators/Assignment <div>{{EmbedInteractiveExample("pages/js/expressions-assignment.html")}}</div> -<div></div> + diff --git a/files/zh-cn/web/javascript/reference/operators/bitwise_and_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/bitwise_and_assignment/index.html index 05df4461d6..90e4085f43 100644 --- a/files/zh-cn/web/javascript/reference/operators/bitwise_and_assignment/index.html +++ b/files/zh-cn/web/javascript/reference/operators/bitwise_and_assignment/index.html @@ -13,7 +13,7 @@ translation_of: Web/JavaScript/Reference/Operators/Bitwise_AND_assignment <div>{{EmbedInteractiveExample("pages/js/expressions-bitwise-and-assignment.html")}}</div> -<div></div> + diff --git a/files/zh-cn/web/javascript/reference/operators/bitwise_not/index.html b/files/zh-cn/web/javascript/reference/operators/bitwise_not/index.html index 8cd674a8cb..3bdd748cba 100644 --- a/files/zh-cn/web/javascript/reference/operators/bitwise_not/index.html +++ b/files/zh-cn/web/javascript/reference/operators/bitwise_not/index.html @@ -13,7 +13,7 @@ translation_of: Web/JavaScript/Reference/Operators/Bitwise_NOT <div>{{EmbedInteractiveExample("pages/js/expressions-bitwise-not.html")}}</div> -<div></div> + diff --git a/files/zh-cn/web/javascript/reference/operators/bitwise_xor_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/bitwise_xor_assignment/index.html index d8601d9eba..fe1b3a3c0b 100644 --- a/files/zh-cn/web/javascript/reference/operators/bitwise_xor_assignment/index.html +++ b/files/zh-cn/web/javascript/reference/operators/bitwise_xor_assignment/index.html @@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Bitwise_XOR_assignment <div>{{EmbedInteractiveExample("pages/js/expressions-bitwise-xor-assignment.html")}}</div> -<div></div> + diff --git a/files/zh-cn/web/javascript/reference/operators/decrement/index.html b/files/zh-cn/web/javascript/reference/operators/decrement/index.html index 8103a647d1..368184538c 100644 --- a/files/zh-cn/web/javascript/reference/operators/decrement/index.html +++ b/files/zh-cn/web/javascript/reference/operators/decrement/index.html @@ -15,7 +15,7 @@ original_slug: Web/JavaScript/Reference/Operators/自减 <div>{{EmbedInteractiveExample("pages/js/expressions-decrement.html")}}</div> -<div></div> + diff --git a/files/zh-cn/web/javascript/reference/operators/division/index.html b/files/zh-cn/web/javascript/reference/operators/division/index.html index d1af1e83a0..8f19531c83 100644 --- a/files/zh-cn/web/javascript/reference/operators/division/index.html +++ b/files/zh-cn/web/javascript/reference/operators/division/index.html @@ -14,7 +14,7 @@ translation_of: Web/JavaScript/Reference/Operators/Division <div>{{EmbedInteractiveExample("pages/js/expressions-division.html")}}</div> -<div></div> + diff --git a/files/zh-cn/web/javascript/reference/operators/exponentiation_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/exponentiation_assignment/index.html index 615530a4b4..b01207a853 100644 --- a/files/zh-cn/web/javascript/reference/operators/exponentiation_assignment/index.html +++ b/files/zh-cn/web/javascript/reference/operators/exponentiation_assignment/index.html @@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Exponentiation_assignment <div>{{EmbedInteractiveExample("pages/js/expressions-exponentiation-assignment.html")}}</div> -<div></div> + diff --git a/files/zh-cn/web/javascript/reference/operators/left_shift_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/left_shift_assignment/index.html index c39333f30b..4499d3473c 100644 --- a/files/zh-cn/web/javascript/reference/operators/left_shift_assignment/index.html +++ b/files/zh-cn/web/javascript/reference/operators/left_shift_assignment/index.html @@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Left_shift_assignment <div>{{EmbedInteractiveExample("pages/js/expressions-left-shift-assignment.html")}}</div> -<div></div> + diff --git a/files/zh-cn/web/javascript/reference/operators/multiplication/index.html b/files/zh-cn/web/javascript/reference/operators/multiplication/index.html index a37d1e7a54..8cbb0694ca 100644 --- a/files/zh-cn/web/javascript/reference/operators/multiplication/index.html +++ b/files/zh-cn/web/javascript/reference/operators/multiplication/index.html @@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Multiplication <div>{{EmbedInteractiveExample("pages/js/expressions-multiplication.html")}}</div> -<div></div> + diff --git a/files/zh-cn/web/javascript/reference/operators/multiplication_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/multiplication_assignment/index.html index 274729034b..be6eee548e 100644 --- a/files/zh-cn/web/javascript/reference/operators/multiplication_assignment/index.html +++ b/files/zh-cn/web/javascript/reference/operators/multiplication_assignment/index.html @@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Multiplication_assignment <div>{{EmbedInteractiveExample("pages/js/expressions-multiplication-assignment.html")}}</div> -<div></div> + diff --git a/files/zh-cn/web/javascript/reference/operators/remainder/index.html b/files/zh-cn/web/javascript/reference/operators/remainder/index.html index 6a21bea368..4ed2c18eab 100644 --- a/files/zh-cn/web/javascript/reference/operators/remainder/index.html +++ b/files/zh-cn/web/javascript/reference/operators/remainder/index.html @@ -15,7 +15,7 @@ original_slug: Web/JavaScript/Reference/Operators/取余 <div>{{EmbedInteractiveExample("pages/js/expressions-remainder.html")}}</div> -<div></div> + diff --git a/files/zh-cn/web/javascript/reference/operators/remainder_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/remainder_assignment/index.html index d36fa7cdc3..36b81658d2 100644 --- a/files/zh-cn/web/javascript/reference/operators/remainder_assignment/index.html +++ b/files/zh-cn/web/javascript/reference/operators/remainder_assignment/index.html @@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Remainder_assignment <div>{{EmbedInteractiveExample("pages/js/expressions-remainder-assignment.html")}}</div> -<div></div> + diff --git a/files/zh-cn/web/javascript/reference/operators/right_shift_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/right_shift_assignment/index.html index 069f47a628..f3698e9737 100644 --- a/files/zh-cn/web/javascript/reference/operators/right_shift_assignment/index.html +++ b/files/zh-cn/web/javascript/reference/operators/right_shift_assignment/index.html @@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Right_shift_assignment <div>{{EmbedInteractiveExample("pages/js/expressions-right-shift-assignment.html")}}</div> -<div></div> + diff --git a/files/zh-cn/web/javascript/reference/operators/subtraction/index.html b/files/zh-cn/web/javascript/reference/operators/subtraction/index.html index 7eb1f7814a..ceb4bb8441 100644 --- a/files/zh-cn/web/javascript/reference/operators/subtraction/index.html +++ b/files/zh-cn/web/javascript/reference/operators/subtraction/index.html @@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Subtraction <div>{{EmbedInteractiveExample("pages/js/expressions-subtraction.html")}}</div> -<div></div> + diff --git a/files/zh-cn/web/javascript/reference/operators/subtraction_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/subtraction_assignment/index.html index 8052f01b9e..0db605f343 100644 --- a/files/zh-cn/web/javascript/reference/operators/subtraction_assignment/index.html +++ b/files/zh-cn/web/javascript/reference/operators/subtraction_assignment/index.html @@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Subtraction_assignment <div>{{EmbedInteractiveExample("pages/js/expressions-subtraction-assignment.html")}}</div> -<div></div> + diff --git a/files/zh-cn/web/javascript/reference/operators/unsigned_right_shift_assignment/index.html b/files/zh-cn/web/javascript/reference/operators/unsigned_right_shift_assignment/index.html index 0c2e1fb3c5..86e5a2f41a 100644 --- a/files/zh-cn/web/javascript/reference/operators/unsigned_right_shift_assignment/index.html +++ b/files/zh-cn/web/javascript/reference/operators/unsigned_right_shift_assignment/index.html @@ -9,7 +9,7 @@ translation_of: Web/JavaScript/Reference/Operators/Unsigned_right_shift_assignme <div>{{EmbedInteractiveExample("pages/js/expressions-unsigned-right-shift-assignment.html")}}</div> -<div></div> + |