-
```
Spelling typo.
```
Original issue reported on code.google.com by `sel...@gmail.com` on 8 Mar 2008 at 7:22
Attachments:
- [cssjanus.patch](https://storage.googleapis.com/google-code-attachments/c…
-
```
It would be nice to get this fixed, but changing the class names is also
obviously an option. Just in caseClasses separated by a comma and linebreak
are flipped when they shouldn’t be. This doesn’…
-
```
A rule name body.rightPanel had been renamed to body.leftPanel, even though
I didn't check the --swap_left_right_in_url box.
```
Original issue reported on code.google.com by `jan.schn...@gmail.c…
-
```
Placing the noflip declaration above an entire class block only prevents the
next rule from being
flipped, not the entire block as expected. A look at the unit test shows this
case not being te…
-
```
Spelling typo.
```
Original issue reported on code.google.com by `sel...@gmail.com` on 8 Mar 2008 at 7:22
Attachments:
- [cssjanus.patch](https://storage.googleapis.com/google-code-attachments/c…
-
```
Sometimes we want to intentionally override the browser's settings to fix
bidi text bugs, and in those cases we don't want cssjanus to flip a certain
rule, or sometimes anything in a certain class…
-
```
A rule name body.rightPanel had been renamed to body.leftPanel, even though
I didn't check the --swap_left_right_in_url box.
```
Original issue reported on code.google.com by `jan.schn...@gmail.c…
-
```
Placing the noflip declaration above an entire class block only prevents the
next rule from being
flipped, not the entire block as expected. A look at the unit test shows this
case not being te…
-
```
With this input,
/* @noflip */
.hello
{
left: 0px;
padding-right: 5px;
}
the expected output is,
/* @noflip */
.hello
{
left: 0px;
padding-right: 5px;
}
but I get this output:
…
-
```
Spelling typo.
```
Original issue reported on code.google.com by `sel...@gmail.com` on 8 Mar 2008 at 7:22
Attachments:
- [cssjanus.patch](https://storage.googleapis.com/google-code-attachments/c…