Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

lex bug when processing comments? #26

Open
jasenhuang opened this issue Mar 2, 2021 · 2 comments
Open

lex bug when processing comments? #26

jasenhuang opened this issue Mar 2, 2021 · 2 comments

Comments

@jasenhuang
Copy link

No description provided.

@jasenhuang jasenhuang changed the title what about libcss ? not support for attribute selector? Mar 2, 2021
@jasenhuang jasenhuang reopened this Mar 17, 2021
@jasenhuang jasenhuang changed the title not support for attribute selector? lex bug when processing comments? Mar 17, 2021
@jasenhuang
Copy link
Author

jasenhuang commented Mar 17, 2021

/* 序言,前言相关 */
h2.preface {
    /*  序言前言标题  */
    margin: 30% 0 0.11111em;
}
/*  序言前言标题  */

h2.preface-title {
    margin: 30% 0 1.33333em 0;
}

/* 前言内容无缩进 */
p.preface-none {
    margin: 1.16667em 0;
}
```

/* 前言内容无缩进 */ will process as gammar token

@jasenhuang
Copy link
Author

/* 序言,前言相关 */
h2.preface {
    /*  序言前言标题  */
    margin: 30% 0 0.11111em;
}
/*  序言前言标题  */

h2.preface-title {
    margin: 30% 0 1.33333em 0;
}

/* 前言内容无缩进 */
p.preface-none {
    margin: 1.16667em 0;
}

/* 前言内容无缩进 */ will process as gammar token

it's a unicode problem!!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant