Skip to content

fix(index.wxss): 修复 CSS Parse Error [,]#11

Open
Garfield550 wants to merge 1 commit intoifanrx:masterfrom
Garfield550:patch-1
Open

fix(index.wxss): 修复 CSS Parse Error [,]#11
Garfield550 wants to merge 1 commit intoifanrx:masterfrom
Garfield550:patch-1

Conversation

@Garfield550
Copy link

W3C CSS Validator results for TextArea (CSS level 2.1)

Sorry! We found the following errors (2)

URI : TextArea
2 .wxParser-div, .wxParser-p Parse Error [,]
4 .wxParser-div, .wxParser-p Property word-break doesn't exist in CSS level 2.1 but exists in : break-all break-all

Valid CSS information

.wxParser-div, .wxParser-p {
  overflow : auto;
  max-width : 100%;
}

W3C CSS Validator results for TextArea (CSS level 2.1)

Sorry! We found the following errors (2)

URI : TextArea
2	.wxParser-div, .wxParser-p	Parse Error [,]
4	.wxParser-div, .wxParser-p	Property word-break doesn't exist in CSS level 2.1 but exists in : break-all break-all

Valid CSS information

```css
.wxParser-div, .wxParser-p {
  overflow : auto;
  max-width : 100%;
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant