From 2c4adf746f2780048ad78a14cfb73f15111115f5 Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Sat, 1 Jan 2011 08:44:25 -0800 Subject: [PATCH] Clarify the features supported natively. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f578335b..e5d5c7b0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ PhantomJS is a minimalistic, headless, WebKit-based JavaScript-driven tool. +It has native (and high performant) support for DOM handling, CSS selector, +JSON, Canvas, and SVG. + [Build instructions](http://code.google.com/p/phantomjs/wiki/BuildInstructions) [Quick start guide](http://code.google.com/p/phantomjs/wiki/QuickStart) and