-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(pt-br): replace old-style specification tables part1 #15989
Conversation
| ----------------------------------------------------------------------------- | --------------------------------- | ------------------ | | ||
| {{SpecName('CSS4 Pseudo-Elements', '#selectordef-selection', '::selection')}} | {{Spec2('CSS4 Pseudo-Elements')}} | Definição inicial. | | ||
|
||
> **Nota:** `::selection` estava nos rascunhos do Nível 3 dos Seletores de CSS, mas foi removido na fase Recomendação do Candidato porque estava subespecificado (especialmente com elementos aninhados) e a interoperabilidade não foi alcançada ([com base na lista de discussão de estilos W3C](http://lists.w3.org/Archives/Public/www-style/2008Oct/0268.html)). Ele retornou no [Nível 4 dos Pseudo-Elementos](http://dev.w3.org/csswg/css-pseudo-4/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed in en-US
1. [**CSS**](/pt-BR/docs/Web/CSS) | ||
2. [**CSS Referência**](/pt-BR/docs/Web/CSS/Reference) | ||
3. [CSS Grid Layout](/pt-BR/docs/Web/CSS/CSS_Grid_Layout) | ||
4. **Guias** | ||
|
||
1. [Conceitos básicos de grid layout](/pt-BR/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout) | ||
2. [Relação com outros métodos de layout](/pt-BR/docs/Web/CSS/CSS_Grid_Layout/Relationship_of_Grid_Layout) | ||
3. [Posicionamento baseado em linha](/pt-BR/docs/Web/CSS/CSS_Grid_Layout/Line-based_Placement_with_CSS_Grid) | ||
4. [Grid template areas](/pt-BR/docs/Web/CSS/CSS_Grid_Layout/Grid_Template_Areas) | ||
5. [Layout usando grid lines nomeadas](/pt-BR/docs/Web/CSS/CSS_Grid_Layout/Layout_using_Named_Grid_Lines) | ||
6. [Posicionamento Automático no grid layout](/pt-BR/docs/Web/CSS/CSS_Grid_Layout/Auto-placement_in_CSS_Grid_Layout) | ||
7. [Alinhamento box no grid layout](/pt-BR/docs/Web/CSS/CSS_Grid_Layout/Box_Alignment_in_CSS_Grid_Layout) | ||
8. [Grids, Valores Lógicos e Modos de Escrita](/pt-BR/docs/Web/CSS/CSS_Grid_Layout/CSS_Grid,_Logical_Values_and_Writing_Modes) | ||
9. [CSS Grid Layout e Acessibilidade](/pt-BR/docs/Web/CSS/CSS_Grid_Layout/CSS_Grid_Layout_and_Accessibility) | ||
10. [CSS Grid Layout e Aprimoramento Progressivo](/pt-BR/docs/Web/CSS/CSS_Grid_Layout/CSS_Grid_and_Progressive_Enhancement) | ||
11. [Realizando layouts comuns usando CSS Grids](/pt-BR/docs/Web/CSS/CSS_Grid_Layout/Realizing_common_layouts_using_CSS_Grid_Layout) | ||
|
||
5. **Propriedades** | ||
|
||
1. [grid](/pt-BR/docs/Web/CSS/grid) | ||
2. [grid-area](/pt-BR/docs/Web/CSS/grid-area) | ||
3. [grid-auto-columns](/pt-BR/docs/Web/CSS/grid-auto-columns) | ||
4. [grid-auto-flow](/pt-BR/docs/Web/CSS/grid-auto-flow) | ||
5. [grid-auto-rows](/pt-BR/docs/Web/CSS/grid-auto-rows) | ||
6. [grid-column](/pt-BR/docs/Web/CSS/grid-column) | ||
7. [grid-column-end](/pt-BR/docs/Web/CSS/grid-column-end) | ||
8. [grid-column-gap](/pt-BR/docs/Web/CSS/grid-column-gap) | ||
9. [grid-column-start](/pt-BR/docs/Web/CSS/grid-column-start) | ||
10. [grid-gap](/pt-BR/docs/Web/CSS/grid-gap) | ||
11. [grid-row](/pt-BR/docs/Web/CSS/grid-row) | ||
12. [grid-row-end](/pt-BR/docs/Web/CSS/grid-row-end) | ||
13. [grid-row-gap](/pt-BR/docs/Web/CSS/grid-row-gap) | ||
14. [grid-row-start](/pt-BR/docs/Web/CSS/grid-row-start) | ||
15. [grid-template](/pt-BR/docs/Web/CSS/grid-template) | ||
16. [grid-template-areas](/pt-BR/docs/Web/CSS/grid-template-areas) | ||
17. [grid-template-colunms](/pt-BR/docs/Web/CSS/grid-template-columns) | ||
18. [grid-template-rows](/pt-BR/docs/Web/CSS/grid-template-rows) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replaced with sidebar macro and reserve the "glossary items" (I've used Google translate to check this, if this is not correct, feel free to modify)
4b5ebe5
to
ef95402
Compare
I believe the PR test errors are not related to this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ;)
Description
replace old-style specification tables part1.
Used script is this, logic:
SpecName
macro is in fileRelated issues and pull requests
Part of: #11594