Tagged Questions

4
votes
3answers
107 views

Creating hypermedia links in a custom media-type

I am currently creating a set of custom media types for a RESTful api (e.g. application/vnd.mycompany.foo+xml) and I'm trying to identify the pros and cons of two different ways of exposing hypermedia …
0
votes
3answers
267 views

CSS media type: How to load CSS for mobile?

With this code: <link rel="stylesheet" type="text/css" href="media/css/mobile.css" media="handheld"/> <link rel="stylesheet" type="text/css" href="media/css/screen.css" …