You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove elements with the hidden class, except for <pre>s
If the hidden block is a <div> which encloses several <pre>, you should remove the <div> and "propagate" the hidden class to the <pre> block. Also, you should use your best judgement to assess if this part actually needs to be hidden
You're most likely to find <div>s and <p>s with this class
In the end, checking class=".*?hidden.*?" should only report <pre> elements
원활한 리뷰를 위해 다음 사항을 지켜주세요.
한 PR당 최대 변경 파일의 개수는 20개를 넘지 않게 해주세요.
The text was updated successfully, but these errors were encountered:
hochan222
changed the title
Remove elements with the hidden class, except for <pre>s
[ko] Remove elements with the hidden class, except for <pre>s, web/javascript
Oct 28, 2021
관련 이슈: #2894
목적:
web/javascript
폴더 문서에서<pre>
태그를 제외한hidden
class를 삭제해야합니다.세부 내용 참고 링크1, 참고 링크2
hidden
class, except for<pre>
s<div>
which encloses several<pre>
, you should remove the<div>
and "propagate" thehidden
class to the<pre>
block. Also, you should use your best judgement to assess if this part actually needs to be hidden<div>
s and<p>
s with this classclass=".*?hidden.*?"
should only report<pre>
elements원활한 리뷰를 위해 다음 사항을 지켜주세요.
The text was updated successfully, but these errors were encountered: