Next Page > Hide TOC

Introduction to WebKit Plug-in Programming Topics

Contents:

Who Should Read This Document?
Organization of This Document
See Also


Web browser plug-ins are compiled bundles that help extend the content types supported by common web browsers. Installed locally on a computer, they can run code native to the user’s operating system and provide a powerful way to expand on standard web content.

Who Should Read This Document?

This document is designed for a number of different audiences:

Note: Safari supports the latest web standards, which may serve your needs more easily than a plug-in. If you are developing a plug-in to embed audio or video, you can instead take advantage of Safari’s support for the <audio> and <video> tags in HTML 5. Client-side storage is available in Safari through the Storage and SQL APIs, also defined in HTML 5. If you are developing a rich user interface, Safari supports CSS transforms, transitions, and animations. More information on Safari and CSS can be found in Safari CSS Reference.

Organization of This Document

The topic contains the following articles:

See Also

There are lots of helpful resources available to guide you through plug-in development.



Next Page > Hide TOC


© 2005, 2008 Apple Inc. All Rights Reserved. (Last updated: 2008-10-15)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.