Skip to content
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.

HVML/CSS-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSSEng -- a CSS parsing and selecting engine

Overview

CSSEng is a CSS parsing and selecting engine.

This project is forked from https://www.netsurf-browser.org/projects/libcss/. We integrate the original LibCSS, LibParserUtils, and LibWapcaplet into one repository and use cmake to build the library.

Requirements

CSSEng requires the following tools:

  • CMake 3.15 or later
  • Python3 (3.6 or later, for generating selection code)
  • A C99 capable C compiler
  • Pkg-config
  • Perl (optional; for generating testcases)
  • Check (optional; for test)

Building