Skip to content
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

Implement white-space property(pre) #1507

Merged
merged 1 commit into from Jan 23, 2014
Merged

Commits on Jan 23, 2014

  1. Implement white-space property(pre)

    In order to support line-break by new-line character,
    Fist, calculate new-line character's position.(fn flush_clump_to_list)
    Second, split box(which includes new-line character) and do line-break.(fn scan_for_lines)
    deokjinkim committed Jan 23, 2014
You can’t perform that action at this time.